2002-07-16 |
Ken Raeburn |
(font_family_registry, fs_query_fontset):
|
2002-07-16 |
Ken Raeburn |
(report_file_error): String pointer args now point to
|
2002-07-16 |
Ken Raeburn |
(general_insert_function): Insertion function now
|
2002-07-16 |
Ken Raeburn |
(xstricmp): Declaration updated.
|
2002-07-16 |
Ken Raeburn |
(Ffind_coding_systems_region_interval): Use const for
|
2002-07-16 |
Ken Raeburn |
(find_charset_in_text, c_string_width):
|
2002-07-16 |
Ken Raeburn |
(find_charset_in_text, c_string_width):
|
2002-07-16 |
Ken Raeburn |
(xstrdup, make_string, make_unibyte_string)
|
2002-07-16 |
André Spiegel |
Document C-x v v as the main version control command, not C-x C-q.
|
2002-07-16 |
André Spiegel |
Let C-x C-q refer to toggle-read-only, not vc-toggle-read-only.
|
2002-07-16 |
André Spiegel |
Add entry for C-x C-q.
|
2002-07-16 |
André Spiegel |
*** empty log message ***
|
2002-07-16 |
André Spiegel |
(vc-next-action-on-file): Ignore buffer-read-only while comparing to
|
2002-07-16 |
André Spiegel |
Don't bind vc-toggle-read-only to C-x C-q.
|
2002-07-16 |
Ken Raeburn |
*** empty log message ***
|
2002-07-16 |
Ken Raeburn |
(echo_char, parse_modifiers_uncached, parse_solitary_modifier,
|
2002-07-16 |
André Spiegel |
Bind toggle-read-only to C-x C-q.
|
2002-07-16 |
Ken Raeburn |
*** empty log message ***
|
2002-07-16 |
Ken Raeburn |
(validate_interval_range, interval_of): Use string macros instead of
|
2002-07-16 |
Ken Raeburn |
(Fstring_to_char): Don't use XSTRING/XSETSTRING to copy a lisp value.
|
2002-07-16 |
Ken Raeburn |
(Fintern_soft): Use string macros instead of Lisp_String fields.
|
2002-07-16 |
Ken Raeburn |
(reset_buffer_local_variables): Delete "#if 0" settings of non-existent fields.
|
2002-07-16 |
Ken Raeburn |
comment update
|
2002-07-16 |
Ken Raeburn |
(Fstring_to_char): Use string macros instead of Lisp_String fields.
|
2002-07-16 |
Ken Raeburn |
*** empty log message ***
|
2002-07-16 |
Ken Raeburn |
(FETCH_STRING_CHAR_ADVANCE, FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES
|
2002-07-16 |
Ken Raeburn |
(Fset_fontset_font): Use SDATA instead of XSTRING()->data.
|
2002-07-16 |
Stefan Monnier |
(help-split-fundoc, help-function-arglist)
|
2002-07-16 |
Stefan Monnier |
(help-key-description): Show the untranslated keys
|
2002-07-16 |
Stefan Monnier |
(view): Always require.
|
2002-07-16 |
Ken Raeburn |
*** empty log message ***
|
2002-07-16 |
Ken Raeburn |
* xterm.c (x_catch_errors, x_clear_errors): Use SSET.
|
2002-07-16 |
Ken Raeburn |
* xfns.c (validate_x_resource_name): Use SSET.
|
2002-07-16 |
Ken Raeburn |
* w32fns.c (validate_x_resource_name): Use SSET.
|
2002-07-16 |
Ken Raeburn |
* search.c (wordify): Use SDATA.
|
2002-07-16 |
Ken Raeburn |
* process.c (status_message): Use SSET.
|
2002-07-16 |
Ken Raeburn |
* macfns.c (validate_x_resource_name): Use SSET.
|
2002-07-16 |
Ken Raeburn |
* lread.c (Fload): Use SDATA, SSET.
|
2002-07-16 |
Ken Raeburn |
* lisp.h (SREF): Produce rvalue.
|
2002-07-16 |
Ken Raeburn |
* keyboard.c (Fevent_convert_list): Use SREF.
|
2002-07-16 |
Ken Raeburn |
* insdel.c (insert_from_string_1): Use SDATA.
|
2002-07-16 |
Ken Raeburn |
* fns.c (concat): Use SSET.
|
2002-07-16 |
Ken Raeburn |
* fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
|
2002-07-16 |
Ken Raeburn |
* dired.c (directory_files_internal): Use SSET.
|
2002-07-16 |
Ken Raeburn |
* data.c (Faref): Use SDATA.
|
2002-07-16 |
Ken Raeburn |
* charset.h (FETCH_STRING_CHAR_ADVANCE,
|
2002-07-16 |
Ken Raeburn |
* casefiddle.c (casify_object): Use SSET.
|
2002-07-16 |
Ken Raeburn |
* buffer.c (Fother_buffer): Use SREF when retrieving a byte from
|
2002-07-16 |
Ken Raeburn |
* alloc.c (make_event_array): Use SSET for storing into a string.
|
2002-07-16 |
Ken Raeburn |
*** empty log message ***
|
2002-07-16 |
Ken Raeburn |
(SDATA): Produce rvalue.
|
2002-07-16 |
Richard M. Stallman |
*** empty log message ***
|
2002-07-16 |
Richard M. Stallman |
(USG_SUBTTY_WORKS): Defined.
|
2002-07-16 |
Richard M. Stallman |
(reconsider_clip_changes): Don't test prevent_redisplay_optimizations_p.
|
2002-07-16 |
Richard M. Stallman |
(cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
|
2002-07-16 |
Richard M. Stallman |
(create_process): Test USG_SUBTTY_WORKS.
|
2002-07-16 |
Richard M. Stallman |
(temp_output_buffer_show): Don't set prevent_redisplay_optimizations_p.
|
2002-07-16 |
Richard M. Stallman |
(choose-completion-string): Doc fix.
|
2002-07-16 |
Richard M. Stallman |
New operation :custom-standard-value.
|
2002-07-16 |
Stefan Monnier |
(diff-reverse-direction): Simplify.
|
2002-07-16 |
Stefan Monnier |
(mouse-sel-original-interprogram-paste-function): Defvar it.
|
2002-07-16 |
Richard M. Stallman |
(compare-windows-whitespace): Always allow newline
|
2002-07-16 |
Richard M. Stallman |
Mention Texinfo 4.2 needed.
|
2002-07-16 |
Stefan Monnier |
(mouse-sel-mode): Use define-minor-mode.
|
2002-07-16 |
Stefan Monnier |
*** empty log message ***
|
2002-07-16 |
Juanma Barranquero |
Fix reference to `defvaralias' as a macro.
|
2002-07-16 |
Juanma Barranquero |
*** empty log message ***
|
2002-07-16 |
Juanma Barranquero |
(timer-set-time, timer-set-time-with-usecs): Fix docstring.
|
2002-07-16 |
Miles Bader |
(HTML Mode): Put `@end table' at end of table.
|
2002-07-15 |
Stefan Monnier |
*** empty log message ***
|
2002-07-15 |
Stefan Monnier |
(Ftrace_to_stderr): Add usage to docstring.
|
2002-07-15 |
Stefan Monnier |
*** empty log message ***
|
2002-07-15 |
Stefan Monnier |
(scan_c_file): Warn about missing `usage' info.
|
2002-07-15 |
Juanma Barranquero |
(describe-variable): Remove useless trailing whitespace.
|
2002-07-15 |
Juanma Barranquero |
Fix typo.
|
2002-07-15 |
Juanma Barranquero |
Document third argument of defvaralias.
|
2002-07-15 |
Juanma Barranquero |
*** empty log message ***
|
2002-07-15 |
Juanma Barranquero |
(describe-variable): Show documentation for aliased variable if alias does not
|
2002-07-15 |
Juanma Barranquero |
(Fdefvaralias): Add docstring argument.
|
2002-07-15 |
Kai Großjohann |
Ignore *.op and *.ops, too.
|
2002-07-15 |
Mike Williams |
*** empty log message ***
|
2002-07-15 |
Mike Williams |
(mouse-sel-bindings): Save/restore interprogram cut/paste functions.
|
2002-07-15 |
Richard M. Stallman |
Minor cleanup.
|
2002-07-15 |
Andreas Schwab |
*** empty log message ***
|
2002-07-15 |
Ken Raeburn |
*** empty log message ***
|
2002-07-15 |
Ken Raeburn |
* textprop.c (set_text_properties): Use STRING_SET_INTERVALS.
|
2002-07-15 |
Ken Raeburn |
* intervals.c (create_root_interval, balance_possible_root_interval,
|
2002-07-15 |
Ken Raeburn |
* fns.c (Fstring_as_multibyte): Use STRING_SET_INTERVALS.
|
2002-07-15 |
Ken Raeburn |
* buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
|
2002-07-15 |
Ken Raeburn |
* lisp.h (STRING_INTERVALS): Produce rvalue.
|
2002-07-15 |
Ken Raeburn |
*** empty log message ***
|
2002-07-15 |
Ken Raeburn |
* lread.c (read_vector): Use STRING_SET_CHARS.
|
2002-07-15 |
Ken Raeburn |
* fns.c (concat): Use STRING_SET_CHARS.
|
2002-07-15 |
Ken Raeburn |
* dired.c (directory_files_internal): Use STRING_SET_CHARS.
|
2002-07-15 |
Ken Raeburn |
* lisp.h (STRING_SET_CHARS): New macro.
|
2002-07-15 |
Ken Raeburn |
*** empty log message ***
|
2002-07-15 |
Ken Raeburn |
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
|
2002-07-14 |
Ken Raeburn |
(SMBP): Deleted. All uses changed to STRING_MULTIBYTE.
|
2002-07-14 |
Kim F. Storm |
Correct last commit which by mistake included some completely
|
2002-07-14 |
Stefan Monnier |
Set encoding to utf-8.
|
2002-07-14 |
Kai Großjohann |
Index entries.
|
2002-07-14 |
Richard M. Stallman |
(find-alternate-file): Offer to save a modified buffer.
|
2002-07-14 |
Richard M. Stallman |
(normal-splash-screen, fancy-splash-text):
|
2002-07-14 |
Richard M. Stallman |
Fix doc typos.
|
2002-07-14 |
Richard M. Stallman |
Say that output from asynch subprocesses of a compiler may be lost.
|
2002-07-14 |
Kai Großjohann |
Comply with Texinfo coding standards. Suggestions by Eli.
|
2002-07-14 |
Mike Williams |
*** empty log message ***
|
2002-07-14 |
Mike Williams |
(mouse-sel-bound-events): New constant.
|
2002-07-13 |
Stefan Monnier |
*** empty log message ***
|
2002-07-13 |
Kim F. Storm |
regenerated
|
2002-07-13 |
Stefan Monnier |
(cl-set-substring): Fix thinko.
|
2002-07-13 |
Stefan Monnier |
Use hash-tables.
|
2002-07-13 |
Andreas Schwab |
(mail-abbrev-make-syntax-table): Check the
|
2002-07-13 |
Stefan Monnier |
(ebrowse-symbol-regexp): Avoid cl-set-substring.
|
2002-07-13 |
Stefan Monnier |
(sgml-quote): Use narrowing. Improve the regexp used when unquoting.
|
2002-07-13 |
Glenn Morris |
*** empty log message ***
|
2002-07-13 |
Glenn Morris |
(timeclock-in): Run the new day section if, after rereading the log file,
|
2002-07-13 |
Kai Großjohann |
Do not hook into file-name-handler-alist, this
|
2002-07-13 |
Kai Großjohann |
Fix copyright years.
|
2002-07-13 |
Kai Großjohann |
(tramp-multi-file-name-structure-unified): Add
|
2002-07-13 |
Kai Großjohann |
* files.texi (Remote Files): Explain new unified file name synatx.
|
2002-07-12 |
Kim F. Storm |
*** empty log message ***
|
2002-07-12 |
Kim F. Storm |
(grep-tree): Fixed autoload.
|
2002-07-12 |
Kim F. Storm |
(command_loop_1): Invert check on Vmemory_full.
|
2002-07-12 |
Glenn Morris |
*** empty log message ***
|
2002-07-12 |
Glenn Morris |
(timeclock-get-workday-function): `timeclock-workday' is not a valid
|
2002-07-12 |
Richard M. Stallman |
Move the node Query Before Exit down.
|
2002-07-12 |
Richard M. Stallman |
Document binding `deactivate-mark' around something that modifies the
|
2002-07-12 |
Richard M. Stallman |
defimage does not evaluate SPECS.
|
2002-07-12 |
Richard M. Stallman |
*** empty log message ***
|
2002-07-12 |
Richard M. Stallman |
(ange-ftp-write-region): Don't bind executing-kbd-macro; instead, pass
|
2002-07-12 |
Richard M. Stallman |
(flush-lines, keep-lines): Convert REND to a marker.
|
2002-07-12 |
Richard M. Stallman |
(help-with-tutorial): Display completion list right away.
|
2002-07-12 |
Richard M. Stallman |
Comment change.
|
2002-07-12 |
Richard M. Stallman |
(ediff-test-patch-utility): Catch error and return nil.
|
2002-07-12 |
Richard M. Stallman |
(fancy-splash-text, actions page): Add blank line to balance help page.
|
2002-07-12 |
Richard M. Stallman |
(command-line): Set memory-signal-data.
|
2002-07-12 |
Richard M. Stallman |
(help-map): Add binding for info-emacs-manual.
|
2002-07-12 |
Richard M. Stallman |
*** empty log message ***
|
2002-07-12 |
Richard M. Stallman |
(strokes-help): Call print-help-return-message
|
2002-07-12 |
Richard M. Stallman |
(info-emacs-manual): New function.
|
2002-07-12 |
Richard M. Stallman |
(multiple-value-call): Add alias.
|
2002-07-12 |
Richard M. Stallman |
(compilation-normalize-filename):
|
2002-07-12 |
Richard M. Stallman |
(Fwrite_region): Doc fix.
|
2002-07-12 |
Juanma Barranquero |
*** empty log message ***
|
2002-07-12 |
Juanma Barranquero |
(describe-variable): Put `defvaralias' info before the documentation (patch from
|
2002-07-12 |
Juanma Barranquero |
*** empty log message ***
|
2002-07-12 |
Juanma Barranquero |
(timer-set-time-with-usecs): Fix documentation. Simplify extraction of time data.
|
2002-07-12 |
Richard M. Stallman |
*** empty log message ***
|
2002-07-12 |
Richard M. Stallman |
(print_error_message): Don't handle Vsignaling_function here.
|
2002-07-12 |
Richard M. Stallman |
(cmd_error_internal): Handle Vsignaling_function here.
|
2002-07-12 |
Richard M. Stallman |
(Fsignal): Don't call cancel_hourglass.
|
2002-07-12 |
Richard M. Stallman |
(process_send_signal): Add abort call.
|
2002-07-12 |
Pavel Janík |
*** empty log message ***
|
2002-07-12 |
Pavel Janík |
(describe-variable): Mention if the variable is an alias.
|
2002-07-12 |
Markus Rost |
*** empty log message ***
|
2002-07-12 |
Markus Rost |
(Fkey_binding): Fix typo.
|
2002-07-11 |
Kenichi Handa |
*** empty log message ***
|
2002-07-11 |
Kenichi Handa |
(locale-language-names): Change "mk" (Macedoninan), "ru" (Russian),
|
2002-07-11 |
Kai Großjohann |
(tramp-handle-make-symbolic-link): Implement.
|
2002-07-11 |
Kai Großjohann |
(tramp-default-method): New default method "sm"
|
2002-07-11 |
Richard M. Stallman |
(Vmemory_full): New variable.
|
2002-07-11 |
Richard M. Stallman |
(Vmemory_full): Add declaration.
|
2002-07-11 |
Richard M. Stallman |
(last_known_column): Declare as double, not float.
|
2002-07-11 |
Richard M. Stallman |
(message_dolog): Do nothing if Vmemory_full is non-nil.
|
2002-07-11 |
Richard M. Stallman |
*** empty log message ***
|
2002-07-11 |
Pavel Janík |
*** empty log message ***
|
2002-07-11 |
Richard M. Stallman |
(BROKEN_SA_RESTART): Defined.
|
2002-07-11 |
Richard M. Stallman |
(sys_signal): Test BROKEN_SA_RESTART.
|
2002-07-11 |
Andrew Choi |
2002-07-11 Andrew Choi <akochoi@shaw.ca>
|
2002-07-11 |
Juanma Barranquero |
*** empty log message ***
|
2002-07-11 |
Juanma Barranquero |
Use macro SPECPDL_INDEX.
|
2002-07-11 |
Juanma Barranquero |
*** empty log message ***
|
2002-07-11 |
Juanma Barranquero |
Use macro SPECPDL_INDEX.
|
2002-07-10 |
Kim F. Storm |
(ido-make-merged-file-list): Fix last change again.
|
2002-07-10 |
Juanma Barranquero |
*** empty log message ***
|
2002-07-10 |
Juanma Barranquero |
(authors-obsolete-file-p): Fix typo.
|
2002-07-10 |
Juanma Barranquero |
Revert doubtful typo fix.
|
2002-07-10 |
Juanma Barranquero |
(speedbar-obj-do-check): Fix typo.
|
2002-07-10 |
Juanma Barranquero |
*** empty log message ***
|
2002-07-10 |
Juanma Barranquero |
(speedbar-tag-hierarchy-method): Fix typos.
|
2002-07-10 |
Juanma Barranquero |
Rename BINDING_STACK_SIZE to SPECPDL_INDEX.
|
2002-07-10 |
Juanma Barranquero |
(SPECPDL_INDEX): Rename from BINDING_STACK_SIZE. All callers updated.
|
2002-07-10 |
Juanma Barranquero |
*** empty log message ***
|
2002-07-10 |
Juanma Barranquero |
(speedbar-make-specialized-keymap): Fix docstring.
|
2002-07-10 |
Juanma Barranquero |
*** empty log message ***
|
2002-07-10 |
Juanma Barranquero |
(ido-enter-single-matching-directory): Delete leftover comment.
|
2002-07-09 |
Stefan Monnier |
(Fdefalias): Add an optional `docstring' argument.
|
2002-07-09 |
Stefan Monnier |
(HASH_VALUE, HASH_KEY): Remove (it's in lisp.h now).
|
2002-07-09 |
Stefan Monnier |
*** empty log message ***
|
2002-07-09 |
Stefan Monnier |
(HASH_VALUE): Remove (it's in lisp.h now).
|
2002-07-09 |
Juanma Barranquero |
(ebnf-yac-error): Fix typo.
|