Mercurial > emacs
graph
-
*** empty log message ***2002-07-16, by Ken Raeburn
-
(same_x_server): String pointer args now point to2002-07-16, by Ken Raeburn
-
(xstricmp): String pointer args now point to const.2002-07-16, by Ken Raeburn
-
(store_frame_title, string_char_and_length):2002-07-16, by Ken Raeburn
-
(set_file_times): Declaration updated.2002-07-16, by Ken Raeburn
-
(emacs_open, set_file_times): String pointer args now2002-07-16, by Ken Raeburn
-
(fast_c_string_match_ignore_case): String pointer args2002-07-16, by Ken Raeburn
-
(temp_echo_area_glyphs): String pointer args now2002-07-16, by Ken Raeburn
-
(intern, oblookup, hash_string): String pointer args2002-07-16, by Ken Raeburn
-
(chars_in_text, multibyte_chars_in_text, copy_text):2002-07-16, by Ken Raeburn
-
(Fdescribe_buffer_bindings): Use const for pointer to2002-07-16, by Ken Raeburn
-
(cmd_error_internal): Use const for pointer to lisp2002-07-16, by Ken Raeburn
-
(copy_text, count_size_as_multibyte, insert_1):2002-07-16, by Ken Raeburn
-
(Fframe_parameter): Use const for pointer to lisp2002-07-16, by Ken Raeburn
-
(font_family_registry, fs_query_fontset):2002-07-16, by Ken Raeburn
-
(report_file_error): String pointer args now point to2002-07-16, by Ken Raeburn
-
(general_insert_function): Insertion function now2002-07-16, by Ken Raeburn
-
(xstricmp): Declaration updated.2002-07-16, by Ken Raeburn
-
(Ffind_coding_systems_region_interval): Use const for2002-07-16, by Ken Raeburn
-
(find_charset_in_text, c_string_width):2002-07-16, by Ken Raeburn
-
(find_charset_in_text, c_string_width):2002-07-16, by Ken Raeburn
-
(xstrdup, make_string, make_unibyte_string)2002-07-16, by Ken Raeburn
-
Document C-x v v as the main version control command, not C-x C-q.2002-07-16, by André Spiegel
-
Let C-x C-q refer to toggle-read-only, not vc-toggle-read-only.2002-07-16, by André Spiegel
-
Add entry for C-x C-q.2002-07-16, by André Spiegel
-
*** empty log message ***2002-07-16, by André Spiegel
-
(vc-next-action-on-file): Ignore buffer-read-only while comparing to2002-07-16, by André Spiegel
-
Don't bind vc-toggle-read-only to C-x C-q.2002-07-16, by André Spiegel
-
*** empty log message ***2002-07-16, by Ken Raeburn
-
(echo_char, parse_modifiers_uncached, parse_solitary_modifier,2002-07-16, by Ken Raeburn
-
Bind toggle-read-only to C-x C-q.2002-07-16, by André Spiegel
-
*** empty log message ***2002-07-16, by Ken Raeburn
-
(validate_interval_range, interval_of): Use string macros instead of2002-07-16, by Ken Raeburn
-
(Fstring_to_char): Don't use XSTRING/XSETSTRING to copy a lisp value.2002-07-16, by Ken Raeburn
-
(Fintern_soft): Use string macros instead of Lisp_String fields.2002-07-16, by Ken Raeburn
-
(reset_buffer_local_variables): Delete "#if 0" settings of non-existent fields.2002-07-16, by Ken Raeburn
-
comment update2002-07-16, by Ken Raeburn
-
(Fstring_to_char): Use string macros instead of Lisp_String fields.2002-07-16, by Ken Raeburn
-
*** empty log message ***2002-07-16, by Ken Raeburn
-
(FETCH_STRING_CHAR_ADVANCE, FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES2002-07-16, by Ken Raeburn
-
(Fset_fontset_font): Use SDATA instead of XSTRING()->data.2002-07-16, by Ken Raeburn
-
(help-split-fundoc, help-function-arglist)2002-07-16, by Stefan Monnier
-
(help-key-description): Show the untranslated keys2002-07-16, by Stefan Monnier
-
(view): Always require.2002-07-16, by Stefan Monnier
-
*** empty log message ***2002-07-16, by Ken Raeburn
-
* xterm.c (x_catch_errors, x_clear_errors): Use SSET.2002-07-16, by Ken Raeburn
-
* xfns.c (validate_x_resource_name): Use SSET.2002-07-16, by Ken Raeburn
-
* w32fns.c (validate_x_resource_name): Use SSET.2002-07-16, by Ken Raeburn
-
* search.c (wordify): Use SDATA.2002-07-16, by Ken Raeburn
-
* process.c (status_message): Use SSET.2002-07-16, by Ken Raeburn
-
* macfns.c (validate_x_resource_name): Use SSET.2002-07-16, by Ken Raeburn
-
* lread.c (Fload): Use SDATA, SSET.2002-07-16, by Ken Raeburn
-
* lisp.h (SREF): Produce rvalue.2002-07-16, by Ken Raeburn
-
* keyboard.c (Fevent_convert_list): Use SREF.2002-07-16, by Ken Raeburn
-
* insdel.c (insert_from_string_1): Use SDATA.2002-07-16, by Ken Raeburn
-
* fns.c (concat): Use SSET.2002-07-16, by Ken Raeburn
-
* fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.2002-07-16, by Ken Raeburn
-
* dired.c (directory_files_internal): Use SSET.2002-07-16, by Ken Raeburn
-
* data.c (Faref): Use SDATA.2002-07-16, by Ken Raeburn
-
* charset.h (FETCH_STRING_CHAR_ADVANCE,2002-07-16, by Ken Raeburn
-
* casefiddle.c (casify_object): Use SSET.2002-07-16, by Ken Raeburn
-
* buffer.c (Fother_buffer): Use SREF when retrieving a byte from2002-07-16, by Ken Raeburn
-
* alloc.c (make_event_array): Use SSET for storing into a string.2002-07-16, by Ken Raeburn
-
*** empty log message ***2002-07-16, by Ken Raeburn
-
(SDATA): Produce rvalue.2002-07-16, by Ken Raeburn
-
*** empty log message ***2002-07-16, by Richard M. Stallman
-
(USG_SUBTTY_WORKS): Defined.2002-07-16, by Richard M. Stallman
-
(reconsider_clip_changes): Don't test prevent_redisplay_optimizations_p.2002-07-16, by Richard M. Stallman
-
(cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.2002-07-16, by Richard M. Stallman
-
(create_process): Test USG_SUBTTY_WORKS.2002-07-16, by Richard M. Stallman
-
(temp_output_buffer_show): Don't set prevent_redisplay_optimizations_p.2002-07-16, by Richard M. Stallman
-
(choose-completion-string): Doc fix.2002-07-16, by Richard M. Stallman
-
New operation :custom-standard-value.2002-07-16, by Richard M. Stallman
-
(diff-reverse-direction): Simplify.2002-07-16, by Stefan Monnier
-
(mouse-sel-original-interprogram-paste-function): Defvar it.2002-07-16, by Stefan Monnier
-
(compare-windows-whitespace): Always allow newline2002-07-16, by Richard M. Stallman
-
Mention Texinfo 4.2 needed.2002-07-16, by Richard M. Stallman
-
(mouse-sel-mode): Use define-minor-mode.2002-07-16, by Stefan Monnier
-
*** empty log message ***2002-07-16, by Stefan Monnier
-
Fix reference to `defvaralias' as a macro.2002-07-16, by Juanma Barranquero
-
*** empty log message ***2002-07-16, by Juanma Barranquero
-
(timer-set-time, timer-set-time-with-usecs): Fix docstring.2002-07-16, by Juanma Barranquero
-
(HTML Mode): Put `@end table' at end of table.2002-07-16, by Miles Bader
-
*** empty log message ***2002-07-15, by Stefan Monnier
-
(Ftrace_to_stderr): Add usage to docstring.2002-07-15, by Stefan Monnier
-
*** empty log message ***2002-07-15, by Stefan Monnier
-
(scan_c_file): Warn about missing `usage' info.2002-07-15, by Stefan Monnier
-
(describe-variable): Remove useless trailing whitespace.2002-07-15, by Juanma Barranquero
-
Fix typo.2002-07-15, by Juanma Barranquero
-
Document third argument of defvaralias.2002-07-15, by Juanma Barranquero
-
*** empty log message ***2002-07-15, by Juanma Barranquero
-
(describe-variable): Show documentation for aliased variable if alias does not2002-07-15, by Juanma Barranquero
-
(Fdefvaralias): Add docstring argument.2002-07-15, by Juanma Barranquero
-
Ignore *.op and *.ops, too.2002-07-15, by Kai Großjohann
-
*** empty log message ***2002-07-15, by Mike Williams
-
(mouse-sel-bindings): Save/restore interprogram cut/paste functions.2002-07-15, by Mike Williams
-
Minor cleanup.2002-07-15, by Richard M. Stallman
-
*** empty log message ***2002-07-15, by Andreas Schwab
-
*** empty log message ***2002-07-15, by Ken Raeburn
-
* textprop.c (set_text_properties): Use STRING_SET_INTERVALS.2002-07-15, by Ken Raeburn
-
* intervals.c (create_root_interval, balance_possible_root_interval,2002-07-15, by Ken Raeburn
-
* fns.c (Fstring_as_multibyte): Use STRING_SET_INTERVALS.2002-07-15, by Ken Raeburn
-
* buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.2002-07-15, by Ken Raeburn
-
* lisp.h (STRING_INTERVALS): Produce rvalue.2002-07-15, by Ken Raeburn
-
*** empty log message ***2002-07-15, by Ken Raeburn
-
* lread.c (read_vector): Use STRING_SET_CHARS.2002-07-15, by Ken Raeburn
-
* fns.c (concat): Use STRING_SET_CHARS.2002-07-15, by Ken Raeburn
-
* dired.c (directory_files_internal): Use STRING_SET_CHARS.2002-07-15, by Ken Raeburn
-
* lisp.h (STRING_SET_CHARS): New macro.2002-07-15, by Ken Raeburn
-
*** empty log message ***2002-07-15, by Ken Raeburn
-
Most uses of XSTRING combined with STRING_BYTES or indirection changed to2002-07-15, by Ken Raeburn
-
(SMBP): Deleted. All uses changed to STRING_MULTIBYTE.2002-07-14, by Ken Raeburn
-
Correct last commit which by mistake included some completely2002-07-14, by Kim F. Storm
-
Set encoding to utf-8.2002-07-14, by Stefan Monnier
-
Index entries.2002-07-14, by Kai Großjohann
-
(find-alternate-file): Offer to save a modified buffer.2002-07-14, by Richard M. Stallman
-
(normal-splash-screen, fancy-splash-text):2002-07-14, by Richard M. Stallman
-
Fix doc typos.2002-07-14, by Richard M. Stallman
-
Say that output from asynch subprocesses of a compiler may be lost.2002-07-14, by Richard M. Stallman
-
Comply with Texinfo coding standards. Suggestions by Eli.2002-07-14, by Kai Großjohann
-
*** empty log message ***2002-07-14, by Mike Williams
-
(mouse-sel-bound-events): New constant.2002-07-14, by Mike Williams
-
*** empty log message ***2002-07-13, by Stefan Monnier
-
regenerated2002-07-13, by Kim F. Storm
-
(cl-set-substring): Fix thinko.2002-07-13, by Stefan Monnier
-
Use hash-tables.2002-07-13, by Stefan Monnier
-
(mail-abbrev-make-syntax-table): Check the2002-07-13, by Andreas Schwab
-
(ebrowse-symbol-regexp): Avoid cl-set-substring.2002-07-13, by Stefan Monnier
-
(sgml-quote): Use narrowing. Improve the regexp used when unquoting.2002-07-13, by Stefan Monnier
-
*** empty log message ***2002-07-13, by Glenn Morris
-
(timeclock-in): Run the new day section if, after rereading the log file,2002-07-13, by Glenn Morris
-
Do not hook into file-name-handler-alist, this2002-07-13, by Kai Großjohann
-
Fix copyright years.2002-07-13, by Kai Großjohann
-
(tramp-multi-file-name-structure-unified): Add2002-07-13, by Kai Großjohann
-
* files.texi (Remote Files): Explain new unified file name synatx.2002-07-13, by Kai Großjohann
-
*** empty log message ***2002-07-12, by Kim F. Storm
-
(grep-tree): Fixed autoload.2002-07-12, by Kim F. Storm
-
(command_loop_1): Invert check on Vmemory_full.2002-07-12, by Kim F. Storm
-
*** empty log message ***2002-07-12, by Glenn Morris
-
(timeclock-get-workday-function): `timeclock-workday' is not a valid2002-07-12, by Glenn Morris
-
Move the node Query Before Exit down.2002-07-12, by Richard M. Stallman
-
Document binding `deactivate-mark' around something that modifies the2002-07-12, by Richard M. Stallman
-
defimage does not evaluate SPECS.2002-07-12, by Richard M. Stallman
-
*** empty log message ***2002-07-12, by Richard M. Stallman
-
(ange-ftp-write-region): Don't bind executing-kbd-macro; instead, pass2002-07-12, by Richard M. Stallman
-
(flush-lines, keep-lines): Convert REND to a marker.2002-07-12, by Richard M. Stallman
-
(help-with-tutorial): Display completion list right away.2002-07-12, by Richard M. Stallman
-
Comment change.2002-07-12, by Richard M. Stallman
-
(ediff-test-patch-utility): Catch error and return nil.2002-07-12, by Richard M. Stallman
-
(fancy-splash-text, actions page): Add blank line to balance help page.2002-07-12, by Richard M. Stallman
-
(command-line): Set memory-signal-data.2002-07-12, by Richard M. Stallman
-
(help-map): Add binding for info-emacs-manual.2002-07-12, by Richard M. Stallman
-
*** empty log message ***2002-07-12, by Richard M. Stallman
-
(strokes-help): Call print-help-return-message2002-07-12, by Richard M. Stallman
-
(info-emacs-manual): New function.2002-07-12, by Richard M. Stallman
-
(multiple-value-call): Add alias.2002-07-12, by Richard M. Stallman
-
(compilation-normalize-filename):2002-07-12, by Richard M. Stallman
-
(Fwrite_region): Doc fix.2002-07-12, by Richard M. Stallman
-
*** empty log message ***2002-07-12, by Juanma Barranquero
-
(describe-variable): Put `defvaralias' info before the documentation (patch from2002-07-12, by Juanma Barranquero
-
*** empty log message ***2002-07-12, by Juanma Barranquero
-
(timer-set-time-with-usecs): Fix documentation. Simplify extraction of time data.2002-07-12, by Juanma Barranquero
-
*** empty log message ***2002-07-12, by Richard M. Stallman
-
(print_error_message): Don't handle Vsignaling_function here.2002-07-12, by Richard M. Stallman
-
(cmd_error_internal): Handle Vsignaling_function here.2002-07-12, by Richard M. Stallman
-
(Fsignal): Don't call cancel_hourglass.2002-07-12, by Richard M. Stallman
-
(process_send_signal): Add abort call.2002-07-12, by Richard M. Stallman
-
*** empty log message ***2002-07-12, by Pavel Janík
-
(describe-variable): Mention if the variable is an alias.2002-07-12, by Pavel Janík
-
*** empty log message ***2002-07-12, by Markus Rost
-
(Fkey_binding): Fix typo.2002-07-12, by Markus Rost
-
*** empty log message ***2002-07-11, by Kenichi Handa
-
(locale-language-names): Change "mk" (Macedoninan), "ru" (Russian),2002-07-11, by Kenichi Handa
-
(tramp-handle-make-symbolic-link): Implement.2002-07-11, by Kai Großjohann
-
(tramp-default-method): New default method "sm"2002-07-11, by Kai Großjohann
-
(Vmemory_full): New variable.2002-07-11, by Richard M. Stallman
-
(Vmemory_full): Add declaration.2002-07-11, by Richard M. Stallman
-
(last_known_column): Declare as double, not float.2002-07-11, by Richard M. Stallman
-
(message_dolog): Do nothing if Vmemory_full is non-nil.2002-07-11, by Richard M. Stallman
-
*** empty log message ***2002-07-11, by Richard M. Stallman
-
*** empty log message ***2002-07-11, by Pavel Janík
-
(BROKEN_SA_RESTART): Defined.2002-07-11, by Richard M. Stallman
-
(sys_signal): Test BROKEN_SA_RESTART.2002-07-11, by Richard M. Stallman
-
2002-07-11 Andrew Choi <akochoi@shaw.ca>2002-07-11, by Andrew Choi
-
*** empty log message ***2002-07-11, by Juanma Barranquero
-
Use macro SPECPDL_INDEX.2002-07-11, by Juanma Barranquero
-
*** empty log message ***2002-07-11, by Juanma Barranquero
-
Use macro SPECPDL_INDEX.2002-07-11, by Juanma Barranquero
-
(ido-make-merged-file-list): Fix last change again.2002-07-10, by Kim F. Storm
-
*** empty log message ***2002-07-10, by Juanma Barranquero
-
(authors-obsolete-file-p): Fix typo.2002-07-10, by Juanma Barranquero
-
Revert doubtful typo fix.2002-07-10, by Juanma Barranquero
-
(speedbar-obj-do-check): Fix typo.2002-07-10, by Juanma Barranquero
-
*** empty log message ***2002-07-10, by Juanma Barranquero
-
(speedbar-tag-hierarchy-method): Fix typos.2002-07-10, by Juanma Barranquero
-
Rename BINDING_STACK_SIZE to SPECPDL_INDEX.2002-07-10, by Juanma Barranquero
-
(SPECPDL_INDEX): Rename from BINDING_STACK_SIZE. All callers updated.2002-07-10, by Juanma Barranquero
-
*** empty log message ***2002-07-10, by Juanma Barranquero
-
(speedbar-make-specialized-keymap): Fix docstring.2002-07-10, by Juanma Barranquero
-
*** empty log message ***2002-07-10, by Juanma Barranquero
-
(ido-enter-single-matching-directory): Delete leftover comment.2002-07-10, by Juanma Barranquero
-
(Fdefalias): Add an optional `docstring' argument.2002-07-09, by Stefan Monnier
-
(HASH_VALUE, HASH_KEY): Remove (it's in lisp.h now).2002-07-09, by Stefan Monnier
-
*** empty log message ***2002-07-09, by Stefan Monnier
-
(HASH_VALUE): Remove (it's in lisp.h now).2002-07-09, by Stefan Monnier
-
(ebnf-yac-error): Fix typo.2002-07-09, by Juanma Barranquero
-
(idlwave-shell-set-bp): Fix typos.2002-07-09, by Juanma Barranquero
-
(mail-extr-all-top-level-domains): Update names.2002-07-09, by Simon Josefsson
-
Fix typo.2002-07-09, by Juanma Barranquero
-
*** empty log message ***2002-07-09, by Juanma Barranquero
-
(ido-make-merged-file-list): Fix last change.2002-07-09, by Kim F. Storm
-
(hexl-mode): Fix typo.2002-07-09, by Juanma Barranquero
-
*** empty log message ***2002-07-09, by Juanma Barranquero
-
(face-id): Fix typo.2002-07-09, by Juanma Barranquero
-
*** empty log message ***2002-07-09, by Miles Bader
-
(hexl-find-file): Bind `completion-ignored-extensions' to nil when2002-07-09, by Miles Bader
-
*** empty log message ***2002-07-09, by Kenichi Handa
-
(insert-directory): Be sure to bind2002-07-09, by Kenichi Handa
-
*** empty log message ***2002-07-09, by Kenichi Handa
-
("latin-3-prefix"): Remove bogus Latin-32002-07-09, by Kenichi Handa
-
(Fcall_process): Fix previous change.2002-07-09, by Kenichi Handa
-
*** empty log message ***2002-07-08, by Dave Love
-
*** empty log message ***2002-07-08, by Kim F. Storm
-
(ido-make-merged-file-list): Move fully matching item to head of list.2002-07-08, by Kim F. Storm
-
(ido-find-common-substring): Return substring instead of t.2002-07-08, by Kim F. Storm
-
Fix typo in comments, not worthy of a changelog entry.2002-07-08, by Simon Josefsson
-
*** empty log message ***2002-07-08, by Juanma Barranquero
-
.2002-07-08, by Andreas Schwab
-
(Info-directory-list): Fix docstring.2002-07-08, by Juanma Barranquero
-
*** empty log message ***2002-07-08, by Miles Bader
-
(comint-dynamic-list-completions): Sort COMPLETIONS before first use.2002-07-08, by Miles Bader
-
(font-lock-default-unfontify-region): Use remove-list-of-text-properties.2002-07-08, by Stefan Monnier
-
Move `provide' to the end.2002-07-08, by Stefan Monnier
-
(TeX Mode): Remove explicit next/prev/up in @node line.2002-07-08, by Miles Bader
-
Add entries for face-attribute-relative-p, merge-face-attribute.2002-07-08, by Miles Bader
-
Update face-foreground and face-background to mention INHERIT parameter.2002-07-07, by Miles Bader
-
Document C-c . in Shell mode.2002-07-07, by Richard M. Stallman
-
Document the major rearrangement of help commands after 21.1.2002-07-07, by Richard M. Stallman
-
C-w sometimes grabs just one character.2002-07-07, by Richard M. Stallman
-
Describe yank-excluded-properties.2002-07-07, by Richard M. Stallman
-
Add entries for face-attribute-relative-p, merge-face-attribute.2002-07-07, by Miles Bader
-
Describe add-log-always-start-new-record.2002-07-07, by Richard M. Stallman
-
Clarify gud-jump description.2002-07-07, by Richard M. Stallman
-
New node Momentary Mark.2002-07-07, by Richard M. Stallman
-
keyboard-coding-system is initialized from the locale.2002-07-07, by Richard M. Stallman
-
Fix indentation.2002-07-07, by Richard M. Stallman
-
New node for SGML mode, etc.2002-07-07, by Richard M. Stallman
-
(after-find-file): Don't check for read-only status2002-07-07, by Kim F. Storm
-
*** empty log message ***2002-07-07, by Kim F. Storm
-
(ido-set-matches1): Use regexp-quote instead of identity.2002-07-07, by Kim F. Storm
-
*** empty log message ***2002-07-07, by Kim F. Storm
-
*** empty log message ***2002-07-07, by Stefan Monnier
-
Add x-*-keysym.2002-07-07, by Richard M. Stallman
-
*** empty log message ***2002-07-07, by Kim F. Storm
-
*** empty log message ***2002-07-07, by Stefan Monnier
-
Changed xemacs specific code to avoid byte compiler warning in GNU2002-07-07, by Kim F. Storm
-
(Ftry_completion, Fall_completions, Ftest_completion):2002-07-07, by Stefan Monnier
-
(indian-make-hash): Switch makehash -> make-hash-table.2002-07-07, by Stefan Monnier
-
(dev-char-glyph-hash, dev-glyph-glyph-hash)2002-07-07, by Stefan Monnier
-
(Fnconc): Use XCDR.2002-07-07, by Stefan Monnier
-
(HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)2002-07-07, by Stefan Monnier
-
(insert-string): Update the obsolete info.2002-07-07, by Stefan Monnier
-
*** empty log message ***2002-07-07, by Stefan Monnier
-
(debug-on-entry): Fix the wrapper used for2002-07-07, by Stefan Monnier
-
(texinfo-font-lock-keywords): Disable the automatic environment name update.2002-07-07, by Stefan Monnier
-
Clarify read-only visiting commands.2002-07-07, by Richard M. Stallman
-
*** empty log message ***2002-07-07, by Richard M. Stallman
-
Document o and C-o in Occur mode.2002-07-07, by Richard M. Stallman
-
Explain that $FOO stands for itself if FOO is not defined.2002-07-07, by Richard M. Stallman
-
Simplify the reference to Octave mode.2002-07-07, by Richard M. Stallman
-
Document mail-default-directory.2002-07-07, by Richard M. Stallman
-
Doc tex-start-options and tex-start-commands2002-07-07, by Richard M. Stallman
-
Add mouse-autoselect-window.2002-07-07, by Richard M. Stallman
-
Clarify cursors with multiple windows.2002-07-07, by Richard M. Stallman
-
Document toolip-delay and other tooltip customization. Explain the2002-07-07, by Richard M. Stallman
-
Update mouse button info.2002-07-07, by Richard M. Stallman
-
Document unify-8859-on-decoding-mode.2002-07-07, by Richard M. Stallman
-
Update description of * and ? for shell commands.2002-07-07, by Richard M. Stallman
-
setenv allows $-substitution.2002-07-07, by Richard M. Stallman
-
*** empty log message ***2002-07-07, by Richard M. Stallman
-
Treat a partially visible line like "cursor off screen".2002-07-07, by Richard M. Stallman
-
(Fbuffer_local_value): Store current value into its binding2002-07-07, by Richard M. Stallman
-
(Fdefmacro): Doc fix.2002-07-07, by Richard M. Stallman
-
(easy-menu-popup-menu): Function deleted.2002-07-07, by Richard M. Stallman
-
(ad-compile-function): Disable cl-function warnings if cl is loaded.2002-07-07, by Richard M. Stallman
-
(safe-local-eval-forms): New user option.2002-07-07, by Richard M. Stallman
-
Change maintainer email address.2002-07-07, by Richard M. Stallman
-
(Replace): Add a cross-reference to Transient Mark mode.2002-07-06, by Eli Zaretskii
-
* gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change2002-07-06, by ShengHuo ZHU
-
(completion-ignored-extensions): Add .gmo and .mo.2002-07-06, by Richard M. Stallman
-
(auto-coding-alist): Add knowledge of .sx[dmicw] file2002-07-05, by Francesco Potortì
-
(auto-mode-alist): Add knowledge of .sx[dmicw] file2002-07-05, by Francesco Potortì
-
(file-name-buffer-file-type-alist): Add knowledge of .sx[dmicw] file2002-07-05, by Francesco Potortì
-
Open office data files.2002-07-05, by Francesco Potortì
-
*** empty log message ***2002-07-05, by Pavel Janík
-
Remove unused variable `face'.2002-07-05, by Pavel Janík
-
Obey the rmail file and use the unpruned header properly.2002-07-05, by Pavel Janík
-
2002-07-05 Andrew Choi <akochoi@shaw.ca>2002-07-05, by Andrew Choi
-
(Vtranslation_hash_table_vector, GET_HASH_TABLE)2002-07-05, by Dave Love
-
(read_key_sequence): Set initial_idleness_start_time2002-07-05, by Dave Love
-
(cua--rectangle-operation): Don't call2002-07-04, by Kim F. Storm
-
*** empty log message ***2002-07-04, by Kim F. Storm
-
Use add-hook and find-file-hook.2002-07-04, by Stefan Monnier
-
2002-07-04 Andrew Choi <akochoi@shaw.ca>2002-07-04, by Andrew Choi
-
*** empty log message ***2002-07-04, by Stefan Monnier
-
2002-07-04 Per Abrahamsen <abraham@dina.kvl.dk>2002-07-04, by Per Abrahamsen
-
*** empty log message ***2002-07-04, by Juanma Barranquero
-
(post_command_idle_hook): Remove redundant (and inexact) obsolescence2002-07-04, by Juanma Barranquero
-
*** empty log message ***2002-07-04, by Miles Bader
-
(comint-displayed-dynamic-completions): New variable.2002-07-04, by Miles Bader
-
Tweak text a bit.2002-07-04, by Miles Bader
-
2002-07-03 Andrew Choi <akochoi@shaw.ca>2002-07-04, by Andrew Choi
-
2002-07-03 Andrew Choi <akochoi@shaw.ca>2002-07-04, by Andrew Choi
-
*** empty log message ***2002-07-03, by Andreas Schwab
-
(tramp-handle-ange-ftp): Move interactive spec2002-07-03, by Andreas Schwab
-
*** empty log message ***2002-07-03, by Juanma Barranquero
-
(tpu-delete-to-eol): Fix typo.2002-07-03, by Juanma Barranquero
-
Fix typo.2002-07-03, by Juanma Barranquero
-
*** empty log message ***2002-07-03, by Juanma Barranquero
-
(outline-goto-prefix): Fix typo.2002-07-03, by Juanma Barranquero
-
(timeclock-workday-remaining): Fix typo.2002-07-03, by Juanma Barranquero
-
Fix typo.2002-07-03, by Juanma Barranquero
-
Fix spacing (garbled by previous patch).2002-07-03, by Juanma Barranquero
-
*** empty log message ***2002-07-03, by Juanma Barranquero
-
(gnus-summary-highlight): Fix typo.2002-07-03, by Juanma Barranquero
-
(reftex-label-alist): Fix typo.2002-07-03, by Juanma Barranquero
-
(dun-physobj-desc): Fix typo.2002-07-03, by Juanma Barranquero
-
Fix typo.2002-07-03, by Juanma Barranquero
-
*** empty log message ***2002-07-03, by Juanma Barranquero
-
(tramp-send-eof): Fix typo.2002-07-03, by Juanma Barranquero
-
Fix typo.2002-07-03, by Juanma Barranquero
-
*** empty log message ***2002-07-03, by Juanma Barranquero
-
(chars-in-region): Add obsolescence declaration for `chars-in-region'.2002-07-03, by Juanma Barranquero
-
*** empty log message ***2002-07-03, by Miles Bader
-
(header-line): Don't use a `common' clause for inheriting from the mode-line2002-07-03, by Miles Bader
-
(header-line): Suppress inverse-video on ttys.2002-07-03, by Miles Bader
-
*** empty log message ***2002-07-02, by Richard M. Stallman
-
(ange-ftp-hook-function): Add file-remote-p prop.2002-07-02, by Richard M. Stallman
-
(Fdefine_key): Doc fix.2002-07-02, by Richard M. Stallman
-
(x_term_init): Turn off polling around XtOpenDisplay.2002-07-02, by Richard M. Stallman
-
*** empty log message ***2002-07-02, by Richard M. Stallman
-
Indentation change.2002-07-02, by Richard M. Stallman
-
(hack-one-local-variable-constantp): New function.2002-07-02, by Richard M. Stallman
-
(easy-menu-popup-menu): New function.2002-07-02, by Richard M. Stallman
-
(byte-compile-warning-types):2002-07-02, by Richard M. Stallman
-
(fancy-splash-screens): Switch to a chosen frame.2002-07-02, by Richard M. Stallman
-
*** empty log message ***2002-07-02, by Juanma Barranquero
-
(syms_of_keymap): Fix typo.2002-07-02, by Juanma Barranquero
-
(cperl-break-one-line-blocks-when-indent): Fix typo.2002-07-02, by Juanma Barranquero
-
(reftex-citation): Fix typo.2002-07-02, by Juanma Barranquero
-
(rmail-user-mail-address-regexp): Fix typo.2002-07-02, by Juanma Barranquero
-
Fix typo.2002-07-02, by Juanma Barranquero
-
Fix typo.2002-07-02, by Juanma Barranquero
-
Back to the old explanation, which was more concise, with just the first2002-07-02, by Francesco Potortì
-
Clarified the definition of implicit tag names.2002-07-02, by Francesco Potortì
-
2002-07-01 Andrew Choi <akochoi@shaw.ca>2002-07-01, by Andrew Choi
-
Added ido, kmacro, and bindat packages.2002-07-01, by Kim F. Storm
-
*** empty log message ***2002-07-01, by Kim F. Storm
-
New file.2002-07-01, by Kim F. Storm
-
In mac:2002-07-01, by Andrew Choi
-
(tex-file): call `save-some-buffers' before `tex-main-file'2002-07-01, by Sam Steingold
-
*** empty log message ***2002-07-01, by Juanma Barranquero
-
(ido-minibuffer-setup-hook): Doc fix.2002-07-01, by Juanma Barranquero
-
*** empty log message ***2002-07-01, by Dave Love
-
Doc fixes.2002-07-01, by Dave Love
-
(kbd_buffer_store_event): Fix interrupt_signal decl2002-07-01, by Dave Love
-
term.c (costs_set): Declare static, non-initialized for pcc.2002-07-01, by Dave Love
-
Fix prototype for K&R.2002-07-01, by Dave Love
-
*** empty log message ***2002-07-01, by Richard M. Stallman
-
Upcase the abbreviation "W.O." and add periods.2002-07-01, by Richard M. Stallman
-
Update bug recommendations for being part of Emacs distribution.2002-07-01, by Richard M. Stallman
-
(timer_last_idleness_start_time): New variable.2002-07-01, by Richard M. Stallman
-
(Frecenter): With arg, set optional_new_start.2002-07-01, by Richard M. Stallman
-
Comment change.2002-07-01, by Richard M. Stallman
-
(redisplay_internal): Make optional_new_start really work.2002-07-01, by Richard M. Stallman
-
(Fminibuffer_complete_and_exit): Move to end of buffer for completion.2002-07-01, by Richard M. Stallman
-
(Info-index): Get immediate error if used in `dir'.2002-07-01, by Richard M. Stallman
-
(picture-forward-column)2002-07-01, by Richard M. Stallman
-
2002-06-30 Simon Josefsson <jas@extundo.com>2002-06-30, by Simon Josefsson
-
*** empty log message ***2002-06-30, by Andreas Schwab
-
* files.el (directory-free-space-args): Don't use -P on Darwin.2002-06-30, by Andreas Schwab
-
Passed it through checkdoc. Moved `provide' to the end, where it belongs.2002-06-29, by Stefan Monnier
-
(cvs-mode-map): Bind ! to `force'.2002-06-29, by Stefan Monnier
-
*** empty log message ***2002-06-29, by Ken Raeburn
-
(store_mode_line_string): Lisp_Object/int mixup.2002-06-29, by Ken Raeburn
-
*** empty log message ***2002-06-29, by Andreas Schwab
-
Use directory-free-space-program instead of2002-06-29, by Andreas Schwab
-
*** empty log message ***2002-06-29, by Andreas Schwab
-
(shell-command-default-error-buffer): Doc fix.2002-06-29, by Andreas Schwab
-
*** empty log message ***2002-06-29, by Andreas Schwab
-
(display-message-or-buffer): Fix last change.2002-06-29, by Andreas Schwab
-
*** empty log message ***2002-06-29, by Andreas Schwab
-
(shell-command-on-region): Handle errors and signals2002-06-29, by Andreas Schwab
-
*** empty log message ***2002-06-29, by Andreas Schwab
-
(dired-view-file): Quote file name for dired-run-shell-command.2002-06-29, by Andreas Schwab
-
Fixed copyright and keywords.2002-06-28, by Kim F. Storm
-
Added kmacro.el2002-06-28, by Kim F. Storm
-
New file.2002-06-28, by Kim F. Storm
-
Removed an extraneous space character from a comment.2002-06-28, by John Wiegley
-
Added my name as the maintainer of this file.2002-06-28, by John Wiegley
-
*** empty log message ***2002-06-28, by John Wiegley
-
Indentation fixes.2002-06-28, by Jan Djärv
-
*** empty log message ***2002-06-28, by Jan Djärv
-
(readable_filtered_events): New function.2002-06-28, by Jan Djärv
-
(x_focus_changed): New function.2002-06-28, by Jan Djärv
-
(struct x_output): Add focus_state.2002-06-28, by Jan Djärv
-
*** empty log message ***2002-06-28, by Andreas Schwab
-
(explicit-bash-args): New user option.2002-06-28, by Andreas Schwab
-
(define-derived-mode): Preserve `mode-class' rather than `special' property.2002-06-28, by Stefan Monnier
-
*** empty log message ***2002-06-28, by Andreas Schwab
-
Remove duplicate declaration of code_convert_string_norecord.2002-06-28, by Andreas Schwab
-
*** empty log message ***2002-06-27, by Kim F. Storm
-
New file.2002-06-27, by Kim F. Storm
-
*** empty log message ***2002-06-27, by Stefan Monnier
-
(mouse-wheel-change-button): Deactivate before changing.2002-06-27, by Stefan Monnier
-
(function-key-map): Add some bindings.2002-06-27, by Stefan Monnier
-
format-mode-line now returns propertized string by default.2002-06-27, by Kim F. Storm
-
(mode_line_string_list, mode_line_string_face)2002-06-27, by Kim F. Storm
-
*** empty log message ***2002-06-27, by Kim F. Storm
-
.2002-06-27, by Andreas Schwab
-
(tramp-handle-ange-ftp): Fix typo.2002-06-27, by Andreas Schwab
-
*** empty log message ***2002-06-27, by Stefan Monnier
-
(minibuffer_completion_contents): Add return type.2002-06-27, by Stefan Monnier
-
*** empty log message ***2002-06-27, by Juanma Barranquero
-
(Fchar_bytes): Remove obsolescence info from docstring.2002-06-27, by Juanma Barranquero
-
(describe-function-1): Use semicolon instead of dot.2002-06-27, by Juanma Barranquero
-
(move-to-column-force): Likewise.2002-06-27, by Juanma Barranquero
-
(frame-update-faces): Fix obsolescence declaration.2002-06-27, by Juanma Barranquero
-
(char-bytes): Fix obsolescence declaration.2002-06-27, by Juanma Barranquero
-
(string-to-sequence): Fix obsolescence declaration.2002-06-27, by Juanma Barranquero
-
(baud-rate): Fix obsolescence declaration.2002-06-27, by Juanma Barranquero
-
*** empty log message ***2002-06-27, by Stefan Monnier
-
(tramp-file-name-structure)2002-06-27, by Kai Großjohann
-
(uniquify-delay-rationalize-file-buffer-names):2002-06-27, by Stefan Monnier
-
*** empty log message ***2002-06-27, by Juanma Barranquero
-
(decompose-composite-char): Fix docstring.2002-06-27, by Juanma Barranquero
-
Rewrote the description of implicit tag names in etags.c2002-06-27, by Francesco Potortì
-
*** empty log message ***2002-06-27, by Juanma Barranquero
-
(describe-variable): Capitalize "not documented" message.2002-06-27, by Juanma Barranquero
-
(describe-face): Capitalize "not documented" message.2002-06-27, by Juanma Barranquero
-
Update info on C-u C-x =.2002-06-26, by Richard M. Stallman
-
Doc default arg for customize-face.2002-06-26, by Richard M. Stallman
-
Completion operates on text before point.2002-06-26, by Richard M. Stallman
-
Mention that kill commands communicate with other apps,2002-06-26, by Richard M. Stallman
-
Explain that Font Lock controls fontification of special modes.2002-06-26, by Richard M. Stallman
-
Explain font lock highlighting of opening delims that should be quoted.2002-06-26, by Richard M. Stallman
-
*** empty log message ***2002-06-26, by Richard M. Stallman
-
*** empty log message ***2002-06-26, by Pavel Janík
-
New file.2002-06-26, by Pavel Janík
-
Fix e-mail.2002-06-26, by Juanma Barranquero
-
*** empty log message ***2002-06-26, by Juanma Barranquero
-
(info-menu-5): Fix documentation.2002-06-26, by Juanma Barranquero
-
*** empty log message ***2002-06-26, by Richard M. Stallman
-
(values): Simplify definition.2002-06-26, by Richard M. Stallman
-
(shell-command): Match & only at end of whole command.2002-06-26, by Richard M. Stallman
-
(tooltip-x-offset, tooltip-y-offset): Doc fixes.2002-06-26, by Richard M. Stallman
-
Many trivial doc fixes.2002-06-26, by Richard M. Stallman
-
*** empty log message ***2002-06-26, by Juanma Barranquero
-
*** empty log message ***2002-06-26, by Richard M. Stallman
-
(Frecenter): Don't set force_start flag.2002-06-26, by Richard M. Stallman
-
(read_file_name_cleanup): Add missing return.2002-06-26, by Juanma Barranquero
-
(do_completion, Fminibuffer_complete_word)2002-06-26, by Richard M. Stallman
-
Delete changes not supposed to be installed yet.2002-06-26, by Richard M. Stallman
-
*** empty log message ***2002-06-26, by Richard M. Stallman
-
(Fbury_buffer): Use frames_discard_buffer.2002-06-26, by Richard M. Stallman
-
(frames_bury_buffer): Function deleted.2002-06-26, by Richard M. Stallman
-
Add license exception.2002-06-26, by Richard M. Stallman
-
(dired-find-alternate-file): Mark as disabled.2002-06-26, by Richard M. Stallman
-
Reformat entry to comply with Emacs coding standards.2002-06-26, by Kai Großjohann
-
Reformat entry.2002-06-25, by Kai Großjohann
-
(tramp-open-connection-rsh): Support a kludgy feature for the2002-06-25, by Kai Großjohann
-
(tramp-ftp-method): New user option.2002-06-25, by Kai Großjohann
-
*** empty log message ***2002-06-25, by Stefan Monnier
-
*** empty log message ***2002-06-25, by Miles Bader
-
(Fcall_interactively): When checking to see if doprnt hit2002-06-25, by Miles Bader
-
.2002-06-25, by Andreas Schwab
-
(occur-1): Avoid invalid message format string.2002-06-25, by Andreas Schwab
-
(byte-compile-callargs-warn):2002-06-25, by Stefan Monnier
-
(cvs-parse-process): Don't save/restore point.2002-06-25, by Stefan Monnier
-
(mouse-wheel-scroll-amount, mwheel-scroll, mouse-wheel-mode):2002-06-24, by Stefan Monnier
-
*** empty log message ***2002-06-24, by Stefan Monnier
-
(cvs-fileinfo-kill): Remove.2002-06-24, by Stefan Monnier
-
(cvs-parse-table): Handle `nothing known about' with more care.2002-06-24, by Stefan Monnier
-
*** empty log message ***2002-06-24, by Glenn Morris
-
(describe-property-list): Make sure there's2002-06-24, by Stefan Monnier
-
(temp_output_buffer_setup): Kill all local variables.2002-06-24, by Stefan Monnier
-
Undo last patch for now.2002-06-24, by Stefan Monnier
-
*** empty log message ***2002-06-24, by Richard M. Stallman
-
*** empty log message ***2002-06-24, by Kenichi Handa
-
*** empty log message ***2002-06-24, by Kim F. Storm
-
Added :require 'keypad to defcustoms.2002-06-24, by Kim F. Storm
-
*** empty log message ***2002-06-24, by Juanma Barranquero
-
Include composite.h2002-06-24, by Juanma Barranquero
-
*** empty log message ***2002-06-24, by Juanma Barranquero
-
(XTread_socket): Disable composition handling.2002-06-24, by Kenichi Handa
-
(selection_data_to_lisp_data): Disable composition handling.2002-06-24, by Kenichi Handa
-
(Fw32_get_clipboard_data): Disable composition handling.2002-06-24, by Kenichi Handa
-
(w32_to_x_font): Disable composition handling.2002-06-24, by Kenichi Handa
-
(Fw16_get_clipboard_data): Disable composition handling.2002-06-24, by Kenichi Handa
-
(detect_eol): Preserve coding->cmp_data.2002-06-24, by Kenichi Handa
-
(Fcall_process): If code detection is necessary, call detect_coding2002-06-24, by Kenichi Handa
-
*** empty log message ***2002-06-23, by Stefan Monnier
-
(event-start, event-end, event-click-count):2002-06-23, by Stefan Monnier
-
*** empty log message ***2002-06-23, by Stefan Monnier
-
Rename (and mark as obsolete)2002-06-23, by Stefan Monnier
-
(describe-variable): Only use `buffer' is still live.2002-06-23, by Stefan Monnier
-
*** empty log message ***2002-06-23, by Stefan Monnier
-
*** empty log message ***2002-06-23, by Glenn Morris
-
(f90-do-auto-fill): Make it respect `comment-auto-fill-only-comments'.2002-06-23, by Glenn Morris
-
*** empty log message ***2002-06-22, by Stefan Monnier
-
(Fread): Remove redundant and imprecise declaration.2002-06-22, by Stefan Monnier
-
Improve comments.2002-06-22, by Stefan Monnier
-
(check_x_display_info): Use check_x_frame.2002-06-22, by Stefan Monnier
-
*** empty log message ***2002-06-22, by Stefan Monnier
-
(xprintsym): Use the new `xname' field.2002-06-22, by Stefan Monnier
-
(cvs-version): Use cvs-program rather than "cvs".2002-06-22, by Stefan Monnier
-
*** empty log message ***2002-06-22, by Jason Rumney
-
(file_dialog_callback): New function.2002-06-22, by Jason Rumney
-
*** empty log message ***2002-06-21, by Pavel Janík
-
Regenerated.2002-06-21, by Pavel Janík
-
Add support for mipseb-*-netbsd* machines.2002-06-21, by Pavel Janík
-
(START_FILES): Define START_FILES for NetBSD and2002-06-21, by Pavel Janík
-
(backup-buffer): Delete `ange-ftp' property.2002-06-21, by Kai Großjohann
-
* nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.2002-06-21, by ShengHuo ZHU
-
* nnheader.el (nnheader-file-name-translation-alist): Set the2002-06-21, by ShengHuo ZHU
-
Minor fixes.2002-06-21, by Richard M. Stallman
-
Corrected last fix.2002-06-21, by Kim F. Storm
-
Handle kp-begin like kp-space.2002-06-21, by Kim F. Storm
-
(cua--prefix-arg): Make register prefixes2002-06-21, by Kim F. Storm
-
*** empty log message ***2002-06-21, by Kim F. Storm
-
(F_getit, Fortran_functions, Ada_getit, Asm_labels)2002-06-21, by Francesco Potortì
-
etags2002-06-21, by Francesco Potortì
-
*** empty log message ***2002-06-21, by Richard M. Stallman
-
Allow arbitrary keys for scrolling, add a third2002-06-21, by Richard M. Stallman
-
Added discussion on tag names.2002-06-21, by Francesco Potortì
-
*** empty log message ***2002-06-21, by Richard M. Stallman
-
(Parsing Expressions): Give definition of sexp in terms of syntax classes.2002-06-21, by Richard M. Stallman
-
(browse-url-at-mouse): Don't pass an arg to browse-url-at-point.2002-06-21, by Richard M. Stallman
-
(zone-idle): Var deleted.2002-06-21, by Richard M. Stallman
-
(iso-languages) <french>: `~ ' now generates `~', `~,' definition deleted.2002-06-21, by Richard M. Stallman
-
(format-annotate-function): Copy multibyte flag2002-06-21, by Richard M. Stallman
-
(edmacro-fix-menu-commands):2002-06-21, by Richard M. Stallman
-
Update copyright info.2002-06-21, by Richard M. Stallman
-
.2002-06-21, by Andreas Schwab
-
(find-file-read-args): Add new argument `mustmatch' and2002-06-21, by Andreas Schwab
-
Comment change.2002-06-20, by Richard M. Stallman
-
Add link to new MS-Windows Registry section in cmdargs.texi2002-06-20, by Jason Rumney
-
Add MS-Windows specific docs for envvars2002-06-20, by Jason Rumney
-
*** empty log message ***2002-06-20, by Stefan Monnier
-
* progmodes/ada-mode.el: Update copyright notice.2002-06-20, by Stefan Monnier
-
Update copyright notice.2002-06-20, by Stefan Monnier
-
Update copyright. Improve `revision' info.2002-06-20, by Stefan Monnier
-
Update copyright. Improve `revision' info.2002-06-20, by Stefan Monnier
-
Superfluous ChangeLog entry removed.2002-06-20, by Kai Großjohann
-
A bug in the new function. No change log.2002-06-20, by Francesco Potortì
-
Use, together with etags.el, an optimised form of tags,2002-06-20, by Francesco Potortì
-
implicit tag names.2002-06-20, by Francesco Potortì
-
(tag-implicit-name-match-p): New function.2002-06-20, by Francesco Potortì
-
etags implicit tag names.2002-06-20, by Francesco Potortì
-
Rearranged the order in which the tag-*-match-p functions are defined,2002-06-20, by Francesco Potortì
-
Comment corrected.2002-06-20, by Francesco Potortì
-
etags2002-06-20, by Francesco Potortì
-
(add_regex): Invalid regexp modifiers are ignored.2002-06-20, by Francesco Potortì
-
*** empty log message ***2002-06-20, by Miles Bader
-
(comint-get-old-input-default): Strip text properties for fields too.2002-06-20, by Miles Bader
-
*** empty log message ***2002-06-20, by Miles Bader
-
Re-enable code giving word syntax to certain japanese-jisx0208 characters.2002-06-20, by Miles Bader
-
*** empty log message ***2002-06-19, by Glenn Morris
-
(f90-type-def-re): Fix value.2002-06-19, by Glenn Morris
-
Add tramp.2002-06-19, by David Kastrup
-
(cvs-add-face): Fix silly oversight.2002-06-18, by Stefan Monnier
-
(describe-fontset): Don't cons uselessly.2002-06-18, by Stefan Monnier
-
open-paren-in-column-0 in dosctring.2002-06-18, by Stefan Monnier
-
(quail-help): Don't assume the buffer is displayed in the same frame.2002-06-18, by Stefan Monnier
-
(cancel-debug-on-entry): Don't cons uselessly.2002-06-18, by Stefan Monnier
-
(regexp-opt-group): Don't cons uselessly.2002-06-18, by Stefan Monnier
-
(cvs-vc-command-advice): Handle the case where args2002-06-18, by Stefan Monnier
-
(cvs-add-face): Minor rewrite.2002-06-18, by Stefan Monnier
-
(comment-normalize-vars): Refresh the comment-foo-skip2002-06-18, by Stefan Monnier
-
*** empty log message ***2002-06-18, by Juanma Barranquero
-
(sh-electric-rparen-needed): Remove.2002-06-18, by Juanma Barranquero
-
Fix typo.2002-06-18, by Juanma Barranquero
-
(comint-next-prompt, comint-previous-prompt): Fix typos.2002-06-18, by Juanma Barranquero
-
(checkdoc-this-string-valid-engine): Fix typo.2002-06-18, by Juanma Barranquero
-
(edt-substitute): Fix typo.2002-06-18, by Juanma Barranquero
-
(eshell-modifier-help-string): Fix typos.2002-06-18, by Juanma Barranquero
-
(filesets-update-pre010505): Fix typo.2002-06-18, by Juanma Barranquero
-
(install-arch-indep, uninstall): Add Tramp.2002-06-18, by Kai Großjohann
-
@node{Remote Files}: Mention Tramp.2002-06-18, by Kai Großjohann
-
Mention Tramp.2002-06-18, by Kai Großjohann
-
2002-06-17 Andrew Choi <akochoi@shaw.ca>2002-06-18, by Andrew Choi
-
(Fringes): Fix a typo. Mention the fact that arrows on the fringes are2002-06-18, by Eli Zaretskii
-
2002-06-17 Andrew Choi <akochoi@shaw.ca>2002-06-18, by Andrew Choi
-
some passive forms to active2002-06-17, by Francesco Potortì
-
Specify that the separator character can be different from a slash.2002-06-17, by Francesco Potortì
-
Specify that the separator character can be different from a slash.2002-06-17, by Francesco Potortì
-
@end info changed to @end info2002-06-17, by Robert J. Chassell
-
Replaced cross reference to `Trailing Whitespace' with `Useless Whitespace'2002-06-17, by Robert J. Chassell
-
*** empty log message ***2002-06-17, by Stefan Monnier
-
(read_key_sequence): Be more careful with first_unbound.2002-06-17, by Stefan Monnier
-
(Fset_window_configuration): Lisp_Object/int mixup.2002-06-17, by Stefan Monnier
-
Document mouse-highlight variable.2002-06-17, by Richard M. Stallman
-
At start of Info file, mention the Info `h' command.2002-06-17, by Richard M. Stallman
-
Rename Trailing Whitespace to Useless Whitespace2002-06-17, by Richard M. Stallman
-
Document C-x @ feature.2002-06-17, by Richard M. Stallman
-
Document inhibit-startup-buffer-menu.2002-06-17, by Richard M. Stallman
-
*** empty log message ***2002-06-17, by Richard M. Stallman
-
(xsymbol): Use the new `xname' field.2002-06-17, by Stefan Monnier
-
*** empty log message ***2002-06-17, by Stefan Monnier
-
(describe-char-after): Moved to descr-text.el.2002-06-17, by Richard M. Stallman
-
(what-cursor-position): Use describe-char.2002-06-17, by Richard M. Stallman
-
(facemenu-map): Rename to Describe Text2002-06-17, by Richard M. Stallman
-
(describe-char): Moved from mule-diag.el, renamed2002-06-17, by Richard M. Stallman
-
*** empty log message ***2002-06-17, by Kai Großjohann
-
*** empty log message ***2002-06-17, by Juanma Barranquero
-
(Display Feature Testing): Fix typo.2002-06-17, by Juanma Barranquero
-
use correct @setfilename2002-06-17, by David Kastrup
-
*** empty log message ***2002-06-17, by David Kastrup
-
Remove unnecessary prev/next/up pointers in @node2002-06-17, by Kai Großjohann
-
*** empty log message ***2002-06-17, by Kai Großjohann
-
* info/dir (File): Add an entry for Tramp.2002-06-17, by Kai Großjohann
-
More wording changes.2002-06-17, by Eli Zaretskii
-
*** empty log message ***2002-06-17, by Eli Zaretskii
-
(ctext-pre-write-conversion): Fix the values of FROM and TO if we create2002-06-17, by Eli Zaretskii
-
Fix the wording of Extended Segment support announcement.2002-06-17, by Eli Zaretskii
-
*** empty log message ***2002-06-17, by Miles Bader
-
(comint-insert-clicked-input): Insert clicked-on previous input without2002-06-17, by Miles Bader
-
*** empty log message ***2002-06-17, by Eli Zaretskii
-
New file.2002-06-17, by Eli Zaretskii
-
2002-06-17 Andrew Choi <akochoi@shaw.ca>2002-06-17, by Andrew Choi
-
2002-06-16 Andrew Choi <akochoi@shaw.ca>2002-06-17, by Andrew Choi
-
New maintainer.2002-06-17, by Richard M. Stallman
-
In src/:2002-06-16, by Andrew Choi
-
*** empty log message ***2002-06-16, by Eli Zaretskii
-
[__hpux]: Include sys/_mbstate_t.h.2002-06-16, by Eli Zaretskii
-
Add a coding tag.2002-06-16, by Eli Zaretskii
-
New version from ric Jacoboni <jaco@teaser.fr>.2002-06-16, by Eli Zaretskii
-
*** empty log message ***2002-06-15, by Richard M. Stallman
-
(byte-recompile-directory): Doc fix.2002-06-15, by Richard M. Stallman
-
(global-font-lock-mode, font-lock-auto-fontify): Delete defvars.2002-06-15, by Colin Walters
-
*** empty log message ***2002-06-15, by Colin Walters
-
(ibuffer-movement-cycle): New variable.2002-06-15, by Colin Walters
-
*** empty log message ***2002-06-15, by Colin Walters
-
*** empty log message ***2002-06-15, by Richard M. Stallman
-
(comint-skip-input): New function.2002-06-15, by Richard M. Stallman
-
(Fset_window_configuration): Explicitly preserve2002-06-15, by Richard M. Stallman
-
*** empty log message ***2002-06-15, by Richard M. Stallman
-
(ielm-eval-input): Use error-message-string.2002-06-15, by Richard M. Stallman
-
*** empty log message ***2002-06-14, by Juanma Barranquero
-
(Fcompose_region_internal, Fcompose_string_internal): Fix typos.2002-06-14, by Juanma Barranquero
-
*** empty log message ***2002-06-14, by Kim F. Storm
-
(grep-tree): Doc fixes.2002-06-14, by Kim F. Storm
-
Structure the changes for etags using outline headers.2002-06-14, by Francesco Potortì
-
*** empty log message ***2002-06-14, by Juanma Barranquero
-
(comint-snapshot-last-prompt): Bind `inhibit-read-only' to t to support2002-06-14, by Juanma Barranquero
-
*** empty log message ***2002-06-14, by Pavel Janík
-
*** empty log message ***2002-06-14, by Miles Bader
-
(pop): Move the call to `car' outside the prog1, as the compiler2002-06-14, by Miles Bader
-
*** empty log message ***2002-06-14, by Miles Bader
-
(copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.2002-06-14, by Miles Bader
-
*** empty log message ***2002-06-13, by Richard M. Stallman
-
(zone-timer): New variable holds the idle timer.2002-06-13, by Richard M. Stallman
-
(insert_1_both, insert_from_string_1)2002-06-13, by Kim F. Storm
-
*** empty log message ***2002-06-13, by Kim F. Storm
-
*** empty log message ***2002-06-13, by Jason Rumney
-
(init_environment): Remove EMACSLOCKDIR.2002-06-13, by Jason Rumney
-
(w32-charset-info-alist): Reorder.2002-06-13, by Jason Rumney
-
*** empty log message ***2002-06-13, by Jason Rumney
-
(init_environment): Remove EMACSLOCKDIR.2002-06-13, by Jason Rumney
-
(maybe-bootstrap, doit, maybe-bootstrap-CMD)2002-06-13, by Jason Rumney
-
(env_vars): Remove EMACSLOCKDIR.2002-06-13, by Jason Rumney
-
* etags.c (erlang_atom, erlang_attribute): Bugs corrected.2002-06-13, by Francesco Potortì
-
*** empty log message ***2002-06-13, by Francesco Potortì
-
*** empty log message ***2002-06-13, by Francesco Potortì
-
*** empty log message ***2002-06-13, by Juanma Barranquero
-
(lisp): Add international/ucs-tables.elc and font-core.elc.2002-06-13, by Juanma Barranquero
-
*** empty log message ***2002-06-13, by Pavel Janík
-
Rename enum event_kind items.2002-06-13, by Pavel Janík
-
New {language} and @regexp features.2002-06-13, by Francesco Potortì
-
New multi-line regexp and new regexp syntax.2002-06-13, by Francesco Potortì
-
New multi-line regexp and new regexp syntax.2002-06-13, by Francesco Potortì
-
Comments added.2002-06-13, by Francesco Potortì
-
New multi-line regexp and new regexp syntax.2002-06-13, by Francesco Potortì
-
*** empty log message ***2002-06-13, by Andreas Schwab
-
(auto-mode-alist): Move entry for ".in" to the end.2002-06-13, by Andreas Schwab
-
*** empty log message ***2002-06-13, by Miles Bader
-
(comint-mode): Don't set `font-lock-defaults'.2002-06-13, by Miles Bader
-
* bookmark.el (bookmark-file-or-variation-thereof): Restore vc-backend2002-06-12, by Karl Fogel
-
*** empty log message ***2002-06-12, by Pavel Janík
-
Remove declaration of Qmouse_click and Qevent_kind.2002-06-12, by Pavel Janík
-
Rename menu_bar_activate_event to MENU_BAR_ACTIVATE_EVENT.2002-06-12, by Pavel Janík
-
*** empty log message ***2002-06-12, by Eli Zaretskii
-
Change the maintainer to "none".2002-06-12, by Eli Zaretskii
-
*** empty log message ***2002-06-12, by Juanma Barranquero
-
(x-handle-switch): Fix handling of x-invocation-args for switches with2002-06-12, by Juanma Barranquero
-
*** empty log message ***2002-06-12, by Richard M. Stallman
-
(Info-fontify-node): Compute header line specially2002-06-12, by Richard M. Stallman
-
(menu-bar-showhide-fringe-menu): Don't use `fringe-mode'2002-06-12, by Stefan Monnier
-
*** empty log message ***2002-06-12, by Stefan Monnier
-
(textget): Don't forget to `return'.2002-06-12, by Stefan Monnier
-
*** empty log message ***2002-06-12, by Andreas Schwab
-
(Initial Parameters, Resources): Fix references to the Emacs manual.2002-06-12, by Andreas Schwab
-
*** empty log message ***2002-06-12, by Richard M. Stallman
-
(describe-char-after): Doc fix.2002-06-12, by Richard M. Stallman
-
(view-mode-enter): Clarify echo area message.2002-06-12, by Richard M. Stallman
-
(Info-select-node): Turn header line on or off here.2002-06-12, by Richard M. Stallman
-
(font-lock-beginning-of-syntax-function): Doc fix.2002-06-12, by Richard M. Stallman
-
*** empty log message ***2002-06-12, by Juanma Barranquero
-
(Fformat_mode_line): Fix typo.2002-06-12, by Juanma Barranquero
-
*** empty log message ***2002-06-12, by Miles Bader
-
(comint-send-input): Properly handle empty and no-newline input regions.2002-06-12, by Miles Bader
-
Use `when', `unless'.2002-06-12, by Colin Walters
-
*** empty log message ***2002-06-12, by Colin Walters
-
Update copyright date.2002-06-12, by Colin Walters
-
(occur-mode): Don't set `font-lock-defaults'.2002-06-12, by Colin Walters
-
(Info-mode): Don't set `font-lock-defaults'.2002-06-12, by Colin Walters
-
(ibuffer-mode): Don't set `font-lock-defaults'.2002-06-12, by Colin Walters
-
(help-mode): Don't set `font-lock-defaults'.2002-06-12, by Colin Walters
-
(font-lock-set-defaults-1): Set variable alist here.2002-06-12, by Colin Walters
-
*** empty log message ***2002-06-12, by Colin Walters
-
font-core.el (font-lock-core-only): Variable deleted. All uses removed.2002-06-12, by Colin Walters
-
*** empty log message ***2002-06-12, by Colin Walters
-
Add copy-tree.2002-06-12, by Colin Walters
-
(Fformat_mode_line): New function.2002-06-11, by Kim F. Storm
-
*** empty log message ***2002-06-11, by Kim F. Storm
-
*** empty log message ***2002-06-11, by Stefan Monnier
-
(read_key_sequence):2002-06-11, by Stefan Monnier
-
*** empty log message ***2002-06-11, by Richard M. Stallman
-
(readable_events): Ignore any number of2002-06-11, by Richard M. Stallman
-
Delete "new in Emacs 21" note.2002-06-11, by Richard M. Stallman
-
(format-alist): Document new element PRESERVE.2002-06-11, by Richard M. Stallman
-
(make-auto-save-file-name): Rename local `filename' to `file-name'.2002-06-11, by Richard M. Stallman
-
(read_integer): Remove unused var `tem'.2002-06-11, by Stefan Monnier
-
(tty_lookup_color): Type bool/Lisp_Object mismatch fixed.2002-06-11, by Stefan Monnier
-
defface `supports' predicate2002-06-11, by Miles Bader
-
display-supports-face-attributes-p2002-06-11, by Miles Bader
-
*** empty log message ***2002-06-10, by Richard M. Stallman
-
(ebrowse-draw-tree-fn): Use copy-sequence.2002-06-10, by Richard M. Stallman
-
(eshell-copy-tree): Make it an alias for copy-tree.2002-06-10, by Richard M. Stallman
-
(copy-list): Moved to cl.el.2002-06-10, by Richard M. Stallman
-
(copy-list): Moved back from subr.el.2002-06-10, by Richard M. Stallman
-
Undo previous change.2002-06-10, by Richard M. Stallman
-
(viper-insert-prev-from-insertion-ring)2002-06-10, by Richard M. Stallman
-
(eshell-copy-list): Function deleted.2002-06-10, by Richard M. Stallman
-
(eshell-mode, eshell-mode): Use copy-sequence.2002-06-10, by Richard M. Stallman
-
(eshell/diff): Use copy-sequence.2002-06-10, by Richard M. Stallman
-
*** empty log message ***2002-06-10, by Miles Bader
-
Make comint use text properties for highlighting instead of overlays:2002-06-10, by Miles Bader
-
*** empty log message ***2002-06-10, by Miles Bader
-
(line-move-finish): Inhibit field motion when computing `line-end'.2002-06-10, by Miles Bader
-
*** empty log message ***2002-06-10, by Miles Bader
-
(revert-buffer): Correct typo: variable name is `buffer-file-format',2002-06-10, by Miles Bader
-
(comint-send-input, comint-output-filter): Use the `font-lock-face'2002-06-10, by Miles Bader
-
*** empty log message ***2002-06-10, by Miles Bader
-
(custom-display): Use correct syntax for `supports' attributes.2002-06-10, by Miles Bader
-
(custom-display): Add support for `supports' predicate.2002-06-10, by Miles Bader
-
*** empty log message ***2002-06-10, by Miles Bader
-
(display-supports-face-attributes-p): Work correctly if DISPLAY is a frame.2002-06-10, by Miles Bader
-
(Cursor Position Information): Update "C-u C-x =" example.2002-06-09, by Colin Walters
-
Fix a typo in a comment.2002-06-09, by Eli Zaretskii
-
*** empty log message ***2002-06-09, by Miles Bader
-
(Ftty_supports_face_attributes_p): New function.2002-06-09, by Miles Bader
-
(display-supports-face-attributes-p): New function.2002-06-09, by Miles Bader
-
(color-name-rgb-alist): Use 16-bit RGB values instead of 8-bit, for2002-06-09, by Miles Bader
-
Fix previous change.2002-06-09, by Colin Walters
-
(Precalcuated Fontification): Note how to use `font-lock-core-only'.2002-06-09, by Colin Walters
-
(font-lock-default-function): If `font-lock-core-only' is non-nil,2002-06-09, by Colin Walters