]> git.eshelyaron.com Git - emacs.git/log
emacs.git
18 years ago(mode-line-buffer-identification-keymap): Remove duplicate line.
Stefan Monnier [Thu, 14 Sep 2006 15:33:19 +0000 (15:33 +0000)]
(mode-line-buffer-identification-keymap): Remove duplicate line.

18 years ago(ido-ignore-item-p): Allow any kind of functions in ignore lists.
Kim F. Storm [Thu, 14 Sep 2006 14:42:49 +0000 (14:42 +0000)]
(ido-ignore-item-p): Allow any kind of functions in ignore lists.
From Michaël Cadilhac.

18 years agoWhitespace fixup.
Andreas Schwab [Thu, 14 Sep 2006 13:12:15 +0000 (13:12 +0000)]
Whitespace fixup.

18 years ago(jit-lock-fontify-again): New function.
Kim F. Storm [Thu, 14 Sep 2006 11:08:50 +0000 (11:08 +0000)]
(jit-lock-fontify-again): New function.
(jit-lock-fontify-now): Use it instead of lambda form.

18 years ago*** empty log message ***
Kim F. Storm [Thu, 14 Sep 2006 11:08:38 +0000 (11:08 +0000)]
*** empty log message ***

18 years ago(produce_image_glyph): Automatically crop wide images at
Kim F. Storm [Thu, 14 Sep 2006 09:37:44 +0000 (09:37 +0000)]
(produce_image_glyph): Automatically crop wide images at
right window edge so we can draw the cursor on the same row to
avoid confusing redisplay by placing the cursor outside the visible
window area.

18 years ago*** empty log message ***
Kim F. Storm [Thu, 14 Sep 2006 09:37:29 +0000 (09:37 +0000)]
*** empty log message ***

18 years ago(ucs-input-method): Don't make the action of
Kenichi Handa [Thu, 14 Sep 2006 02:47:09 +0000 (02:47 +0000)]
(ucs-input-method): Don't make the action of
a key not in [0-9a-zA-Z] when it was expected to be.  Let the Emacs
mechanism do it.

18 years ago(Character Type): Node split.
Richard M. Stallman [Thu, 14 Sep 2006 01:43:18 +0000 (01:43 +0000)]
(Character Type): Node split.
Add xref to Describing Characters.
(Basic Char Syntax, General Escape Syntax)
(Ctl-Char Syntax, Meta-Char Syntax): New subnodes.

18 years ago*** empty log message ***
Richard M. Stallman [Thu, 14 Sep 2006 01:21:06 +0000 (01:21 +0000)]
*** empty log message ***

18 years ago(flyspell-word, flyspell-correct-word)
Richard M. Stallman [Thu, 14 Sep 2006 01:19:38 +0000 (01:19 +0000)]
(flyspell-word, flyspell-correct-word)
(flyspell-auto-correct-word): Make ispell-filter local to these functions.
Check that ispell-filter has new stuff before calling ispell-parse-output.

18 years ago"Xt timer runs very often, all the time" fixed.
Chong Yidong [Wed, 13 Sep 2006 22:40:52 +0000 (22:40 +0000)]
"Xt timer runs very often, all the time" fixed.

18 years agoTypo.
Chong Yidong [Wed, 13 Sep 2006 22:40:12 +0000 (22:40 +0000)]
Typo.

18 years ago* xterm.c (x_initialize): Don't install Xt event timer here.
Chong Yidong [Wed, 13 Sep 2006 22:39:23 +0000 (22:39 +0000)]
* xterm.c (x_initialize): Don't install Xt event timer here.
(x_timeout_atimer_activated_flag): New var.
(x_activate_timeout_atimer): New function to install Xt timer.
(x_send_scroll_bar_event, x_process_timeouts): Use it.

* xmenu.c (x_menu_set_in_use, popup_activate_callback)
(create_and_show_popup_menu, create_and_show_dialog): Use it.

* xterm.h (x_activate_timeout_atimer): prototype.

18 years ago(line-move-partial): Optimize.
Kim F. Storm [Wed, 13 Sep 2006 22:28:03 +0000 (22:28 +0000)]
(line-move-partial): Optimize.

18 years ago*** empty log message ***
Kim F. Storm [Wed, 13 Sep 2006 22:27:51 +0000 (22:27 +0000)]
*** empty log message ***

18 years agoFixed: Broken (sit-for 0) -- returns t even if input is available.
Kim F. Storm [Wed, 13 Sep 2006 22:03:41 +0000 (22:03 +0000)]
Fixed: Broken (sit-for 0) -- returns t even if input is available.

18 years ago*** empty log message ***
Richard M. Stallman [Wed, 13 Sep 2006 17:46:30 +0000 (17:46 +0000)]
*** empty log message ***

18 years ago(thing-at-point-bounds-of-url-at-point): Delete spurious backquote.
Richard M. Stallman [Wed, 13 Sep 2006 17:46:25 +0000 (17:46 +0000)]
(thing-at-point-bounds-of-url-at-point): Delete spurious backquote.

18 years ago*** empty log message ***
Richard M. Stallman [Wed, 13 Sep 2006 17:00:21 +0000 (17:00 +0000)]
*** empty log message ***

18 years ago(print_string): When printcharfun is t,
Richard M. Stallman [Wed, 13 Sep 2006 15:16:12 +0000 (15:16 +0000)]
(print_string): When printcharfun is t,
copy string contents and call strout on the copy.

18 years ago(read_char): If end_time specified, don't put the
Richard M. Stallman [Wed, 13 Sep 2006 15:12:59 +0000 (15:12 +0000)]
(read_char): If end_time specified, don't put the
event into this_command_keys.
(read_key_sequence): If Voverriding_terminal_local_map is specified,
don't check Voverriding_local_map at all.

18 years ago* net/rcirc.el (rcirc-print): Fix last change.
Chong Yidong [Tue, 12 Sep 2006 22:05:57 +0000 (22:05 +0000)]
* net/rcirc.el (rcirc-print): Fix last change.

18 years agoFix typo.
Reiner Steib [Tue, 12 Sep 2006 21:08:27 +0000 (21:08 +0000)]
Fix typo.

18 years ago(Visiting): Add index entry "open file".
Reiner Steib [Tue, 12 Sep 2006 20:19:29 +0000 (20:19 +0000)]
(Visiting): Add index entry "open file".

18 years ago(Citations Outside LaTeX): Simpify lisp example.
Reiner Steib [Tue, 12 Sep 2006 20:17:42 +0000 (20:17 +0000)]
(Citations Outside LaTeX): Simpify lisp example.

18 years ago*** empty log message ***
Romain Francoise [Tue, 12 Sep 2006 20:04:32 +0000 (20:04 +0000)]
*** empty log message ***

18 years ago(calc-dispatch): Remove unnecessary `sit-for'.
Jay Belanger [Tue, 12 Sep 2006 17:00:40 +0000 (17:00 +0000)]
(calc-dispatch): Remove unnecessary `sit-for'.

18 years agoTwo bugs fixed.
Chong Yidong [Tue, 12 Sep 2006 16:49:26 +0000 (16:49 +0000)]
Two bugs fixed.

18 years ago* net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
Chong Yidong [Tue, 12 Sep 2006 16:48:55 +0000 (16:48 +0000)]
* net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
rcirc-show-maximum-output.
(rcirc-mode): Remove window-scroll-function hook.
(rcirc-scroll-to-bottom): Remove function.
(rcirc-print): Recenter so point stays at the bottom of the window
if point was already there.

18 years agoTypo.
Chong Yidong [Tue, 12 Sep 2006 16:47:50 +0000 (16:47 +0000)]
Typo.

18 years ago* textprop.c (Fnext_property_change, Fnext_single_property_change)
Chong Yidong [Tue, 12 Sep 2006 16:47:26 +0000 (16:47 +0000)]
* textprop.c (Fnext_property_change, Fnext_single_property_change)
(Fprevious_property_change, Fprevious_single_property_change):
Avoid changing limit, so we can correctly catch the case where the
property is constant up to limit.

18 years ago* etc/NEWS: In terminal-oriented subshells, the EMACS environment
Paul Eggert [Tue, 12 Sep 2006 16:43:25 +0000 (16:43 +0000)]
* etc/NEWS: In terminal-oriented subshells, the EMACS environment
variable now defaults to Emacs's absolute file name, instead of
to "t".
* etc/PROBLEMS: Adjust tcsh advice for this.
* make-dist (EMACS): Exit and fail if the EMACS environment
variable is set to something other than an absolute file name.
* lisp/comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
not to "t".
* lisp/progmodes/compile.el (compilation-start): Likewise.
* lisp/progmodes/idlwave.el (idlwave-rescan-asynchronously):
Don't use expand-file-name on invocation-directory, since this
might mishandle special characters in invocation-directory.
* man/faq.texi (Escape sequences in shell output): EMACS is now set
to Emacs's absolute file name, not to "t".
(^M in the shell buffer): Likewise.
* man/misc.texi (Interactive Shell): Likewise.

18 years agoRemove * in defcustom's docstrings.
Stefan Monnier [Tue, 12 Sep 2006 15:43:20 +0000 (15:43 +0000)]
Remove * in defcustom's docstrings.

18 years ago*** empty log message ***
Richard M. Stallman [Tue, 12 Sep 2006 15:12:35 +0000 (15:12 +0000)]
*** empty log message ***

18 years ago(compilation-directory-properties):
Nick Roberts [Tue, 12 Sep 2006 10:00:38 +0000 (10:00 +0000)]
(compilation-directory-properties):
Doc fix for help-echo.

18 years ago*** empty log message ***
Nick Roberts [Tue, 12 Sep 2006 09:59:43 +0000 (09:59 +0000)]
*** empty log message ***

18 years ago* macterm.c (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
YAMAMOTO Mitsuharu [Tue, 12 Sep 2006 09:48:33 +0000 (09:48 +0000)]
* macterm.c (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
Undo 2006-09-08 change.

18 years ago* macfns.c (mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
YAMAMOTO Mitsuharu [Tue, 12 Sep 2006 09:48:08 +0000 (09:48 +0000)]
* macfns.c (mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
Undo 2006-09-08 change.

18 years agoAdd comment.
Lars Hansen [Tue, 12 Sep 2006 07:13:52 +0000 (07:13 +0000)]
Add comment.

18 years ago(Glyphs): Clarifications.
Richard M. Stallman [Tue, 12 Sep 2006 01:43:17 +0000 (01:43 +0000)]
(Glyphs): Clarifications.

18 years ago(Display Table Format): Wording clarification
Richard M. Stallman [Tue, 12 Sep 2006 01:32:27 +0000 (01:32 +0000)]
(Display Table Format): Wording clarification

18 years ago(next-error-highlight, next-error-highlight-no-select):
Kim F. Storm [Mon, 11 Sep 2006 22:33:46 +0000 (22:33 +0000)]
(next-error-highlight, next-error-highlight-no-select):
Fix spelling error.

18 years ago*** empty log message ***
Kim F. Storm [Mon, 11 Sep 2006 22:33:29 +0000 (22:33 +0000)]
*** empty log message ***

18 years ago(sit-for): Rework to use input-pending-p and cond.
Kim F. Storm [Mon, 11 Sep 2006 22:21:55 +0000 (22:21 +0000)]
(sit-for): Rework to use input-pending-p and cond.
Return nil input is pending on entry also for SECONDS <= 0.
(while-no-input): Use input-pending-p instead of sit-for.

18 years ago*** empty log message ***
Kim F. Storm [Mon, 11 Sep 2006 22:21:42 +0000 (22:21 +0000)]
*** empty log message ***

18 years ago(next-error-highlight, next-error-highlight-no-select):
Richard M. Stallman [Mon, 11 Sep 2006 19:05:46 +0000 (19:05 +0000)]
(next-error-highlight, next-error-highlight-no-select):
Fix custom type and doc strings.

18 years ago(diff-apply-hunk-to-backup-file): New var.
Stefan Monnier [Mon, 11 Sep 2006 18:11:19 +0000 (18:11 +0000)]
(diff-apply-hunk-to-backup-file): New var.
(diff-apply-hunk): Use it to ask for confirmation.

18 years ago(Compilation Mode): Clarification.
Richard M. Stallman [Mon, 11 Sep 2006 17:16:07 +0000 (17:16 +0000)]
(Compilation Mode): Clarification.
(Grep Searching): Add xref to Compilation Mode.

18 years agoMerge from gnus--rel--5.10
Miles Bader [Mon, 11 Sep 2006 14:45:20 +0000 (14:45 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 136)

   - Update from CVS

2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
   mails in the doc string.  Add some URLs in comment.

2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
   backslashes handling and the way to find boundaries of quoted strings.

2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus.texi (Mail Source Specifiers): Mention problem of duplicate
   mails with pop3-leave-mail-on-server.  Fix wording.

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

18 years ago*** empty log message ***
Richard M. Stallman [Mon, 11 Sep 2006 14:34:16 +0000 (14:34 +0000)]
*** empty log message ***

18 years ago* smtpmail.texi (Authentication): Explain TLS and SSL better, based on
Simon Josefsson [Mon, 11 Sep 2006 13:58:35 +0000 (13:58 +0000)]
* smtpmail.texi (Authentication): Explain TLS and SSL better, based on
suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.

18 years ago* keymap.c (Fkey_binding): Use string position for string objects.
Chong Yidong [Mon, 11 Sep 2006 13:03:40 +0000 (13:03 +0000)]
* keymap.c (Fkey_binding): Use string position for string objects.

18 years ago(pushnew): Add missing `,'.
Reiner Steib [Mon, 11 Sep 2006 11:15:54 +0000 (11:15 +0000)]
(pushnew): Add missing `,'.

18 years ago* help.el (string-key-binding, describe-key-briefly)
David Kastrup [Mon, 11 Sep 2006 09:47:43 +0000 (09:47 +0000)]
* help.el (string-key-binding, describe-key-briefly)
(describe-key): Remove `string-key-binding' and its callers since
`key-binding' already caters for the proper lookup now.

(string-key-binding, describe-key-briefly)
(describe-key): Remove `string-key-binding' and its callers since
`key-binding' already caters for the proper lookup now.

18 years ago(Fkey_binding): Fix last change.
Kim F. Storm [Mon, 11 Sep 2006 08:52:42 +0000 (08:52 +0000)]
(Fkey_binding): Fix last change.

18 years ago*** empty log message ***
Kim F. Storm [Mon, 11 Sep 2006 08:52:33 +0000 (08:52 +0000)]
*** empty log message ***

18 years ago(Fmessage): Recommend using (message "%s" ...).
Kim F. Storm [Mon, 11 Sep 2006 08:26:47 +0000 (08:26 +0000)]
(Fmessage): Recommend using (message "%s" ...).

18 years ago*** empty log message ***
Kim F. Storm [Mon, 11 Sep 2006 08:26:37 +0000 (08:26 +0000)]
*** empty log message ***

18 years ago(cfengine-font-lock-syntactic-keywords): New var.
Stefan Monnier [Mon, 11 Sep 2006 07:12:37 +0000 (07:12 +0000)]
(cfengine-font-lock-syntactic-keywords): New var.
(cfengine-mode): Use it.  Fix \ syntax to be like /.

18 years ago(mode-line-buffer-identification-keymap):
Stefan Monnier [Mon, 11 Sep 2006 07:11:21 +0000 (07:11 +0000)]
(mode-line-buffer-identification-keymap):
Move initialization into declaration.

18 years ago* keymaps.texi (Active Keymaps): Mention that key-binding checks
Chong Yidong [Mon, 11 Sep 2006 02:39:16 +0000 (02:39 +0000)]
* keymaps.texi (Active Keymaps): Mention that key-binding checks
local maps.

18 years agoFixed "Make key-binding use the maps specified by positions given in the events"
Chong Yidong [Mon, 11 Sep 2006 02:34:35 +0000 (02:34 +0000)]
Fixed "Make key-binding use the maps specified by positions given in the events"

18 years ago* keymap.c (Fkey_binding): Check for local keymap for mouse click
Chong Yidong [Mon, 11 Sep 2006 02:34:05 +0000 (02:34 +0000)]
* keymap.c (Fkey_binding): Check for local keymap for mouse click
events.

18 years agoHandle errors in recursive copy usefully.
Richard M. Stallman [Mon, 11 Sep 2006 02:25:00 +0000 (02:25 +0000)]
Handle errors in recursive copy usefully.
(dired-create-files-failures): New variable.
(dired-copy-file): Remove condition-case.
(dired-copy-file-recursive): Check for errors on all file
operations, and add them to dired-create-files-failures.
Check file file-date-erorr here too.
(dired-create-files): Check dired-create-files-failures
and report those errors too.

18 years ago(ido-edit-input, ido-complete, ido-take-first-match)
Kim F. Storm [Sun, 10 Sep 2006 21:40:44 +0000 (21:40 +0000)]
(ido-edit-input, ido-complete, ido-take-first-match)
(ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
(ido-delete-file-at-head): Pass head of ido-matches through ido-name
in case of merged directories.  Reported by Michaël Cadilhac.

18 years ago*** empty log message ***
Kim F. Storm [Sun, 10 Sep 2006 21:40:32 +0000 (21:40 +0000)]
*** empty log message ***

18 years ago(Finput_pending_p): Check Vunread_input_method_events
Kim F. Storm [Sun, 10 Sep 2006 21:10:50 +0000 (21:10 +0000)]
(Finput_pending_p): Check Vunread_input_method_events
and Vunread_post_input_method_events.

18 years ago(Forcing Redisplay): Document return value of function redisplay.
Kim F. Storm [Sun, 10 Sep 2006 20:54:19 +0000 (20:54 +0000)]
(Forcing Redisplay): Document return value of function redisplay.

18 years ago(Fredisplay): Document return value.
Kim F. Storm [Sun, 10 Sep 2006 20:50:54 +0000 (20:50 +0000)]
(Fredisplay): Document return value.

18 years ago*** empty log message ***
Kim F. Storm [Sun, 10 Sep 2006 20:50:20 +0000 (20:50 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Richard M. Stallman [Sun, 10 Sep 2006 17:48:10 +0000 (17:48 +0000)]
*** empty log message ***

18 years ago(pushnew): Use add-to-list when convenient.
Richard M. Stallman [Sun, 10 Sep 2006 17:47:39 +0000 (17:47 +0000)]
(pushnew): Use add-to-list when convenient.

18 years ago(add-to-list): New argument COMPARE-FN.
Richard M. Stallman [Sun, 10 Sep 2006 17:45:42 +0000 (17:45 +0000)]
(add-to-list): New argument COMPARE-FN.

18 years ago(file-cache-add-directory)
Reiner Steib [Sun, 10 Sep 2006 16:26:31 +0000 (16:26 +0000)]
(file-cache-add-directory)
(file-cache-add-directory-list, file-cache-add-file)
(file-cache-add-directory-using-find)
(file-cache-add-directory-using-locate)
(file-cache-add-directory-recursively): Add autoloads.

18 years agoClarify.
Richard M. Stallman [Sun, 10 Sep 2006 13:48:42 +0000 (13:48 +0000)]
Clarify.

18 years ago*** empty log message ***
Richard M. Stallman [Sun, 10 Sep 2006 13:18:24 +0000 (13:18 +0000)]
*** empty log message ***

18 years agoAdd "Emacs compiled with Gtk+ crashes when closing a display (x-close-connection)."
Jan Djärv [Sun, 10 Sep 2006 12:29:10 +0000 (12:29 +0000)]
Add "Emacs compiled with Gtk+ crashes when closing a display (x-close-connection)."

18 years ago* xfns.c (Fx_close_connection): Call xg_display_close when USE_GTK.
Jan Djärv [Sun, 10 Sep 2006 12:17:49 +0000 (12:17 +0000)]
* xfns.c (Fx_close_connection): Call xg_display_close when USE_GTK.

 * gtkutil.c (xg_display_close): Always change default display if needed,
 check for < Gtk+ version 2.10 before calling gdk_display_close.

18 years ago* gtkutil.c (xg_display_close): Always change default display if needed,
Jan Djärv [Sun, 10 Sep 2006 12:17:19 +0000 (12:17 +0000)]
* gtkutil.c (xg_display_close): Always change default display if needed,
check for < Gtk+ version 2.10 before calling gdk_display_close.

18 years ago* xfns.c (Fx_close_connection): Call xg_display_close when USE_GTK.
Jan Djärv [Sun, 10 Sep 2006 12:16:58 +0000 (12:16 +0000)]
* xfns.c (Fx_close_connection): Call xg_display_close when USE_GTK.

18 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Sun, 10 Sep 2006 06:25:40 +0000 (06:25 +0000)]
*** empty log message ***

18 years ago(Fx_file_dialog): Call check_x.
YAMAMOTO Mitsuharu [Sun, 10 Sep 2006 05:52:54 +0000 (05:52 +0000)]
(Fx_file_dialog): Call check_x.

18 years ago* src/macmenu.c (Vmenu_updating_frame, syms_of_xmenu):
YAMAMOTO Mitsuharu [Sun, 10 Sep 2006 05:52:01 +0000 (05:52 +0000)]
* src/macmenu.c (Vmenu_updating_frame, syms_of_xmenu):
* src/w32menu.c (Vmenu_updating_frame, syms_of_xmenu): Apply
2006-09-08 change for xmenu.c.

18 years ago(Fx_file_dialog): Remove unused variable `f'. Call check_mac.
YAMAMOTO Mitsuharu [Sun, 10 Sep 2006 05:51:45 +0000 (05:51 +0000)]
(Fx_file_dialog): Remove unused variable `f'.  Call check_mac.

18 years ago[MAC_OSX] (sys_select): Check argument `nfds' more
YAMAMOTO Mitsuharu [Sun, 10 Sep 2006 05:51:29 +0000 (05:51 +0000)]
[MAC_OSX] (sys_select): Check argument `nfds' more
rigidly.  Make variable `ofds' static.  Remove variable `maxfd'.

18 years ago(conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
Richard M. Stallman [Sun, 10 Sep 2006 00:30:52 +0000 (00:30 +0000)]
(conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
(conf-space-mode): Always make conf-space-keywords and
conf-space-keywords-override local.
Call conf-space-mode-internal directly as well as via hook.

18 years ago*** empty log message ***
Kim F. Storm [Sun, 10 Sep 2006 00:26:17 +0000 (00:26 +0000)]
*** empty log message ***

18 years agoFix: cursor display on images that don't use :mask.
Kim F. Storm [Sun, 10 Sep 2006 00:24:12 +0000 (00:24 +0000)]
Fix: cursor display on images that don't use :mask.

18 years ago(get_window_cursor_type): Use hollow cursor on
Kim F. Storm [Sun, 10 Sep 2006 00:10:46 +0000 (00:10 +0000)]
(get_window_cursor_type): Use hollow cursor on
non-transparent images.

18 years ago*** empty log message ***
Richard M. Stallman [Sat, 9 Sep 2006 23:21:57 +0000 (23:21 +0000)]
*** empty log message ***

18 years ago(conf-space-mode): Use hack-local-variables-hook instead of calling
Richard M. Stallman [Sat, 9 Sep 2006 23:20:39 +0000 (23:20 +0000)]
(conf-space-mode): Use hack-local-variables-hook instead of calling
hack-local-variables.
(conf-space-keywords-override): New variable.

18 years ago(Window Hooks): Explain limits of window-scroll-functions.
Richard M. Stallman [Sat, 9 Sep 2006 22:36:01 +0000 (22:36 +0000)]
(Window Hooks): Explain limits of window-scroll-functions.

18 years ago(python-font-lock-keywords): Add `self' and other quasi-keywords.
Stefan Monnier [Sat, 9 Sep 2006 19:48:36 +0000 (19:48 +0000)]
(python-font-lock-keywords): Add `self' and other quasi-keywords.

18 years agoQuieten the compiler about hippie-expand vars.
Stefan Monnier [Sat, 9 Sep 2006 19:42:35 +0000 (19:42 +0000)]
Quieten the compiler about hippie-expand vars.
(python-send-string): Be slightly more careful about adding \n.

18 years ago(normal-splash-screen): Don't display the buffer if we'll
Stefan Monnier [Sat, 9 Sep 2006 19:21:31 +0000 (19:21 +0000)]
(normal-splash-screen): Don't display the buffer if we'll
kill it right away anyway.

18 years ago*** empty log message ***
Richard M. Stallman [Sat, 9 Sep 2006 18:26:56 +0000 (18:26 +0000)]
*** empty log message ***

18 years ago(Fringe Indicators): Update for last change in indicate-buffer-boundaries.
Richard M. Stallman [Sat, 9 Sep 2006 18:26:51 +0000 (18:26 +0000)]
(Fringe Indicators): Update for last change in indicate-buffer-boundaries.

18 years ago(Vmenu_updating_frame): Don't define here.
Richard M. Stallman [Sat, 9 Sep 2006 17:51:17 +0000 (17:51 +0000)]
(Vmenu_updating_frame): Don't define here.
(syms_of_xmenu): Don't DEFVAR it here.

18 years ago*** empty log message ***
Richard M. Stallman [Sat, 9 Sep 2006 17:19:37 +0000 (17:19 +0000)]
*** empty log message ***