bpt/emacs.git
17 years agofix bad page breaks
Karl Berry [Tue, 18 Jul 2006 13:50:29 +0000 (13:50 +0000)]
fix bad page breaks

17 years ago(x_get_local_selection, copy_multiple_data)
Kim F. Storm [Tue, 18 Jul 2006 13:30:20 +0000 (13:30 +0000)]
(x_get_local_selection, copy_multiple_data)
(x_get_window_property_as_lisp_data)
(lisp_data_to_selection_data, CHECK_CUT_BUFFER)
(Fx_get_cut_buffer_internal): Use signal_error.

17 years ago(x_decode_color): Use signal_error.
Kim F. Storm [Tue, 18 Jul 2006 13:30:13 +0000 (13:30 +0000)]
(x_decode_color): Use signal_error.

17 years ago* xfaces.c (signal_error): Move to eval.c.
Kim F. Storm [Tue, 18 Jul 2006 13:30:04 +0000 (13:30 +0000)]
* xfaces.c (signal_error): Move to eval.c.
(resolve_face_name): Use xsignal1.

17 years ago(window_scroll_pixel_based, window_scroll_line_based):
Kim F. Storm [Tue, 18 Jul 2006 13:29:55 +0000 (13:29 +0000)]
(window_scroll_pixel_based, window_scroll_line_based):
Use xsignal0.

17 years ago(unexec): Use xsignal.
Kim F. Storm [Tue, 18 Jul 2006 13:29:49 +0000 (13:29 +0000)]
(unexec): Use xsignal.

17 years ago(text_read_only): Use xsignal0, xsignal1.
Kim F. Storm [Tue, 18 Jul 2006 13:29:40 +0000 (13:29 +0000)]
(text_read_only): Use xsignal0, xsignal1.

17 years ago(scan_lists): Use xsignal3.
Kim F. Storm [Tue, 18 Jul 2006 13:29:00 +0000 (13:29 +0000)]
(scan_lists): Use xsignal3.

17 years ago(compile_pattern_1): Use xsignal1.
Kim F. Storm [Tue, 18 Jul 2006 13:28:53 +0000 (13:28 +0000)]
(compile_pattern_1): Use xsignal1.
(signal_failure): Remove (was only called once).
(search_command): Use xsignal1 instead of signal_failure.

17 years ago(Fmsdos_set_mouse_buttons): Use xsignal2.
Kim F. Storm [Tue, 18 Jul 2006 13:28:45 +0000 (13:28 +0000)]
(Fmsdos_set_mouse_buttons): Use xsignal2.

17 years ago(x_get_local_selection): Use signal_error.
Kim F. Storm [Tue, 18 Jul 2006 13:28:39 +0000 (13:28 +0000)]
(x_get_local_selection): Use signal_error.

17 years ago(Fload): Use xsignal2, signal_error.
Kim F. Storm [Tue, 18 Jul 2006 13:28:34 +0000 (13:28 +0000)]
(Fload): Use xsignal2, signal_error.
(end_of_file_error): Use xsignal0, xsignal1.
(read0): Use xsignal1.
(invalid_syntax): New error function marked no-return.
(read_integer, read1, read_list): Use it.

17 years ago(list1): Add EXFUN.
Kim F. Storm [Tue, 18 Jul 2006 13:28:28 +0000 (13:28 +0000)]
(list1): Add EXFUN.
(xsignal, xsignal0, xsignal1, xsignal2, xsignal3, signal_error):
Add prototypes.  Mark them as no-return.

17 years ago(Fmap_keymap): Use xsignal1.
Kim F. Storm [Tue, 18 Jul 2006 13:28:21 +0000 (13:28 +0000)]
(Fmap_keymap): Use xsignal1.

17 years ago(recursive_edit_1): Use xsignal1.
Kim F. Storm [Tue, 18 Jul 2006 13:28:16 +0000 (13:28 +0000)]
(recursive_edit_1): Use xsignal1.

17 years ago(x_set_line_spacing, x_set_screen_gamma): Use signal_error.
Kim F. Storm [Tue, 18 Jul 2006 13:28:09 +0000 (13:28 +0000)]
(x_set_line_spacing, x_set_screen_gamma): Use signal_error.

17 years ago(Flength): wrong_type_argument is no-return.
Kim F. Storm [Tue, 18 Jul 2006 13:28:02 +0000 (13:28 +0000)]
(Flength): wrong_type_argument is no-return.
(hashfn_user_defined, Fmake_hash_table): Use signal_error.
(Fmd5): Use xsignal1.

17 years ago(arith_error, range_error, domain_error): Use xsignal2.
Kim F. Storm [Tue, 18 Jul 2006 13:27:54 +0000 (13:27 +0000)]
(arith_error, range_error, domain_error): Use xsignal2.
(range_error2, domain_error2): Use xsignal3.
(rounding_driver, fmod_float): Use xsignal0.
(float_error): Use xsignal1.
(matherr): Use xsignal.

17 years ago(report_file_error): Use xsignal.
Kim F. Storm [Tue, 18 Jul 2006 13:27:48 +0000 (13:27 +0000)]
(report_file_error): Use xsignal.
(barf_or_query_if_file_exists, Fcopy_file, Fdelete_file)
(Finsert_file_contents): Use xsignal2.
(syms_of_fileio): Use list2, list3.

17 years ago* eval.c (xsignal): New func. Like Fsignal, but marked no-return.
Kim F. Storm [Tue, 18 Jul 2006 13:26:38 +0000 (13:26 +0000)]
* eval.c (xsignal): New func.  Like Fsignal, but marked no-return.
(xsignal0, xsignal1, xsignal2, xsignal3): New no-return functions.
(signal_error): New no-return function (from xfaces.c).
(Fthrow): Use xsignal2 instead of Fsignal + abort.
(error): Use xsignal1 instead of Fsignal + abort.
(FletX, Flet, grow_specpdl): Use signal_error.
(Feval, Ffuncall, funcall_lambda): Use xsignal1, xsignal2.

* xfaces.c (signal_error): Move to eval.c.
(resolve_face_name): Use xsignal1.

17 years ago(region_limit, Fget_internal_run_time): Use xsignal0.
Kim F. Storm [Tue, 18 Jul 2006 13:26:30 +0000 (13:26 +0000)]
(region_limit, Fget_internal_run_time): Use xsignal0.

17 years ago(Fdocumentation): Use xsignal1.
Kim F. Storm [Tue, 18 Jul 2006 13:26:24 +0000 (13:26 +0000)]
(Fdocumentation): Use xsignal1.

17 years ago(circular_list_error): Use xsignal.
Kim F. Storm [Tue, 18 Jul 2006 13:26:19 +0000 (13:26 +0000)]
(circular_list_error): Use xsignal.
(wrong_type_argument): Use xsignal2.  Don't care about return value.
(args_out_of_range, args_out_of_range_3): Use xsignal2, xsignal3.
Remove loop around Fsignal.
(indirect_variable, Fsymbol_value, set_internal, Fdefault_value)
(indirect_function, Findirect_function, Fstring_to_number)
(Fmakunbound, Ffmakunbound, Fsymbol_function, Ffset): Use xsignal1.
(arith_driver, float_arith_driver, Frem, Fmod, arith_error):
Use xsignal0.

17 years ago(Fcheck_coding_system): Use xsignal1. Remove loop.
Kim F. Storm [Tue, 18 Jul 2006 13:26:12 +0000 (13:26 +0000)]
(Fcheck_coding_system): Use xsignal1.  Remove loop.
(Fdefine_coding_system_internal): Use xsignal1.

17 years ago(Fforward_char, Fdelete_char): Use xsignal0.
Kim F. Storm [Tue, 18 Jul 2006 13:26:05 +0000 (13:26 +0000)]
(Fforward_char, Fdelete_char): Use xsignal0.

17 years ago(casify_object): wrong_type_argument is no-return.
Kim F. Storm [Tue, 18 Jul 2006 13:26:00 +0000 (13:26 +0000)]
(casify_object): wrong_type_argument is no-return.

17 years ago(check_mark): Use xsignal0.
Kim F. Storm [Tue, 18 Jul 2006 13:25:53 +0000 (13:25 +0000)]
(check_mark): Use xsignal0.

17 years ago(Fbuffer_local_value, Fbarf_if_buffer_read_only):
Kim F. Storm [Tue, 18 Jul 2006 13:25:47 +0000 (13:25 +0000)]
(Fbuffer_local_value, Fbarf_if_buffer_read_only):
Use xsignal1.

17 years ago(buffer_memory_full, memory_full): Use xsignal. Remove loop.
Kim F. Storm [Tue, 18 Jul 2006 13:25:40 +0000 (13:25 +0000)]
(buffer_memory_full, memory_full): Use xsignal. Remove loop.
(list1): New function.

17 years ago(XTread_socket): Undo previous change.
YAMAMOTO Mitsuharu [Tue, 18 Jul 2006 08:12:51 +0000 (08:12 +0000)]
(XTread_socket): Undo previous change.

17 years ago(keycode_to_xkeysym): Remove function. All uses now
YAMAMOTO Mitsuharu [Tue, 18 Jul 2006 03:00:19 +0000 (03:00 +0000)]
(keycode_to_xkeysym): Remove function.  All uses now
directly lookup keycode_to_xkeysym_table.
[USE_MAC_TSM] (mac_handle_text_input_event): Don't construct
ASCII_KEYSTROKE_EVENT for non-zero keycode_to_xkeysym_table entries.
(XTread_socket): Use character codes to construct keypad key events.
(mac_initialize_display_info) [MAC_OSX]: Use CGDisplaySamplesPerPixel.
(x_delete_display): Apply 2006-07-04 change for xterm.c.

17 years ago* commands.texi (Waiting): Document batch-mode sit-for behavior.
Chong Yidong [Tue, 18 Jul 2006 01:35:03 +0000 (01:35 +0000)]
* commands.texi (Waiting): Document batch-mode sit-for behavior.

17 years ago* subr.el (sit-for): Just sleep-for if noninteractive.
Chong Yidong [Tue, 18 Jul 2006 01:34:48 +0000 (01:34 +0000)]
* subr.el (sit-for): Just sleep-for if noninteractive.

17 years ago*** empty log message ***
Richard M. Stallman [Tue, 18 Jul 2006 00:11:20 +0000 (00:11 +0000)]
*** empty log message ***

17 years agoPut point and comma inside quotes.
Richard M. Stallman [Tue, 18 Jul 2006 00:09:52 +0000 (00:09 +0000)]
Put point and comma inside quotes.
(Textual Scrolling): Use @samp for error message.

17 years agoUse real doublequote in menus.
Richard M. Stallman [Tue, 18 Jul 2006 00:09:02 +0000 (00:09 +0000)]
Use real doublequote in menus.

17 years agoPut period and comma inside quotes.
Richard M. Stallman [Tue, 18 Jul 2006 00:08:15 +0000 (00:08 +0000)]
Put period and comma inside quotes.

17 years agoPut period and comma inside quotes.
Richard M. Stallman [Tue, 18 Jul 2006 00:07:05 +0000 (00:07 +0000)]
Put period and comma inside quotes.
Use real doublequote in menus.

17 years ago(make-autoload): Use new arg.
Stefan Monnier [Mon, 17 Jul 2006 21:27:17 +0000 (21:27 +0000)]
(make-autoload): Use new arg.

17 years ago(custom-autoload): Add `noset' argument.
Stefan Monnier [Mon, 17 Jul 2006 21:26:32 +0000 (21:26 +0000)]
(custom-autoload): Add `noset' argument.
(custom-push-theme): Don't autoload the variable, let callers do it.
(custom-theme-set-variables): Autoload the variable if necessary.

17 years ago(custom-variable-state-set): If the variable was originally set outside
Stefan Monnier [Mon, 17 Jul 2006 21:24:17 +0000 (21:24 +0000)]
(custom-variable-state-set): If the variable was originally set outside
custom, but to the same value as the default, consider it to be standard.

17 years ago(mh-loaddefs.el): Finish setting up the default empty
Stefan Monnier [Mon, 17 Jul 2006 21:22:50 +0000 (21:22 +0000)]
(mh-loaddefs.el): Finish setting up the default empty
file *before* telling Emacs to add the autoloads, in case it fails.

17 years agoComment change.
Richard M. Stallman [Mon, 17 Jul 2006 21:07:55 +0000 (21:07 +0000)]
Comment change.

17 years ago*** empty log message ***
Richard M. Stallman [Mon, 17 Jul 2006 21:07:29 +0000 (21:07 +0000)]
*** empty log message ***

17 years ago(sh-quoted-subshell): Don't match escaped `. Use `cond', push', and `dolist'.
Stefan Monnier [Mon, 17 Jul 2006 21:07:23 +0000 (21:07 +0000)]
(sh-quoted-subshell): Don't match escaped `.  Use `cond', push', and `dolist'.

17 years ago(Processing of Errors): Add command-error-function.
Richard M. Stallman [Mon, 17 Jul 2006 21:07:20 +0000 (21:07 +0000)]
(Processing of Errors): Add command-error-function.

17 years ago(Vcommand_error_function): New variable.
Richard M. Stallman [Mon, 17 Jul 2006 21:00:58 +0000 (21:00 +0000)]
(Vcommand_error_function): New variable.
(syms_of_keyboard): Defvar it.
(cmd_error_internal): Simplify, and handle Vcommand_error_function.

17 years agoFix previous change.
Richard M. Stallman [Mon, 17 Jul 2006 21:00:08 +0000 (21:00 +0000)]
Fix previous change.

17 years ago(init_display): Mention DISPLAY as well as TERM in err msg.
Richard M. Stallman [Mon, 17 Jul 2006 20:59:18 +0000 (20:59 +0000)]
(init_display): Mention DISPLAY as well as TERM in err msg.

17 years ago(Grep Searching): Explain about chaining grep commands.
Richard M. Stallman [Mon, 17 Jul 2006 20:58:27 +0000 (20:58 +0000)]
(Grep Searching): Explain about chaining grep commands.

17 years ago*** empty log message ***
Richard M. Stallman [Mon, 17 Jul 2006 20:57:24 +0000 (20:57 +0000)]
*** empty log message ***

17 years ago(File Local Variables): Clarify that
Richard M. Stallman [Mon, 17 Jul 2006 20:56:58 +0000 (20:56 +0000)]
(File Local Variables): Clarify that
file local variables make buffer-local bindings.

17 years ago(Syntactic Font Lock): Give default for font-lock-syntax-table.
Richard M. Stallman [Mon, 17 Jul 2006 20:56:18 +0000 (20:56 +0000)]
(Syntactic Font Lock): Give default for font-lock-syntax-table.

17 years ago(tar-superior-buffer, archive-superior-buffer):
Richard M. Stallman [Mon, 17 Jul 2006 20:55:07 +0000 (20:55 +0000)]
(tar-superior-buffer, archive-superior-buffer):
Add defvars to silence warnings.

17 years agoFix menu typo.
J.D. Smith [Mon, 17 Jul 2006 17:10:32 +0000 (17:10 +0000)]
Fix menu typo.

17 years agoUpdate refcard section.
Reiner Steib [Mon, 17 Jul 2006 15:53:32 +0000 (15:53 +0000)]
Update refcard section.

17 years ago2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
Reiner Steib [Mon, 17 Jul 2006 15:45:42 +0000 (15:45 +0000)]
2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>

* ru-refcard.ps: Regenerate.

2006-07-17  Alex Ott  <alexott@gmail.com>

* ru-refcard.tex: Update for Emacs 22.

17 years ago(handle_single_display_spec): Ensure the right value of
Kim F. Storm [Mon, 17 Jul 2006 14:25:05 +0000 (14:25 +0000)]
(handle_single_display_spec): Ensure the right value of
it->position is saved by push_it.
(pop_it): Restore it->object for GET_FROM_BUFFER and GET_FROM_STRING.
(reseat_1): Don't setup it->object twice.
(set_iterator_to_next): No need to set it->object after pop_it.
(move_it_to): Explicitly check to see if last move reached to_charpos.

17 years ago*** empty log message ***
Kim F. Storm [Mon, 17 Jul 2006 14:24:50 +0000 (14:24 +0000)]
*** empty log message ***

17 years ago(display_mode_line): Preserve match data.
Thien-Thi Nguyen [Mon, 17 Jul 2006 07:47:41 +0000 (07:47 +0000)]
(display_mode_line): Preserve match data.

17 years ago(Special Properties): Clean up previous change.
Nick Roberts [Mon, 17 Jul 2006 04:20:41 +0000 (04:20 +0000)]
(Special Properties): Clean up previous change.

17 years ago*** empty log message ***
Nick Roberts [Mon, 17 Jul 2006 04:19:54 +0000 (04:19 +0000)]
*** empty log message ***

17 years ago* progmodes/compile.el (compilation-mode-font-lock-keywords):
Chong Yidong [Mon, 17 Jul 2006 04:07:49 +0000 (04:07 +0000)]
* progmodes/compile.el (compilation-mode-font-lock-keywords):
Don't highlight "Compiling file" messages as error.

17 years ago* dired-aux.el (dired-compress-file): Confirm again if gzipped
Chong Yidong [Mon, 17 Jul 2006 04:00:54 +0000 (04:00 +0000)]
* dired-aux.el (dired-compress-file): Confirm again if gzipped
file already exists.

17 years agopage breaks through chapter 10
Karl Berry [Sun, 16 Jul 2006 23:30:58 +0000 (23:30 +0000)]
page breaks through chapter 10

17 years agoMerge from gnus--rel--5.10
Miles Bader [Sun, 16 Jul 2006 22:19:06 +0000 (22:19 +0000)]
Merge from gnus--rel--5.10

Patches applied:

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

   - Update from CVS

2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)

   * lisp/gnus/mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.

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

17 years ago(ada-mode): Rewrite ff-special-constructs init.
Thien-Thi Nguyen [Sun, 16 Jul 2006 21:12:46 +0000 (21:12 +0000)]
(ada-mode): Rewrite ff-special-constructs init.

17 years ago(ff-special-constructs): Doc fix. Also, for C/C++
Thien-Thi Nguyen [Sun, 16 Jul 2006 21:08:28 +0000 (21:08 +0000)]
(ff-special-constructs): Doc fix.  Also, for C/C++
entry, don't assign to free var; simply return the extracted filename.
(ff-treat-as-special): Incorporate common preamble from callers.
(ff-other-file-name, ff-find-the-other-file):
Update call to ff-treat-as-special.

17 years agofix bad page breaks
Karl Berry [Sun, 16 Jul 2006 18:25:23 +0000 (18:25 +0000)]
fix bad page breaks

17 years agofix underfull hbox
Karl Berry [Sun, 16 Jul 2006 17:48:24 +0000 (17:48 +0000)]
fix underfull hbox

17 years agoFix in `tumme-get-comment'.
Mathias Dahl [Sun, 16 Jul 2006 08:14:01 +0000 (08:14 +0000)]
Fix in `tumme-get-comment'.

17 years agoFix bug in `tumme-get-comment'.
Mathias Dahl [Sun, 16 Jul 2006 08:09:39 +0000 (08:09 +0000)]
Fix bug in `tumme-get-comment'.

17 years agoRemove spurious * in docstrings.
Stefan Monnier [Sun, 16 Jul 2006 04:28:10 +0000 (04:28 +0000)]
Remove spurious * in docstrings.

17 years ago(Special Properties): Describe fontified text property
Nick Roberts [Sat, 15 Jul 2006 06:37:39 +0000 (06:37 +0000)]
(Special Properties): Describe fontified text property
in relation to a character (not text).

17 years ago*** empty log message ***
Nick Roberts [Sat, 15 Jul 2006 06:37:03 +0000 (06:37 +0000)]
*** empty log message ***

17 years ago(allout-run-unit-tests-on-load): Rectified docstring grammar.
Nick Roberts [Sat, 15 Jul 2006 04:26:39 +0000 (04:26 +0000)]
(allout-run-unit-tests-on-load): Rectified docstring grammar.
(allout-beginning-of-current-line): Beware beginning of buffer.  Also, a
comment is simplified.
(allout-hotspot-key-handler): Only set allout-post-goto-bullet when
appropriate.  (This fix enables use for other than bullet-hotspot operation.)
(allout-hide-current-subtree): While escalating to sibling-close, make sure to
situate on a topic.

17 years ago*** empty log message ***
Nick Roberts [Sat, 15 Jul 2006 04:24:52 +0000 (04:24 +0000)]
*** empty log message ***

17 years agoChecked maps.texi.
Kim F. Storm [Sat, 15 Jul 2006 00:15:02 +0000 (00:15 +0000)]
Checked maps.texi.

17 years ago(Standard Keymaps): Add xref for minibuffer maps.
Kim F. Storm [Sat, 15 Jul 2006 00:14:38 +0000 (00:14 +0000)]
(Standard Keymaps): Add xref for minibuffer maps.
Add apropos-mode-map, custom-mode-map, esc-map, global-map,
grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.

17 years ago*** empty log message ***
Kim F. Storm [Sat, 15 Jul 2006 00:13:10 +0000 (00:13 +0000)]
*** empty log message ***

17 years agoChecked anti.texi.
Kim F. Storm [Fri, 14 Jul 2006 23:40:43 +0000 (23:40 +0000)]
Checked anti.texi.

17 years ago(Antinews): Mention redisplay function.
Kim F. Storm [Fri, 14 Jul 2006 23:32:14 +0000 (23:32 +0000)]
(Antinews): Mention redisplay function.
The kbd macro existed, but was not documented, before 22.x.
Function pos-visible-in-window-p is not new in 22.x, just enhanced.

17 years agoMention that kbd macro has existed since Emacs 20.1.
Kim F. Storm [Fri, 14 Jul 2006 23:31:09 +0000 (23:31 +0000)]
Mention that kbd macro has existed since Emacs 20.1.

17 years ago(cua-help-for-rectangle): Add `alt' modifier.
Kim F. Storm [Fri, 14 Jul 2006 22:14:17 +0000 (22:14 +0000)]
(cua-help-for-rectangle): Add `alt' modifier.

17 years ago(cua-delete-selection, cua-toggle-set-mark): New defcustoms.
Kim F. Storm [Fri, 14 Jul 2006 22:14:08 +0000 (22:14 +0000)]
(cua-delete-selection, cua-toggle-set-mark): New defcustoms.
(cua-rectangle-modifier-key): Add `alt' modifier.
(cua-replace-region): Don't delete if cua-delete-selection is nil.
(cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
Suggested by Klaus Zeitler <kzeitler@lucent.com>.

17 years ago*** empty log message ***
Kim F. Storm [Fri, 14 Jul 2006 22:12:39 +0000 (22:12 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Kim F. Storm [Fri, 14 Jul 2006 15:04:08 +0000 (15:04 +0000)]
*** empty log message ***

17 years agoEmacs now requires ws2_32.dll on Windows.
Kim F. Storm [Fri, 14 Jul 2006 15:03:52 +0000 (15:03 +0000)]
Emacs now requires ws2_32.dll on Windows.

17 years ago(reader_thread): Use _sys_wait_accept to wait on a
Kim F. Storm [Fri, 14 Jul 2006 14:18:52 +0000 (14:18 +0000)]
(reader_thread): Use _sys_wait_accept to wait on a
server socket (FILE_LISTEN flag).

17 years ago(_sys_read_ahead, _sys_wait_accept): Add prototypes.
Kim F. Storm [Fri, 14 Jul 2006 14:18:44 +0000 (14:18 +0000)]
(_sys_read_ahead, _sys_wait_accept): Add prototypes.

17 years ago(pfn_WSACreateEvent, pfn_WSACloseEvent): New func ptrs.
Kim F. Storm [Fri, 14 Jul 2006 14:18:40 +0000 (14:18 +0000)]
(pfn_WSACreateEvent, pfn_WSACloseEvent): New func ptrs.
(init_winsock): Load them.  Use ws2_32.dll.
(sys_listen): Undo last change.  Just set FILE_LISTEN flag.
(sys_accept): Undo last change.  Instead, set child status to
STATUS_READ_ACKNOWLEDGED and reset char_avail event so next
sys_select will wakeup the reader thread.
(_sys_wait_accept): New function used by reader thread to wait for
an incoming connection on a server socket.

17 years agoChangeLog
Eli Zaretskii [Fri, 14 Jul 2006 12:05:02 +0000 (12:05 +0000)]
ChangeLog

17 years agoRegenerated.
Eli Zaretskii [Fri, 14 Jul 2006 12:04:46 +0000 (12:04 +0000)]
Regenerated.

17 years ago(PKG_CHECK_MODULES): Redirect the output of $PKG_CONFIG --exists "$2"
Eli Zaretskii [Fri, 14 Jul 2006 12:04:25 +0000 (12:04 +0000)]
(PKG_CHECK_MODULES): Redirect the output of $PKG_CONFIG --exists "$2"
to config.log.

17 years agoUpdate the Allout entry
Eli Zaretskii [Fri, 14 Jul 2006 11:28:20 +0000 (11:28 +0000)]
Update the Allout entry

17 years agoRequire 'cl during byte-compilation/interactive load, for the `assert' macro.
Eli Zaretskii [Fri, 14 Jul 2006 11:26:36 +0000 (11:26 +0000)]
Require 'cl during byte-compilation/interactive load, for the `assert' macro.
(allout-mode-deactivate-hook): New hook, is run when allout mode deactivates.
(allout-developer): New allout customization subgroup.
(allout-run-unit-tests-on-load): New allout-developer
customization variable, when true allout unit tests are run towards end of file
load/eval.
(allout-inhibit-auto-fill): Disable auto-fill activity even during
auto-fill-mode.
(allout-resumptions): Removed, to be replaced by...
(allout-add-resumptions): Register variable settings to be reinstated by
`allout-do-resumptions'.  The settings are made buffer-local, but the
locality/globality of the suspended setting is restored on resumption.
(allout-do-resumptions): Reinstate all settings suspended using
`allout-add-resumptions'.
(allout-test-resumptions): Unit tests (and intermediate variables) for
resumptions.
(allout-tests-globally-unbound, allout-tests-globally-true)
(allout-tests-locally-true): Intermediate variables for resumptions unit tests.
(allout-overlay-preparations): Replaces `allout-set-overlay-category'.
(allout-exposure-category): Replaces 'allout-overlay-category variable.
(allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
instead of retired `allout-resumptions'.  For hook functions, use `local'
parameter so hook settings are created and removed as
buffer-local settings.  Revise (resumptions) setting auto-fill-function so it
is set only if already active.  (The related fill-function settings are all
made in either case, so that activating auto-fill-mode activity will have the
custom allout-mode behaviors (hanging indent on topics, if configured for it).
Also, remove all allout-exposure-category overlays on mode deactivation.
(allout-hotspot-key-handler): New function extracted from
`allout-pre-command-business', so the functionality can be used for other
purposes, eg as a binding in an overlay.
(allout-pre-command-business): Use new `allout-hotspot-key-handler'.
(allout-auto-fill): Respect new `allout-inhibit-auto-fill' customization
variable.
(allout-run-unit-tests): Run the (currently quite small) repertoire of unit
tests.  Called just before the provide iff user has customized
`allout-run-unit-tests-on-load' non-nil.

17 years ago* sound.c (alsa_init): Call snd_pcm_close after successful snd_pcm_open.
Jan Djärv [Fri, 14 Jul 2006 09:47:45 +0000 (09:47 +0000)]
* sound.c (alsa_init): Call snd_pcm_close after successful snd_pcm_open.

17 years ago(BUGS): High cpu load on windows server sockets fixed.
Kim F. Storm [Fri, 14 Jul 2006 09:32:14 +0000 (09:32 +0000)]
(BUGS): High cpu load on windows server sockets fixed.

17 years ago*** empty log message ***
Kim F. Storm [Fri, 14 Jul 2006 09:32:02 +0000 (09:32 +0000)]
*** empty log message ***

17 years agoFix high cpu load for server sockets.
Kim F. Storm [Fri, 14 Jul 2006 09:29:32 +0000 (09:29 +0000)]
Fix high cpu load for server sockets.
(pfn_WSAEventSelect): New function ptr.
(init_winsock): Load it.
(sys_listen): Set FILE_LISTEN flag. Set event mask for socket's
char_avail event object to FD_ACCEPT.
(sys_accept): Check FILE_LISTEN flag.  Set event mask on new
socket's char_avail event object to FD_READ|FD_CLOSE.