bpt/emacs.git
17 years agoMiscellaneous tq-related fixes.
Miles Bader [Sun, 27 Aug 2006 10:42:40 +0000 (10:42 +0000)]
Miscellaneous tq-related fixes.

* lisp/emacs-lisp/tq.el: Small grammar fix in comments.
  (tq-enqueue): Check for existence of queue rather than the head queue
  item's question, which was a no-op.
  (tq-filter, tq-process-buffer): Make sure the process buffer exists
  before making it the current buffer.

* lispref/processes.texi (Transaction Queues): Remove stray quote
  character.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-411
Creator:  Michael Olson <mwolson@gnu.org>

17 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Sun, 27 Aug 2006 07:10:26 +0000 (07:10 +0000)]
*** empty log message ***

17 years ago(struct mac_output) [TARGET_API_MAC_CARBON]: Remove member
YAMAMOTO Mitsuharu [Sun, 27 Aug 2006 07:10:03 +0000 (07:10 +0000)]
(struct mac_output) [TARGET_API_MAC_CARBON]: Remove member
file_name.
(FRAME_FILE_NAME): Remove macro.
(install_window_handler, create_apple_event_from_event_ref):
Return OSStatus instead of OSErr.

17 years ago(mac_draw_string_common, mac_query_char_extents)
YAMAMOTO Mitsuharu [Sun, 27 Aug 2006 07:09:52 +0000 (07:09 +0000)]
(mac_draw_string_common, mac_query_char_extents)
(x_iconify_frame, XLoadQueryFont, install_window_handler)
(mac_handle_command_event, init_command_handler, init_menu_bar):
Use OSStatus instead of OSErr.
(x_free_frame_resources) [TARGET_API_MAC_CARBON]: Don't use
FRAME_FILE_NAME.
(x_query_font): Apply 2006-08-04 change for xterm.c.
(Qhi_command): Rename from Qhicommand.  All uses changed.

17 years ago(get_scrap_from_symbol, clear_scrap, put_scrap_string)
YAMAMOTO Mitsuharu [Sun, 27 Aug 2006 07:09:41 +0000 (07:09 +0000)]
(get_scrap_from_symbol, clear_scrap, put_scrap_string)
(put_scrap_private_timestamp, scrap_has_target_type, get_scrap_string)
(get_scrap_private_timestamp, get_scrap_target_type_list)
(x_own_selection, x_get_foreign_selection)
(Fx_disown_selection_internal, Fx_selection_owner_p)
(Fx_selection_exists_p): Use OSStatus instead of OSErr.

17 years ago[TARGET_API_MAC_CARBON] (mac_update_proxy_icon): Don't
YAMAMOTO Mitsuharu [Sun, 27 Aug 2006 07:09:33 +0000 (07:09 +0000)]
[TARGET_API_MAC_CARBON] (mac_update_proxy_icon): Don't
use FRAME_FILE_NAME.  Use (FS)UpdateAlias.
(Fx_create_frame): Apply 2006-07-03 for xfns.c.

17 years ago(create_apple_event_from_event_ref, select)
YAMAMOTO Mitsuharu [Sun, 27 Aug 2006 07:09:23 +0000 (07:09 +0000)]
(create_apple_event_from_event_ref, select)
(Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
(Fmac_set_file_type, cfstring_create_normalized)
(mac_get_system_locale, select_and_poll_event, sys_select): Use
OSStatus instead of OSErr.

17 years ago(in_sighandler): Remove extern.
YAMAMOTO Mitsuharu [Sun, 27 Aug 2006 07:09:14 +0000 (07:09 +0000)]
(in_sighandler): Remove extern.

17 years ago(in_sighandler): Remove variable.
YAMAMOTO Mitsuharu [Sun, 27 Aug 2006 07:09:06 +0000 (07:09 +0000)]
(in_sighandler): Remove variable.
(Fcurrent_idle_time): Add missing `doc:'.
(input_available_signal, init_keyboard): Undo previous change.

17 years ago[TARGET_API_MAC_CARBON] (image_load_qt_1): Use ComponentResult instead
YAMAMOTO Mitsuharu [Sun, 27 Aug 2006 07:08:54 +0000 (07:08 +0000)]
[TARGET_API_MAC_CARBON] (image_load_qt_1): Use ComponentResult instead
of OSErr.

17 years ago(directory_files_internal_unwind, directory_files_internal)
YAMAMOTO Mitsuharu [Sun, 27 Aug 2006 07:08:39 +0000 (07:08 +0000)]
(directory_files_internal_unwind, directory_files_internal)
(file_name_completion): Add BLOCK_INPUT around opendir/closedir.

17 years ago(BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Undo previous
YAMAMOTO Mitsuharu [Sun, 27 Aug 2006 07:08:31 +0000 (07:08 +0000)]
(BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Undo previous
change.  Move mutex lock/unlock operations inside BLOCK_INPUT.

17 years ago(mac-apple-event-map): Rename hicommand to hi-command.
YAMAMOTO Mitsuharu [Sun, 27 Aug 2006 07:08:07 +0000 (07:08 +0000)]
(mac-apple-event-map): Rename hicommand to hi-command.
(mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
(special-event-map): Apply 2006-08-16 change for x-win.el.

17 years ago(python-send-receive): Wait in the process's buffer so as to check the right
Stefan Monnier [Sat, 26 Aug 2006 14:39:16 +0000 (14:39 +0000)]
(python-send-receive): Wait in the process's buffer so as to check the right
buffer-local variables.

17 years agoWhitespace fix.
Romain Francoise [Sat, 26 Aug 2006 11:49:35 +0000 (11:49 +0000)]
Whitespace fix.

17 years agoRemove * in defcustoms.
Stefan Monnier [Fri, 25 Aug 2006 23:40:38 +0000 (23:40 +0000)]
Remove * in defcustoms.
(defgroup checkdoc): Move to beginning.

17 years ago(Fset_buffer_multibyte): Simplify; use list3.
Kim F. Storm [Fri, 25 Aug 2006 23:33:44 +0000 (23:33 +0000)]
(Fset_buffer_multibyte): Simplify; use list3.

17 years ago(Fcurrent_time, Fget_internal_run_time): Simplify; use list3.
Kim F. Storm [Fri, 25 Aug 2006 23:33:30 +0000 (23:33 +0000)]
(Fcurrent_time, Fget_internal_run_time): Simplify; use list3.

17 years ago(Fmake_directory_internal, Fdelete_directory)
Kim F. Storm [Fri, 25 Aug 2006 23:33:12 +0000 (23:33 +0000)]
(Fmake_directory_internal, Fdelete_directory)
(Fdelete_file): Simplify; use list1.
(Frename_file, Fadd_name_to_file, Fmake_symbolic_link):
Simplify; remove NO_ARG_ARRAY stuff, use list2.

17 years ago(Fxw_color_values): Simplify; use list3.
Kim F. Storm [Fri, 25 Aug 2006 23:33:04 +0000 (23:33 +0000)]
(Fxw_color_values): Simplify; use list3.

17 years ago*** empty log message ***
Kim F. Storm [Fri, 25 Aug 2006 23:32:17 +0000 (23:32 +0000)]
*** empty log message ***

17 years ago(python-preoutput-skip-next-prompt): New var.
Stefan Monnier [Fri, 25 Aug 2006 22:49:14 +0000 (22:49 +0000)]
(python-preoutput-skip-next-prompt): New var.
(python-preoutput-continuation): Remove.
(python-preoutput-filter): Simplify correspondingly.
Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
Loop around to catch embedded _emacs_out output.
(run-python): Send the import&print command on a single line.
(python-send-command): Send command&print on a single line.
(python-send-string): Only add double \n if needed.
(python-send-receive): Loop until the result comes.
(python-mode-running): Defvar it.
(python-setup-brm): Remove unused var `menu'.
Only bind py-mode-map and `features' around brm-init.
(python-calculate-indentation): Remove unused var `point'.
(python-beginning-of-defun): Remove unused var `def-line'.

17 years ago(Display Custom): Add variables overline-margin
Kim F. Storm [Fri, 25 Aug 2006 22:01:34 +0000 (22:01 +0000)]
(Display Custom): Add variables overline-margin
and x-underline-at-descent-line.

17 years ago*** empty log message ***
Kim F. Storm [Fri, 25 Aug 2006 22:01:04 +0000 (22:01 +0000)]
*** empty log message ***

17 years ago(Fswitch_to_buffer): Fix previous change.
Richard M. Stallman [Fri, 25 Aug 2006 21:10:26 +0000 (21:10 +0000)]
(Fswitch_to_buffer): Fix previous change.

17 years ago*** empty log message ***
Richard M. Stallman [Fri, 25 Aug 2006 21:08:44 +0000 (21:08 +0000)]
*** empty log message ***

17 years ago(Exiting): Rewrite to give graphical displays priority over text terminals.
Richard M. Stallman [Fri, 25 Aug 2006 21:08:35 +0000 (21:08 +0000)]
(Exiting): Rewrite to give graphical displays priority over text terminals.

17 years ago(url-file-local-copy): Tell url-copy-file that the dest file will already exist.
Stefan Monnier [Fri, 25 Aug 2006 20:44:49 +0000 (20:44 +0000)]
(url-file-local-copy): Tell url-copy-file that the dest file will already exist.

17 years ago(Incremental Search): Move index entries.
Richard M. Stallman [Fri, 25 Aug 2006 20:33:24 +0000 (20:33 +0000)]
(Incremental Search): Move index entries.

17 years ago(kmacro-repeat-on-last-key): Doc fix.
Richard M. Stallman [Fri, 25 Aug 2006 20:30:17 +0000 (20:30 +0000)]
(kmacro-repeat-on-last-key): Doc fix.

17 years agoGive priority to graphical terminals over text terminals regarding C-z.
Richard M. Stallman [Fri, 25 Aug 2006 20:27:58 +0000 (20:27 +0000)]
Give priority to graphical terminals over text terminals regarding C-z.

17 years ago2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Fri, 25 Aug 2006 16:06:57 +0000 (16:06 +0000)]
2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>

* viper.el (viper-set-hooks): use frame bindings for
viper-vi-state-cursor-color.
(viper-non-hook-settings): don't set default
mode-line-buffer-identification.

* viper-util.el (viper-set-cursor-color-according-to-state): new
function.
(viper-set-cursor-color-according-to-state,
viper-get-saved-cursor-color-in-replace-mode,
viper-get-saved-cursor-color-in-insert-mode): make conditional on
viper-emacs-state-cursor-color.

* viper-cmd.el (viper-envelop-ESC-key): bug fix.
(viper-undo): use point if undo-beg-posn is nil.
(viper-insert-state-post-command-sentinel,viper-change-state-to-emacs,
viper-after-change-undo-hook): don't use
viper-emacs-state-cursor-color by default.
(viper-undo): more sensible positioning after undo.

* viper-ex.el (ex-splice-args-in-1-letr-cmd): got rid of caddr.
(viper-emacs-state-cursor-color): default to nil, since this feature
doesn't work well yet.

* ediff-mult.el (ediff-intersect-directories,
ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
always expand filenames.

17 years ago(Fcurrent_idle_time): Simplify.
Kim F. Storm [Fri, 25 Aug 2006 10:05:50 +0000 (10:05 +0000)]
(Fcurrent_idle_time): Simplify.

17 years ago*** empty log message ***
Kim F. Storm [Fri, 25 Aug 2006 10:05:41 +0000 (10:05 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Richard M. Stallman [Fri, 25 Aug 2006 07:51:57 +0000 (07:51 +0000)]
*** empty log message ***

17 years ago(Idle Timers): run-with-idle-timer allows Lisp time value. Add xref.
Richard M. Stallman [Fri, 25 Aug 2006 07:51:46 +0000 (07:51 +0000)]
(Idle Timers): run-with-idle-timer allows Lisp time value.  Add xref.

17 years ago(sxhash_string): Rotate properly; don't lose bits.
Richard M. Stallman [Fri, 25 Aug 2006 07:47:12 +0000 (07:47 +0000)]
(sxhash_string): Rotate properly; don't lose bits.

17 years ago* os.texi (Timers): Avoid waiting inside timers.
Chong Yidong [Fri, 25 Aug 2006 02:58:08 +0000 (02:58 +0000)]
* os.texi (Timers): Avoid waiting inside timers.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Fri, 25 Aug 2006 02:15:02 +0000 (02:15 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 126-127)

   - Merge from emacs--devo--0
   - Update from CVS

2006-08-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   [ Backported bug fix from No Gnus. ]

   * lisp/gnus/gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
   looking up the method using GROUP's prefix before inventing a new one.
   It is used on killed/unknown groups in various places where returning
   an all-new method isn't expected by the caller.

   * lisp/gnus/gnus-util.el (gnus-group-server): Copy required macro from No Gnus.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-410

17 years ago* emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
Chong Yidong [Thu, 24 Aug 2006 23:40:00 +0000 (23:40 +0000)]
* emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
Accept internal time format for SECS arg.
(timer-relative-time): Doc fix.

* jit-lock.el: "Stealth fontification by requeuing timers" patch,
adapted from Martin Rudalics.
(jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
(jit-lock-mode): Create jit-lock-stealth-repeat-timer.
(jit-lock-stealth-fontify): Reschedule as a idle timer instead of
using sit-for.

17 years ago*** empty log message ***
Kim F. Storm [Thu, 24 Aug 2006 21:18:13 +0000 (21:18 +0000)]
*** empty log message ***

17 years ago(all): Add `overline-margin' and `x-underline-at-descent-line'.
Kim F. Storm [Thu, 24 Aug 2006 20:52:54 +0000 (20:52 +0000)]
(all): Add `overline-margin' and `x-underline-at-descent-line'.

17 years ago(x_underline_at_descent_line): New variable.
Kim F. Storm [Thu, 24 Aug 2006 20:52:00 +0000 (20:52 +0000)]
(x_underline_at_descent_line): New variable.
(syms_of_xterm): DEFVAR_BOOL it.
(x_draw_glyph_string): Use it.
Draw underline and overline up to the end of line if the face
extends to the end of line.

17 years ago(overline_margin): New variable.
Kim F. Storm [Thu, 24 Aug 2006 20:51:17 +0000 (20:51 +0000)]
(overline_margin): New variable.
(x_produce_glyphs): Use it.
(syms_of_xdisp): DEFVAR_INT it.

17 years ago(Fswitch_to_buffer): Move buffer to front of
Nick Roberts [Thu, 24 Aug 2006 20:40:53 +0000 (20:40 +0000)]
(Fswitch_to_buffer): Move buffer to front of
buffer-alist if necessary.

17 years ago*** empty log message ***
Nick Roberts [Thu, 24 Aug 2006 20:40:26 +0000 (20:40 +0000)]
*** empty log message ***

17 years agoRemove * in defcustoms's docstrings.
Stefan Monnier [Thu, 24 Aug 2006 18:45:29 +0000 (18:45 +0000)]
Remove * in defcustoms's docstrings.

17 years ago(grep-find-use-xargs): Use explicit value `exec'
Kim F. Storm [Wed, 23 Aug 2006 23:23:02 +0000 (23:23 +0000)]
(grep-find-use-xargs): Use explicit value `exec'
to mean "use find -exec"; nil now unambiguously means auto-detect.
(grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
Use shell-quote-argument to build grep-find-command and grep-find-template.
(rgrep): Use shell-quote-argument to properly quote arguments to find.
Reported by Tom Seddon.

17 years ago*** empty log message ***
Kim F. Storm [Wed, 23 Aug 2006 23:22:53 +0000 (23:22 +0000)]
*** empty log message ***

17 years ago* custom.texi (Init File): Reference Find Init to avoid "home
Chong Yidong [Wed, 23 Aug 2006 16:36:24 +0000 (16:36 +0000)]
* custom.texi (Init File): Reference Find Init to avoid "home
directory" confusion.

17 years ago* startup.el (fancy-splash-head): Give instructions for dismissing
Chong Yidong [Wed, 23 Aug 2006 16:19:11 +0000 (16:19 +0000)]
* startup.el (fancy-splash-head): Give instructions for dismissing
the splash screen for default startup too.
(display-startup-echo-area-message, fancy-splash-screens)
(use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
all splash text at once and keep the splash buffer around.
(command-line-1): Give display-startup-echo-area-message a t arg.

17 years agoFix whitespace.
Romain Francoise [Wed, 23 Aug 2006 12:16:28 +0000 (12:16 +0000)]
Fix whitespace.

17 years ago*** empty log message ***
Richard M. Stallman [Wed, 23 Aug 2006 10:49:26 +0000 (10:49 +0000)]
*** empty log message ***

17 years ago(org-follow-gnus-link): Make sure the dedicated
Carsten Dominik [Wed, 23 Aug 2006 10:07:42 +0000 (10:07 +0000)]
(org-follow-gnus-link): Make sure the dedicated
gnus frame is selected.

17 years ago*** empty log message ***
Carsten Dominik [Wed, 23 Aug 2006 10:07:29 +0000 (10:07 +0000)]
*** empty log message ***

17 years ago(gdb-starting): Reset gdb-signalled to nil.
Nick Roberts [Wed, 23 Aug 2006 03:10:02 +0000 (03:10 +0000)]
(gdb-starting): Reset gdb-signalled to nil.

17 years ago*** empty log message ***
Nick Roberts [Wed, 23 Aug 2006 03:09:36 +0000 (03:09 +0000)]
*** empty log message ***

17 years ago(update_tool_bar): Redisplay toolbar also when only
Kim F. Storm [Tue, 22 Aug 2006 21:32:04 +0000 (21:32 +0000)]
(update_tool_bar): Redisplay toolbar also when only
number of items changes.

17 years ago*** empty log message ***
Kim F. Storm [Tue, 22 Aug 2006 21:31:50 +0000 (21:31 +0000)]
*** empty log message ***

17 years ago(ido-set-matches-1): Fix full matching for subdirs.
Kim F. Storm [Tue, 22 Aug 2006 09:45:13 +0000 (09:45 +0000)]
(ido-set-matches-1): Fix full matching for subdirs.
Add suffix matching for subdirs.

17 years ago*** empty log message ***
Kim F. Storm [Tue, 22 Aug 2006 09:45:04 +0000 (09:45 +0000)]
*** empty log message ***

17 years ago2006-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
Kim F. Storm [Tue, 22 Aug 2006 09:25:59 +0000 (09:25 +0000)]
2006-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
(Fset_buffer_multibyte): Record proper undo entry.

17 years ago* x-dnd.el (x-dnd-drop-data): Don't call goto-char if
Jan Djärv [Tue, 22 Aug 2006 06:14:45 +0000 (06:14 +0000)]
* x-dnd.el (x-dnd-drop-data): Don't call goto-char if
 mouse-yank-at-point is non-nil.

17 years ago(blink-cursor-end): Only ignore the error we care about.
Stefan Monnier [Tue, 22 Aug 2006 01:35:45 +0000 (01:35 +0000)]
(blink-cursor-end): Only ignore the error we care about.
(blink-cursor-mode): Use blink-cursor-end to simplify the code.

17 years ago(Other GDB-UI Buffers): Describe how to edit
Nick Roberts [Mon, 21 Aug 2006 23:07:55 +0000 (23:07 +0000)]
(Other GDB-UI Buffers): Describe how to edit
a value in the locals buffer.

17 years ago*** empty log message ***
Nick Roberts [Mon, 21 Aug 2006 23:07:34 +0000 (23:07 +0000)]
*** empty log message ***

17 years ago(gdb-frame-memory-buffer): Make frame
Nick Roberts [Mon, 21 Aug 2006 23:06:09 +0000 (23:06 +0000)]
(gdb-frame-memory-buffer): Make frame
a bit wider and remove fringes to fit initial output on line.

17 years agotexinfo.tex: deleted file and pointed emacs-lisp-intro.texi towards ../man/texinfo.tex
Robert J. Chassell [Mon, 21 Aug 2006 19:04:39 +0000 (19:04 +0000)]
texinfo.tex: deleted file and pointed emacs-lisp-intro.texi towards ../man/texinfo.tex

17 years ago* emacs-lisp-intro.texi: deleted in directory copy of texinfo.tex
Robert J. Chassell [Mon, 21 Aug 2006 18:47:35 +0000 (18:47 +0000)]
* emacs-lisp-intro.texi: deleted in directory copy of texinfo.tex
          and pointed towards ../man/texinfo.tex so only one file
          needs updating.  Added comment of what to do when building on own.

17 years agoChanges from arch/CVS synchronization
Miles Bader [Mon, 21 Aug 2006 14:58:31 +0000 (14:58 +0000)]
Changes from arch/CVS synchronization

17 years agolispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell [Mon, 21 Aug 2006 14:39:46 +0000 (14:39 +0000)]
lispintro/texinfo.tex: changed to version 2006-02-13.16
to enable a DVI build using the more recent versions of TeX.

17 years ago* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell [Mon, 21 Aug 2006 14:22:22 +0000 (14:22 +0000)]
* lispintro/texinfo.tex: changed to version 2006-02-13.16
          to enable a DVI build using the more recent versions of TeX.

17 years ago* keyboard.c: Clarify difference between in_sighandler and
Jan Djärv [Mon, 21 Aug 2006 12:55:20 +0000 (12:55 +0000)]
* keyboard.c: Clarify difference between in_sighandler and
 handling_signal.

17 years agoClarify difference between in_sighandler and handling_signal.
Jan Djärv [Mon, 21 Aug 2006 12:54:47 +0000 (12:54 +0000)]
Clarify difference between in_sighandler and handling_signal.

17 years ago*** empty log message ***
Richard M. Stallman [Mon, 21 Aug 2006 10:57:46 +0000 (10:57 +0000)]
*** empty log message ***

17 years ago(whitespace-cleanup): Doc fix.
Richard M. Stallman [Mon, 21 Aug 2006 10:55:53 +0000 (10:55 +0000)]
(whitespace-cleanup): Doc fix.

17 years ago(Basic Isearch): Add `isearch' index entry.
Richard M. Stallman [Mon, 21 Aug 2006 10:54:46 +0000 (10:54 +0000)]
(Basic Isearch): Add `isearch' index entry.

17 years ago(x_draw_stretch_glyph_string): It is ok to draw a
Kim F. Storm [Mon, 21 Aug 2006 08:53:32 +0000 (08:53 +0000)]
(x_draw_stretch_glyph_string): It is ok to draw a
stretch glyph in left marginal areas on header and mode lines.

17 years ago*** empty log message ***
Kim F. Storm [Mon, 21 Aug 2006 08:52:54 +0000 (08:52 +0000)]
*** empty log message ***

17 years agoRcirc update from Ryan Yeske
Miles Bader [Mon, 21 Aug 2006 05:37:27 +0000 (05:37 +0000)]
Rcirc update from Ryan Yeske

2006-08-20  Ryan Yeske  <rcyeske@gmail.com>

   * lisp/net/rcirc.el (rcirc-show-maximum-output): New var.
   (rcirc-buffer-process): If no buffer argument is supplied, use
   current-buffer.
   (rcirc-complete-nick): Complete to the last completed nick first.
   (rcirc-mode): Preserve the value of `rcirc-urls' across
   connections.  Setup scroll function.
   (rcirc-scroll-to-bottom): New function.
   (rcirc-print): Use nick syntax around regexp work.  Notice
   dim-nicks speaking only if they say our nick.
   (rcirc-update-activity-string): Do not show the modeline indicator
   if there are no live rcirc processes.
   (rcirc-cmd-ignore): Ignore case.
   (rcirc-browse-url-at-point): Fix off-by-one error.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-403

17 years agoUse ../man/texinfo.tex to build elisp.dvi.
Lute Kamstra [Mon, 21 Aug 2006 05:22:22 +0000 (05:22 +0000)]
Use ../man/texinfo.tex to build elisp.dvi.

17 years agoSync with the latest TUTORIAL.
Kenichi Handa [Mon, 21 Aug 2006 03:28:09 +0000 (03:28 +0000)]
Sync with the latest TUTORIAL.

17 years ago(syms_of_keyboard): Docstring of
Kenichi Handa [Mon, 21 Aug 2006 02:09:31 +0000 (02:09 +0000)]
(syms_of_keyboard): Docstring of
Vunread_post_input_method_events and Vunread_input_method_events
fixed.

17 years agoTiny typo.
Kim F. Storm [Sun, 20 Aug 2006 20:57:26 +0000 (20:57 +0000)]
Tiny typo.

17 years agoRemove * in defcustom docstrings.
Stefan Monnier [Sun, 20 Aug 2006 18:14:50 +0000 (18:14 +0000)]
Remove * in defcustom docstrings.
(run-python, python-proc, python-try-complete): Use derived-mode-p.
(python-mode): Set tab-width and indent-tabs-mode.

17 years ago* keyboard.c (show_help_echo): Preserve mouse movement flag if
Chong Yidong [Sun, 20 Aug 2006 17:58:09 +0000 (17:58 +0000)]
* keyboard.c (show_help_echo): Preserve mouse movement flag if
tracking mouse.

17 years agoUpdate to Dave Love's latest version.
Stefan Monnier [Sun, 20 Aug 2006 17:55:16 +0000 (17:55 +0000)]
Update to Dave Love's latest version.
(python-font-lock-keywords, python-mode): Don't use
font-lock-syntax-table, but match symbol elements explicitly instead.
(python-mode-map): Add help, and a few more key bindings.
(python-skip-comments/blanks): Move out of comments as well.
(python-continuation-line-p): Behave better with unbalanced parens.
(python-blank-line-p): New fun.
(python-open-block-statement-p): Don't use a heuristic.
(python-outdent-p): Better handle blocks-in-the-same-line.
(python-calculate-indentation): Misc improvements.
(python-comment-indent): Remove.
(python-block-pairs): New var.
(python-first-word): New fun.
(python-indentation-levels): Handle more common cases.
(python-indent-line-1): Add `leave' argument.
(python-indent-region): New fun.
(python-skip-out): New fun.
(python-beginning-of-statement, python-end-of-statement): Use it.
(python-next-statement): Return correct count even at eob.
(python-end-of-block): Fix paren-typo.
(python-imenu-create-index): Add module variables.
(run-python): Add `new' arg.  Check we're at a prompt before returning.
(python-send-command): Move to end of buffer.  Wait for prompt to return.
(python-set-proc): New fun.
(python-imports): New var.
(python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
(python-eldoc-function): Try to move out of arg list.
(python-outline-level): Offset by 1.
(python-find-imports): New fun.
(python-symbol-completions): Use python-imports.
(python-module-path, ffap-alist): Add support for ffap.
(python-skeletons, python-mode-abbrev-table, def-python-skeleton)
(pythin-insert-*, python-default-template, python-expand-template):
Add templates/skeletons.
(python-setup-brm): Support for Bicycle Repair Man.
(python-abbrev-syntax-table): New var.
(python-abbrev-pc-hook, python-pea-hook): New funs.

17 years agoUpdate to Dave Love's latest version.
Stefan Monnier [Sun, 20 Aug 2006 17:54:48 +0000 (17:54 +0000)]
Update to Dave Love's latest version.
(__all__): Fix args -> eargs.  Add new `modpath' fun.
(eargs): Add `imports' arg.
(all_names): New fun.
(complete): Rewrite without using rlcompleter.
Remove `namespace' arg, add `imports' arg.
(ehelp): Replace g and l args with `imports'.
(eimport): Use __main__ rather than `emacs' namespace.
(modpath): New fun.

17 years ago(eexecfile): Use the __main__ rather than `emacs' namespace.
Stefan Monnier [Sun, 20 Aug 2006 15:53:57 +0000 (15:53 +0000)]
(eexecfile): Use the __main__ rather than `emacs' namespace.

17 years ago* frame.el (blink-cursor-start): Set timer first.
Chong Yidong [Sun, 20 Aug 2006 14:43:29 +0000 (14:43 +0000)]
* frame.el (blink-cursor-start): Set timer first.
(blink-cursor-end): Ignore timer cancelling errors.
Suggested by Ken Manheimer.

17 years ago*** empty log message ***
Juanma Barranquero [Sun, 20 Aug 2006 12:53:20 +0000 (12:53 +0000)]
*** empty log message ***

17 years ago(comment-box): Call `comment-normalize-vars'. Add autoload cookie.
Juanma Barranquero [Sun, 20 Aug 2006 12:48:19 +0000 (12:48 +0000)]
(comment-box): Call `comment-normalize-vars'.  Add autoload cookie.

17 years ago*** empty log message ***
Richard M. Stallman [Sun, 20 Aug 2006 12:19:33 +0000 (12:19 +0000)]
*** empty log message ***

17 years ago(line-number-at-pos): Doc fix.
Richard M. Stallman [Sun, 20 Aug 2006 12:16:58 +0000 (12:16 +0000)]
(line-number-at-pos): Doc fix.

17 years ago(run-with-idle-timer): Pass t to timer-activate-when-idle, so timer
Richard M. Stallman [Sun, 20 Aug 2006 12:16:26 +0000 (12:16 +0000)]
(run-with-idle-timer): Pass t to timer-activate-when-idle, so timer
can run before Emacs becomes non-idle again.

17 years ago(Reading One Event): Update xref.
Richard M. Stallman [Sun, 20 Aug 2006 12:11:24 +0000 (12:11 +0000)]
(Reading One Event): Update xref.

17 years ago(Top): Update subnode menu.
Richard M. Stallman [Sun, 20 Aug 2006 12:10:04 +0000 (12:10 +0000)]
(Top): Update subnode menu.

17 years ago(Idle Timers): New node, split out from Timers.
Richard M. Stallman [Sun, 20 Aug 2006 12:09:37 +0000 (12:09 +0000)]
(Idle Timers): New node, split out from Timers.
Document current-idle-time.

17 years ago(load_pixmap): Add quotes in error message.
Richard M. Stallman [Sun, 20 Aug 2006 12:06:59 +0000 (12:06 +0000)]
(load_pixmap): Add quotes in error message.

17 years ago(Fcurrent_idle_time): New function.
Richard M. Stallman [Sun, 20 Aug 2006 12:06:20 +0000 (12:06 +0000)]
(Fcurrent_idle_time): New function.
(syms_of_keyboard): defsubr it.