Tue, 16 Jul 2002 19:48:37 +0000 |
Ken Raeburn |
(Fdescribe_buffer_bindings): Use const for pointer to
|
Tue, 16 Jul 2002 19:48:34 +0000 |
Ken Raeburn |
(cmd_error_internal): Use const for pointer to lisp
|
Tue, 16 Jul 2002 19:48:28 +0000 |
Ken Raeburn |
(copy_text, count_size_as_multibyte, insert_1):
|
Tue, 16 Jul 2002 19:48:25 +0000 |
Ken Raeburn |
(Fframe_parameter): Use const for pointer to lisp
|
Tue, 16 Jul 2002 19:48:21 +0000 |
Ken Raeburn |
(font_family_registry, fs_query_fontset):
|
Tue, 16 Jul 2002 19:48:17 +0000 |
Ken Raeburn |
(report_file_error): String pointer args now point to
|
Tue, 16 Jul 2002 19:48:12 +0000 |
Ken Raeburn |
(general_insert_function): Insertion function now
|
Tue, 16 Jul 2002 19:48:08 +0000 |
Ken Raeburn |
(xstricmp): Declaration updated.
|
Tue, 16 Jul 2002 19:48:04 +0000 |
Ken Raeburn |
(Ffind_coding_systems_region_interval): Use const for
|
Tue, 16 Jul 2002 19:48:00 +0000 |
Ken Raeburn |
(find_charset_in_text, c_string_width):
|
Tue, 16 Jul 2002 19:47:56 +0000 |
Ken Raeburn |
(find_charset_in_text, c_string_width):
|
Tue, 16 Jul 2002 19:47:52 +0000 |
Ken Raeburn |
(xstrdup, make_string, make_unibyte_string)
|
Tue, 16 Jul 2002 18:01:19 +0000 |
Andr Spiegel |
Document C-x v v as the main version control command, not C-x C-q.
|
Tue, 16 Jul 2002 17:59:16 +0000 |
Andr Spiegel |
Let C-x C-q refer to toggle-read-only, not vc-toggle-read-only.
|
Tue, 16 Jul 2002 17:57:45 +0000 |
Andr Spiegel |
Add entry for C-x C-q.
|
Tue, 16 Jul 2002 17:53:59 +0000 |
Andr Spiegel |
*** empty log message ***
|
Tue, 16 Jul 2002 17:47:33 +0000 |
Andr Spiegel |
(vc-next-action-on-file): Ignore buffer-read-only while comparing to
|
Tue, 16 Jul 2002 17:42:57 +0000 |
Andr Spiegel |
Don't bind vc-toggle-read-only to C-x C-q.
|
Tue, 16 Jul 2002 17:41:12 +0000 |
Ken Raeburn |
*** empty log message ***
|
Tue, 16 Jul 2002 17:40:57 +0000 |
Ken Raeburn |
(echo_char, parse_modifiers_uncached, parse_solitary_modifier,
|
Tue, 16 Jul 2002 17:40:37 +0000 |
Andr Spiegel |
Bind toggle-read-only to C-x C-q.
|
Tue, 16 Jul 2002 17:37:31 +0000 |
Ken Raeburn |
*** empty log message ***
|
Tue, 16 Jul 2002 17:37:14 +0000 |
Ken Raeburn |
(validate_interval_range, interval_of): Use string macros instead of
|
Tue, 16 Jul 2002 17:35:50 +0000 |
Ken Raeburn |
(Fstring_to_char): Don't use XSTRING/XSETSTRING to copy a lisp value.
|
Tue, 16 Jul 2002 17:34:35 +0000 |
Ken Raeburn |
(Fintern_soft): Use string macros instead of Lisp_String fields.
|
Tue, 16 Jul 2002 17:33:42 +0000 |
Ken Raeburn |
(reset_buffer_local_variables): Delete "#if 0" settings of non-existent fields.
|
Tue, 16 Jul 2002 17:11:56 +0000 |
Ken Raeburn |
comment update
|
Tue, 16 Jul 2002 16:58:04 +0000 |
Ken Raeburn |
(Fstring_to_char): Use string macros instead of Lisp_String fields.
|
Tue, 16 Jul 2002 16:37:40 +0000 |
Ken Raeburn |
*** empty log message ***
|
Tue, 16 Jul 2002 16:37:06 +0000 |
Ken Raeburn |
(FETCH_STRING_CHAR_ADVANCE, FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES
|
Tue, 16 Jul 2002 16:35:27 +0000 |
Ken Raeburn |
(Fset_fontset_font): Use SDATA instead of XSTRING()->data.
|
Tue, 16 Jul 2002 16:24:59 +0000 |
Stefan Monnier |
(help-split-fundoc, help-function-arglist)
|
Tue, 16 Jul 2002 16:08:44 +0000 |
Stefan Monnier |
(help-key-description): Show the untranslated keys
|
Tue, 16 Jul 2002 16:02:35 +0000 |
Stefan Monnier |
(view): Always require.
|
Tue, 16 Jul 2002 15:50:57 +0000 |
Ken Raeburn |
*** empty log message ***
|
Tue, 16 Jul 2002 15:50:09 +0000 |
Ken Raeburn |
* xterm.c (x_catch_errors, x_clear_errors): Use SSET.
|
Tue, 16 Jul 2002 15:50:04 +0000 |
Ken Raeburn |
* xfns.c (validate_x_resource_name): Use SSET.
|
Tue, 16 Jul 2002 15:49:59 +0000 |
Ken Raeburn |
* w32fns.c (validate_x_resource_name): Use SSET.
|
Tue, 16 Jul 2002 15:49:53 +0000 |
Ken Raeburn |
* search.c (wordify): Use SDATA.
|
Tue, 16 Jul 2002 15:49:48 +0000 |
Ken Raeburn |
* process.c (status_message): Use SSET.
|
Tue, 16 Jul 2002 15:49:44 +0000 |
Ken Raeburn |
* macfns.c (validate_x_resource_name): Use SSET.
|
Tue, 16 Jul 2002 15:49:38 +0000 |
Ken Raeburn |
* lread.c (Fload): Use SDATA, SSET.
|
Tue, 16 Jul 2002 15:49:34 +0000 |
Ken Raeburn |
* lisp.h (SREF): Produce rvalue.
|
Tue, 16 Jul 2002 15:49:29 +0000 |
Ken Raeburn |
* keyboard.c (Fevent_convert_list): Use SREF.
|
Tue, 16 Jul 2002 15:49:24 +0000 |
Ken Raeburn |
* insdel.c (insert_from_string_1): Use SDATA.
|
Tue, 16 Jul 2002 15:49:20 +0000 |
Ken Raeburn |
* fns.c (concat): Use SSET.
|
Tue, 16 Jul 2002 15:49:16 +0000 |
Ken Raeburn |
* fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
|
Tue, 16 Jul 2002 15:49:12 +0000 |
Ken Raeburn |
* dired.c (directory_files_internal): Use SSET.
|
Tue, 16 Jul 2002 15:49:07 +0000 |
Ken Raeburn |
* data.c (Faref): Use SDATA.
|
Tue, 16 Jul 2002 15:49:03 +0000 |
Ken Raeburn |
* charset.h (FETCH_STRING_CHAR_ADVANCE,
|
Tue, 16 Jul 2002 15:48:59 +0000 |
Ken Raeburn |
* casefiddle.c (casify_object): Use SSET.
|
Tue, 16 Jul 2002 15:48:54 +0000 |
Ken Raeburn |
* buffer.c (Fother_buffer): Use SREF when retrieving a byte from
|
Tue, 16 Jul 2002 15:48:47 +0000 |
Ken Raeburn |
* alloc.c (make_event_array): Use SSET for storing into a string.
|
Tue, 16 Jul 2002 15:09:36 +0000 |
Ken Raeburn |
*** empty log message ***
|
Tue, 16 Jul 2002 15:09:30 +0000 |
Ken Raeburn |
(SDATA): Produce rvalue.
|
Tue, 16 Jul 2002 13:47:49 +0000 |
Richard M. Stallman |
*** empty log message ***
|
Tue, 16 Jul 2002 13:47:41 +0000 |
Richard M. Stallman |
(USG_SUBTTY_WORKS): Defined.
|
Tue, 16 Jul 2002 13:47:07 +0000 |
Richard M. Stallman |
(reconsider_clip_changes): Don't test prevent_redisplay_optimizations_p.
|
Tue, 16 Jul 2002 13:42:15 +0000 |
Richard M. Stallman |
(cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
|
Tue, 16 Jul 2002 13:41:16 +0000 |
Richard M. Stallman |
(create_process): Test USG_SUBTTY_WORKS.
|
Tue, 16 Jul 2002 13:39:41 +0000 |
Richard M. Stallman |
(temp_output_buffer_show): Don't set prevent_redisplay_optimizations_p.
|
Tue, 16 Jul 2002 13:38:19 +0000 |
Richard M. Stallman |
(choose-completion-string): Doc fix.
|
Tue, 16 Jul 2002 13:37:21 +0000 |
Richard M. Stallman |
New operation :custom-standard-value.
|
Tue, 16 Jul 2002 13:37:15 +0000 |
Stefan Monnier |
(diff-reverse-direction): Simplify.
|
Tue, 16 Jul 2002 13:33:29 +0000 |
Stefan Monnier |
(mouse-sel-original-interprogram-paste-function): Defvar it.
|
Tue, 16 Jul 2002 13:33:13 +0000 |
Richard M. Stallman |
(compare-windows-whitespace): Always allow newline
|
Tue, 16 Jul 2002 13:31:48 +0000 |
Richard M. Stallman |
Mention Texinfo 4.2 needed.
|
Tue, 16 Jul 2002 13:27:05 +0000 |
Stefan Monnier |
(mouse-sel-mode): Use define-minor-mode.
|
Tue, 16 Jul 2002 12:25:41 +0000 |
Stefan Monnier |
*** empty log message ***
|
Tue, 16 Jul 2002 11:43:32 +0000 |
Juanma Barranquero |
Fix reference to `defvaralias' as a macro.
|
Tue, 16 Jul 2002 06:43:19 +0000 |
Juanma Barranquero |
*** empty log message ***
|
Tue, 16 Jul 2002 06:43:06 +0000 |
Juanma Barranquero |
(timer-set-time, timer-set-time-with-usecs): Fix docstring.
|
Tue, 16 Jul 2002 01:00:43 +0000 |
Miles Bader |
(HTML Mode): Put `@end table' at end of table.
|
Mon, 15 Jul 2002 21:04:59 +0000 |
Stefan Monnier |
*** empty log message ***
|
Mon, 15 Jul 2002 20:37:12 +0000 |
Stefan Monnier |
(Ftrace_to_stderr): Add usage to docstring.
|
Mon, 15 Jul 2002 20:00:03 +0000 |
Stefan Monnier |
*** empty log message ***
|
Mon, 15 Jul 2002 19:59:53 +0000 |
Stefan Monnier |
(scan_c_file): Warn about missing `usage' info.
|
Mon, 15 Jul 2002 16:17:01 +0000 |
Juanma Barranquero |
(describe-variable): Remove useless trailing whitespace.
|
Mon, 15 Jul 2002 15:50:56 +0000 |
Juanma Barranquero |
Fix typo.
|
Mon, 15 Jul 2002 15:50:20 +0000 |
Juanma Barranquero |
Document third argument of defvaralias.
|
Mon, 15 Jul 2002 15:39:02 +0000 |
Juanma Barranquero |
*** empty log message ***
|
Mon, 15 Jul 2002 15:38:49 +0000 |
Juanma Barranquero |
(describe-variable): Show documentation for aliased variable if alias does not
|
Mon, 15 Jul 2002 15:37:51 +0000 |
Juanma Barranquero |
(Fdefvaralias): Add docstring argument.
|
Mon, 15 Jul 2002 12:06:01 +0000 |
Kai Grojohann |
Ignore *.op and *.ops, too.
|
Mon, 15 Jul 2002 11:49:37 +0000 |
Mike Williams |
*** empty log message ***
|
Mon, 15 Jul 2002 11:48:44 +0000 |
Mike Williams |
(mouse-sel-bindings): Save/restore interprogram cut/paste functions.
|
Mon, 15 Jul 2002 09:47:14 +0000 |
Richard M. Stallman |
Minor cleanup.
|
Mon, 15 Jul 2002 07:23:55 +0000 |
Andreas Schwab |
*** empty log message ***
|
Mon, 15 Jul 2002 06:57:04 +0000 |
Ken Raeburn |
*** empty log message ***
|
Mon, 15 Jul 2002 06:56:48 +0000 |
Ken Raeburn |
* textprop.c (set_text_properties): Use STRING_SET_INTERVALS.
|
Mon, 15 Jul 2002 06:56:10 +0000 |
Ken Raeburn |
* intervals.c (create_root_interval, balance_possible_root_interval,
|
Mon, 15 Jul 2002 06:55:28 +0000 |
Ken Raeburn |
* fns.c (Fstring_as_multibyte): Use STRING_SET_INTERVALS.
|
Mon, 15 Jul 2002 06:54:48 +0000 |
Ken Raeburn |
* buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
|
Mon, 15 Jul 2002 06:54:23 +0000 |
Ken Raeburn |
* lisp.h (STRING_INTERVALS): Produce rvalue.
|
Mon, 15 Jul 2002 02:18:31 +0000 |
Ken Raeburn |
*** empty log message ***
|
Mon, 15 Jul 2002 02:16:52 +0000 |
Ken Raeburn |
* lread.c (read_vector): Use STRING_SET_CHARS.
|
Mon, 15 Jul 2002 02:16:15 +0000 |
Ken Raeburn |
* fns.c (concat): Use STRING_SET_CHARS.
|
Mon, 15 Jul 2002 02:14:17 +0000 |
Ken Raeburn |
* dired.c (directory_files_internal): Use STRING_SET_CHARS.
|
Mon, 15 Jul 2002 02:13:38 +0000 |
Ken Raeburn |
* lisp.h (STRING_SET_CHARS): New macro.
|
Mon, 15 Jul 2002 00:01:34 +0000 |
Ken Raeburn |
*** empty log message ***
|
Mon, 15 Jul 2002 00:00:41 +0000 |
Ken Raeburn |
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
|
Sun, 14 Jul 2002 23:54:05 +0000 |
Ken Raeburn |
(SMBP): Deleted. All uses changed to STRING_MULTIBYTE.
|
Sun, 14 Jul 2002 22:52:48 +0000 |
Kim F. Storm |
Correct last commit which by mistake included some completely
|
Sun, 14 Jul 2002 20:39:18 +0000 |
Stefan Monnier |
Set encoding to utf-8.
|
Sun, 14 Jul 2002 19:52:35 +0000 |
Kai Grojohann |
Index entries.
|
Sun, 14 Jul 2002 15:30:54 +0000 |
Richard M. Stallman |
(find-alternate-file): Offer to save a modified buffer.
|
Sun, 14 Jul 2002 15:29:56 +0000 |
Richard M. Stallman |
(normal-splash-screen, fancy-splash-text):
|
Sun, 14 Jul 2002 15:26:01 +0000 |
Richard M. Stallman |
Fix doc typos.
|
Sun, 14 Jul 2002 15:24:03 +0000 |
Richard M. Stallman |
Say that output from asynch subprocesses of a compiler may be lost.
|
Sun, 14 Jul 2002 14:06:58 +0000 |
Kai Grojohann |
Comply with Texinfo coding standards. Suggestions by Eli.
|
Sun, 14 Jul 2002 10:14:28 +0000 |
Mike Williams |
*** empty log message ***
|
Sun, 14 Jul 2002 10:13:27 +0000 |
Mike Williams |
(mouse-sel-bound-events): New constant.
|