log

age author description
1998-02-10 Kenichi Handa (Fposition_bytes): Allow marker as arg POSITION. Use
1998-02-09 Dave Love (compilation-scroll-output): New variable.
1998-02-09 Andreas Schwab (compute_motion): If right margin is reached and we are
1998-02-09 Richard M. Stallman (search_command): Fix call to search_buffer.
1998-02-09 Richard M. Stallman (byte-optimize-form-code-walker): Only call compiler-macroexpand if
1998-02-08 Richard M. Stallman (jka-compr-compression-info-list): Handle bzip.
1998-02-08 Richard M. Stallman (byte_char_debug_check): New function.
1998-02-08 Richard M. Stallman (RE_TRANSLATE_TYPE): Define as Lisp_Object.
1998-02-08 Richard M. Stallman (Fdirectory_files): Call compile_pattern the new way.
1998-02-08 Richard M. Stallman (boyer_moore, simple_search): New subroutines.
1998-02-08 Richard M. Stallman (advance_to_char_boundary): New function.
1998-02-08 Richard M. Stallman (Fdisplay_buffer): New arg FRAME.
1998-02-08 Richard M. Stallman (bibtex-autokey-year-length): Doc fix.
1998-02-08 Richard M. Stallman (read_minibuf): If input is empty, return empty string.
1998-02-08 Richard M. Stallman (Fstring_bytes): New function.
1998-02-08 Richard M. Stallman (reftex.dvi, ../info/reftex): New targets.
1998-02-08 Richard M. Stallman (print): Declare local variable C as `int' instead of
1998-02-08 Richard M. Stallman (Fformat): Handle a symbol of which name contains
1998-02-08 Richard M. Stallman (occur): Apply default by hand after read-from-minibuffer.
1998-02-07 Richard M. Stallman (iso-transl-define-keys): Don't add
1998-02-06 Richard M. Stallman (mouse-avoidance-fancy-hook): Do nothing if button is down.
1998-02-06 Richard M. Stallman (imenu-generic-expression): Doc fix.
1998-02-06 Kenichi Handa Change argument number of Fdisplay_buffer to 3.
1998-02-06 Richard M. Stallman (GENERIC_FONT_PTR): Commented-out definition deleted.
1998-02-06 Richard M. Stallman (rmail-clear-headers): Handle the last header in a message correctly.
1998-02-06 Richard M. Stallman (Fpop_to_buffer): Pass new arg to Fdisplay_buffer.
1998-02-06 Richard M. Stallman (easy-mmode-define-minor-mode): Fix
1998-02-06 Richard M. Stallman (font-lock-keywords): Doc fix.
1998-02-05 Richard M. Stallman (Fdescribe_bindings_internal):
1998-02-05 Richard M. Stallman (list2, list3, list4, list5): New functions.
1998-02-05 Richard M. Stallman (describe-bindings): New command (formerly in keymap.c).
1998-02-05 Richard M. Stallman (byte-compile-output-as-comment):
1998-02-04 Richard M. Stallman (suspend-hook, suspend-resume-hook): New defvars.
1998-02-04 Stephen Eglen Customized.
1998-02-04 Dave Love (vc-ignore-vc-files): New variable.
1998-02-04 Kenichi Handa Use aref instead of sref.
1998-02-04 Kenichi Handa (find-safe-coding-system): Return
1998-02-04 Kenichi Handa (compose-chars-component): Return
1998-02-04 Kenichi Handa Many codes re-written to adjust for
1998-02-04 Kenichi Handa Do not require `cl'.
1998-02-04 Kenichi Handa (encode-hz-region): Do not bind
1998-02-04 Kenichi Handa Move codes which set syntax and category of
1998-02-04 Kenichi Handa (etags): Fix defgroup syntax. Why should it
1998-02-04 Kenichi Handa (copy_text): When copying from multibyte to unibyte, do
1998-02-04 Kenichi Handa (Fsubst_char_in_region): Handle character-base
1998-02-04 Kenichi Handa (Fiso_charset): Doc-string modified.
1998-02-04 Richard M. Stallman Doc fixes.
1998-02-03 Richard Kenner Add support for Linux/ARM. libc-980212 libc-980213
1998-02-03 Richard M. Stallman (toggle-enable-multibyte-characters): Use set-buffer-multibyte.
1998-02-03 Richard M. Stallman (reftex-toc): Fixed bug with split-window. Using
1998-02-03 Richard M. Stallman (mail-extr-all-letters-but-separators)
1998-02-03 Richard M. Stallman (Faref, Faset): Allow indexing a char-table
1998-02-03 Richard M. Stallman (Fformat): If MULTIBYTE is changed to 1
1998-02-03 Richard M. Stallman (Fmodify_category_entry): Doc fix.
1998-02-03 Richard M. Stallman (search_buffer): New args pos_byte and lim_byte.
1998-02-03 Richard M. Stallman (Fcall_process): Allow creating a new buffer for the output.
1998-02-03 Richard M. Stallman (fill-region-as-paragraph): Fix the test for any
1998-02-02 Edward M. Reingold Fix mispelling.
1998-02-02 Dan Nicolaescu (hs-special-modes-alist): Improved the regexp for java.
1998-02-02 Richard M. Stallman (mldrag-drag-vertical-line): Fix criterion
1998-02-02 Richard M. Stallman (byte-compile-from-buffer): Bind edebug-all-defs and edebug-all-forms to nil.
1998-02-02 Richard M. Stallman (update-file-autoloads): Give clean errors
1998-02-02 Richard M. Stallman (float_to_string): Handle infinities and NaN specially.
1998-02-02 Richard M. Stallman (read1): Handle infinities, NaN and -0.0 specially.
1998-02-02 Richard M. Stallman (concat): Handle bool-vectors correctly.
1998-02-02 Richard M. Stallman (concat): If making a string, a nonempty bool-vector is error.
1998-02-02 Richard M. Stallman (isearch-range-invisible): Avoid infinite loop when search-invisible is nil.
1998-02-02 Richard M. Stallman (hs-special-modes-alist): Improved the regexp for java.
1998-02-01 Richard M. Stallman (define-mail-alias): If FROM-MAILRC-FILE, don't call sendmail-sync-aliases.
1998-02-01 Stephen Eglen (auto-insert-mode): New function.
1998-02-01 Stephen Eglen Customized.
1998-02-01 Stephen Eglen File customized + doc fixes.
1998-01-30 Richard M. Stallman (query-replace-from-history-variable): New variable.
1998-01-30 Dave Love Various docstring and commentary fixes, including
1998-01-30 Kenichi Handa (CONVERTED_BYTE_SIZE): Fix the logic.
1998-01-30 Kenichi Handa (ENCODE_ISO_CHARACTER): Pay attention to
1998-01-30 Kenichi Handa (Fsubstitute_command_keys): Declare length_byte out of
1998-01-30 Richard M. Stallman (easy-menu-add-item); The BEFORE argument works
1998-01-29 Stephen Eglen (type-break-mode): New customize variable to automatically load the package.
1998-01-29 Richard M. Stallman (find-tag-marker-ring-length): New variable.
1998-01-29 Richard M. Stallman (debug-ignored-errors): Add some elements.
1998-01-28 Richard M. Stallman (report-emacs-bug-address):
1998-01-28 Ian Lance Taylor Use ${UNAME_MACHINE} rather than i386 for cygwin32 and mingw32. libc-980129 libc-980130
1998-01-28 Kenichi Handa (titdic-convert): Set
1998-01-28 Kenichi Handa (DECODE_SJIS_BIG5_CHARACTER): Don't have to increase
1998-01-28 Kenichi Handa (syms_of_data): Register multibyte-string-p as a Lisp
1998-01-28 Kenichi Handa (fast_string_match): Give re_search byte size of
1998-01-27 Richard M. Stallman easy-menu-define): Use ` and , read-macros
1998-01-27 Richard M. Stallman (file_name_as_directory): For an empty name, return "/".
1998-01-27 Richard M. Stallman (Fcall_process): Test only args past args[4] for multibyteness.
1998-01-27 Richard M. Stallman (getit, Cobol_paragraphs, Pascal_functions,
1998-01-27 Richard M. Stallman (mldrag-drag-vertical-line): Delete debugging `message'.
1998-01-27 Richard M. Stallman (message_dolog): Cast M to unsigned char * to access bytes.
1998-01-27 Richard M. Stallman New option --no-check.
1998-01-27 Richard M. Stallman (rmail): Reinsert the let-binding of enable-local-variables.
1998-01-27 Richard M. Stallman (command_loop_1): Run post-command-hook before,
1998-01-27 Richard M. Stallman Initial revision
1998-01-26 Andreas Schwab Customized.
1998-01-26 Richard M. Stallman (byte-optimize-form-code-walker): Fix previous change.
1998-01-26 Richard M. Stallman Customized.
1998-01-26 Richard M. Stallman (byte-compile-inline-expand): Use string-as-unibyte, if it is defined.
1998-01-26 Richard M. Stallman (compare_window_configurations): New function.
1998-01-26 Richard M. Stallman (internal_equal): Use compare_window_configurations.
1998-01-26 Richard M. Stallman (standard_args): Add "-unibyte" aka "--unibyte".
1998-01-26 Richard M. Stallman (emacsbug): Customized.
1998-01-26 Richard M. Stallman (Funintern): Clear the symbol's obarray field.
1998-01-26 Richard M. Stallman (desktop-clear): Don't kill dead buffers.
1998-01-26 Richard M. Stallman (sh-case): Fix paren error.
1998-01-25 Dave Love (imenu-syntax-alist): New buffer-local variable.
1998-01-25 Dave Love (imenu-case-fold-search): New buffer-local variable.
1998-01-25 Richard M. Stallman Comment change.
1998-01-25 Richard M. Stallman (archive-find-type): Accept d or s after digit, for lzh.
1998-01-25 Richard M. Stallman (back_comment): Move the find_defun_start call
1998-01-24 Stephen Eglen (hscroll-global-mode): New customize variable to automatically load the
1998-01-24 Stephen Eglen Customized.
1998-01-24 Richard M. Stallman (calendar-french-single-byteify): Function deleted.
1998-01-24 Richard M. Stallman (menu-bar-file-menu): Add Recover Session menu item.
1998-01-23 Dave Love (lisp-font-lock-keywords-1): Correct defmethod addition.
1998-01-23 Andreas Schwab (main): Fix interwoven brace and cpp conditional nesting.
1998-01-23 Kenichi Handa Delete garbage line "int use_dialog_box".
1998-01-23 Richard M. Stallman (msb--strip-dir): Use Emacs filename primitives, not regexps.
1998-01-23 Eric M. Ludlam Added speedbar support for RMAIL files.
1998-01-23 Eric M. Ludlam Added gud-speedbar-buttons, and support for GDB buttons.
1998-01-22 Eric M. Ludlam Added speedbar support function `Info-speedbar-buttons',
1998-01-22 Stephen Eglen (Fread-string): Doc fix.
1998-01-22 Kenichi Handa Encoded by new iso-2022-7bit.
1998-01-22 Richard M. Stallman (vc-annotate-compcar): Iterate instead of recursing.
1998-01-22 Richard M. Stallman (SYSTEM_MALLOC): Defined.
1998-01-22 Richard M. Stallman (define-compiler-macro): Handle empty arglist.
1998-01-22 Richard M. Stallman (byte-optimize-form-code-walker):
1998-01-22 Kenichi Handa (Finsert_file_contents): Fix previous change.
1998-01-22 Kenichi Handa Exclude describe-indian-environment-map
1998-01-22 Kenichi Handa Remove setting up of
1998-01-22 Kenichi Handa Remove setting up of
1998-01-22 Kenichi Handa Register coding-priority key in
1998-01-22 Kenichi Handa Remove setting up of
1998-01-22 Kenichi Handa Adjusted for the change of
1998-01-22 Kenichi Handa Adjusted for the change of
1998-01-22 Kenichi Handa Remove setting up of
1998-01-22 Kenichi Handa Adjusted for the change of make-coding-system. Register
1998-01-22 Kenichi Handa In setup-LANGUAGE-environment functions,
1998-01-22 Kenichi Handa In setup-LANGUAGE-environment functions, adjust for the change of
1998-01-22 Kenichi Handa (skkdic-jbytes): Variable deleted.
1998-01-22 Kenichi Handa Comment about CCL syntax modified.
1998-01-22 Kenichi Handa Put `prefered-coding-system'
1998-01-22 Kenichi Handa (set-language-info): Doc-string
1998-01-22 Kenichi Handa Adjusted for the change of the
1998-01-22 Kenichi Handa (describe-coding-system): Change the
1998-01-22 Kenichi Handa (find-safe-coding-system): Moved to
1998-01-22 Kenichi Handa (define-character-unification-table): New
1998-01-22 Kenichi Handa (quail-show-kbd-layout): Bug fix for the
1998-01-22 Kenichi Handa (sendmail-coding-system): Doc-string modified.
1998-01-22 Kenichi Handa Call update-iso-coding-systems after loading files
1998-01-22 Kenichi Handa (adjust_before_replace, adjust_after_replace): New
1998-01-22 Kenichi Handa (Fcall_process): Use raw-text instead of emacs-mule
1998-01-22 Kenichi Handa (detect_coding_system): Extern it.
1998-01-22 Kenichi Handa (Vccl_translation_table_vector, Qccl_program,
1998-01-22 Kenichi Handa Definition of macros CCL_STAT_XXX are moved from ccl.c to here.
1998-01-22 Kenichi Handa (min_composite_char): New variable.
1998-01-22 Kenichi Handa (BCOPY_SHORT): New macro.
1998-01-22 Kenichi Handa Vselect_safe_coding_system_function): New variable.
1998-01-22 Kenichi Handa (CODING_FLAG_ISO_DESIGNATION): New macro.
1998-01-22 Kenichi Handa (Faset): Allow setting a multibyte character in a
1998-01-22 Kenichi Handa (Fstart_process): Use raw-text instead of emacs-mule
1998-01-22 Kenichi Handa (struct Lisp_Process): New members decoding_carryover
1998-01-22 Kenichi Handa (Finsert_file_contents): Even if
1998-01-22 Kenichi Handa (mapcar1): Keep `i' in `i_before' before `i' is
1998-01-22 Kenichi Handa (encode_terminal_code): Adjusted for the change of
1998-01-22 Kenichi Handa (selection_data_to_lisp_data): Adjusted for the change
1998-01-22 Richard M. Stallman (PC-try-load-many-files): Load files in reverse
1998-01-21 Richard M. Stallman Update copyright year.
1998-01-21 Richard M. Stallman (Fsubstitute_in_file_name): Use unibyte_char_to_multibyte.
1998-01-21 Richard M. Stallman Update copyright year.
1998-01-21 Richard M. Stallman (nonascii_insert_offset): Variable moved from cmds.c.
1998-01-21 Richard M. Stallman (skip_chars): Use unibyte_char_to_multibyte,
1998-01-21 Richard M. Stallman (message_dolog): Use unibyte_char_to_multibyte.
1998-01-21 Richard M. Stallman (command_loop_1): Use unibyte_char_to_multibyte.
1998-01-21 Richard M. Stallman (internal_self_insert, Fself_insert_command):
1998-01-21 Richard M. Stallman (WINDOW_RIGHT_MARGIN): Deduct width of vertical line
1998-01-21 Richard M. Stallman (concat): Use unibyte_char_to_multibyte.
1998-01-21 Richard M. Stallman (set_buffer_if_live): New function.
1998-01-21 Richard M. Stallman (Fbyte_code) <Bsave_current_buffer_1>: Use set_buffer_if_live.
1998-01-21 Richard M. Stallman (Fsave_current_buffer): Use set_buffer_if_live.
1998-01-21 Richard M. Stallman (command-line-1): Add alternate startup message
1998-01-21 Richard M. Stallman (current_column_1): Eliminate argument POS; use PT and PT_BYTE.
1998-01-21 Richard M. Stallman (tq-filter): Use with-current-buffer.
1998-01-21 Richard M. Stallman (ange-ftp-date-regexp): Make l pattern match any non-ASCII char.
1998-01-21 Richard M. Stallman (unreadchar): For unreading an ASCII char
1998-01-20 Richard M. Stallman (info-lookup): Report if Info-goto-node fails.
1998-01-20 Richard M. Stallman (display_menu_bar): Don't set maxendcol too large.
1998-01-20 Richard M. Stallman (Fchar_equal): Fix case-conversion code.
1998-01-20 Richard M. Stallman (momentary-string-display): Fix backward test
1998-01-19 Richard M. Stallman (mouse-drag-vertical-line): Properly determine which
1998-01-19 Richard M. Stallman (mldrag-drag-vertical-line): Delete debugging code.
1998-01-19 Richard M. Stallman (dired-move-to-filename-regexp):
1998-01-19 Richard M. Stallman (rfc822-snarf-word): Don't reject non-ASCII chars.
1998-01-19 Richard M. Stallman (etags): Fix defgroup syntax.
1998-01-19 Richard M. Stallman (rmail): Don't bind enable-multibyte-characters;
1998-01-19 Richard M. Stallman (code_convert_region): Always count chars inserted
1998-01-19 Richard M. Stallman (Fset_buffer_multibyte): New function.
1998-01-19 Richard M. Stallman (clear_charpos_cache): New function.
1998-01-19 Richard M. Stallman (set_intervals_multibyte): New function.
1998-01-19 Richard M. Stallman (window_scroll): Set opoint_byte properly.
1998-01-18 Karl Heuer (number-to-register, increment-register): Args
1998-01-18 Karl Heuer (skip_chars): Fix test for end of string, looking for `-'.
1998-01-18 Karl Heuer (install-arch-indep): Add semicolon before `else'.
1998-01-18 Karl Heuer Make GDB not handle SIGINT.
1998-01-18 Karl Heuer (compile_pattern_1): If representation of STRING
1998-01-18 Karl Heuer (print) <Lisp_String>: When multibyte is enabled, print
1998-01-18 Karl Heuer (read1): Escape codes can force multibyte or single-byte.
1998-01-18 Karl Heuer (code_convert_region): Delete duplicate local `zv_before'.
1998-01-18 Karl Heuer (concat): Move the test for all nil in `append'
1998-01-18 Karl Heuer (display_text_line): Set pos_byte with pos
1998-01-18 Karl Heuer Initial revision
1998-01-18 Karl Heuer (etags): Fix defgroup syntax.
1998-01-18 Karl Heuer (switch-to-completions): If no completions window,
1998-01-18 Karl Heuer (rmail): Unwind-protect call to rmail-get-new-mail.
1998-01-18 Karl Heuer (vc-finish-logentry): Move killing the log buffer after
1998-01-18 Karl Heuer (auto-mode-alist): Add vhdl-mode.
1998-01-18 Karl Heuer (STRING_BASE_SIZE): New macro.
1998-01-18 Karl Heuer (occur): If the matching line has no final newline,
1998-01-17 Richard M. Stallman Update copyright year.
1998-01-17 Richard M. Stallman (ange-ftp-inodes-hashtable): New variable.
1998-01-17 Richard M. Stallman (Buffer-menu-mode-map): Bind e like f.
1998-01-17 Stephen Eglen (hexl-follow-ascii): New function and variable to highlight the ASCII
1998-01-16 Richard M. Stallman (Fspecial_display_p): Return the right value
1998-01-16 Richard M. Stallman (mldrag-drag-vertical-line): Handle left-side scroll bars.
1998-01-16 Richard M. Stallman (Finsert_file_contents): When not decoding,
1998-01-16 Richard M. Stallman (re_match_2_internal): Use SYNTAX_TABLE_BYTE_TO_CHAR.
1998-01-16 Richard M. Stallman (SYNTAX_TABLE_BYTE_TO_CHAR): New macro.
1998-01-16 Richard M. Stallman (global-auto-revert-ignore-buffer): Doc fix.
1998-01-15 Simon Marshall Added Print submenu to Edit menu.
1998-01-15 Simon Marshall (c++-font-lock-extra-types): Add some container classes.
1998-01-12 Dave Love (lisp-font-lock-keywords-1): Add defmethod.
1998-01-12 Kenichi Handa (Fkey_description): Remember to set i_before.
1998-01-12 Oliver Seidel Added patch from Don Hejna <djhejna@oasis.ambit.com>.
1998-01-12 Kenichi Handa (insert_from_string_1): Decrement GAP_SIZE by
1998-01-12 Kenichi Handa (push_key_description): If C >= 128, always use octal representation.
1998-01-12 Kenichi Handa (Fminibuffer_complete_word): Fix a bug of refering
1998-01-12 Kenichi Handa (concat): Check STRINGP before increasing result_len_byte.
1998-01-12 Kenichi Handa Change "?\C-\ " to "?\C- " because "\ " is changed
1998-01-11 Dave Love (lm-get-package-name, lm-header,
1998-01-11 Dave Love (Fchar_valid_p): Fix bare newlines in doc string.
1998-01-09 Richard M. Stallman (Fcall_interactively): Allocate string by bytes.
1998-01-09 Richard M. Stallman (Fdirectory_files): Fix arg to compile_pattern.
1998-01-09 Richard M. Stallman (re_search_2): Fix call to CHAR_HEAD_P.
1998-01-09 Richard M. Stallman (x_load_font): Use string_byte.
1998-01-09 Richard M. Stallman (lisp_data_to_selection_data): Use size_byte.
1998-01-09 Richard M. Stallman (xmenu_show): Use size_byte of strings.
1998-01-09 Richard M. Stallman (x_create_bitmap_from_file): Use size_byte on strings.
1998-01-09 Richard M. Stallman (message_dolog, message2): New arg MULTIBYTE.
1998-01-09 Richard M. Stallman (Fselect_window): Don't set OW->pointm if OW->buffer is nil.
1998-01-09 Richard M. Stallman (skip_chars): Handle multibyte and unibyte strings
1998-01-09 Richard M. Stallman (STRING_MULTIBYTE): New macro.
1998-01-09 Richard M. Stallman (describe_vector): Unconditionally handle multibyte chars.
1998-01-09 Richard M. Stallman (echo_now): Use message2_nolog, not message1_nolog.
1998-01-09 Richard M. Stallman (set_term_frame_name): Use size_byte.
1998-01-09 Richard M. Stallman (Fdo_auto_save): Save and restore multibyteness of minibuffer.
1998-01-09 Richard M. Stallman (main): Pass new arg to message_dolog.
1998-01-09 Richard M. Stallman Include charset.h.
1998-01-09 Richard M. Stallman (Fsend_string_to_terminal): Use size_byte.
1998-01-09 Richard M. Stallman (Fmultibyte_string_p): New function.
1998-01-09 Richard M. Stallman (code_convert_string): Maybe use make_unibyte_string.
1998-01-09 Richard M. Stallman (internal_self_insert): Simplify handling of c2;
1998-01-09 Richard M. Stallman (multibyte_chars_in_text): New function.
1998-01-09 Richard M. Stallman (Fccl_execute_on_string): Use size_byte.
1998-01-09 Richard M. Stallman (Fmake_category_set): Don't allow multibyte string.
1998-01-09 Richard M. Stallman (casify_object): Scan string by bytes and chars.
1998-01-09 Richard M. Stallman (BASE_PURESIZE): Increased.
1998-01-09 Richard M. Stallman (read_escape): `\ ' stands for nothing at all.
1998-01-09 Richard M. Stallman (count_size_as_multibyte): New function.
1998-01-09 Richard M. Stallman (map_char_table): Unconditionally consider non-ASCII charsets.
1998-01-09 Richard M. Stallman (Fformat): Do all the work directly--don't use doprnt.
1998-01-09 Richard M. Stallman (sref): Defined.
1998-01-09 Richard M. Stallman (dabbrev-ignored-buffer-names): New variable.
1998-01-08 Eric M. Ludlam Added some more comments in the commentary.
1998-01-07 André Spiegel (vc-resynch-window): Behave properly when view-read-only is non-nil.
1998-01-07 Dave Love Move change log comment block so lm-commentary doesn't lose.
1998-01-07 Andreas Schwab (custom-browse-visibility): Doc fix.
1998-01-07 Andreas Schwab (defgroup): Doc fix.
1998-01-07 Andreas Schwab (pp-to-string): Greatly simplify by letting the
1998-01-07 Andreas Schwab Customized.
1998-01-07 Eli Zaretskii (delete-auto-save-files): Say in the doc string that
1998-01-05 Richard M. Stallman (Fcall_process): When deciding whether to encode args,
1998-01-05 Richard M. Stallman (read_process_output): Use insert_1_both.
1998-01-05 Richard M. Stallman (MAKE_LOCK_NAME): Use size_byte.
1998-01-05 Richard M. Stallman (Fbyte_code): Use size_byte.
1998-01-05 Richard M. Stallman (print_string): Now static.
1998-01-05 Richard M. Stallman (Fexpand_abbrev): Pass both kinds of size to oblookup.
1998-01-05 Richard M. Stallman (FETCH_STRING_CHAR_ADVANCE): New macro.
1998-01-05 Richard M. Stallman (search_buffer): Handle bytes vs chars in non-RE case.
1998-01-05 Richard M. Stallman (make_pure_string): New arg length_byte.
1998-01-05 Richard M. Stallman (record_overlay_string): Totalize sizes assuming
1998-01-05 Richard M. Stallman (read_minibuf): Handle bytes vs chars
1998-01-05 Richard M. Stallman (test_completion): Pass both kinds of size to oblookup.
1998-01-05 Richard M. Stallman (display-time-mode): Set the variable display-time-mode.
1998-01-04 Richard M. Stallman (xstring): Use size_byte.
1998-01-03 Richard M. Stallman (resize-minibuffer-mode): Variable customized to
1998-01-03 Richard M. Stallman (redisplay_window): Set pos.bytepos along with pos.bufpos.
1998-01-03 Richard M. Stallman (occur): Pass default to read-from-minibuffer so that
1998-01-03 Richard M. Stallman (file-cache-minibuffer-complete): Accept a prefix arg.
1998-01-02 Richard M. Stallman (minor-mode-overriding-map-alist):
1998-01-02 Richard M. Stallman (current_minor_maps):
1998-01-02 Richard M. Stallman (Fchar_boundary_p): Function deleted.
1998-01-02 Richard M. Stallman (make_gap): Set GPT_BYTE along with GPT.
1998-01-02 Richard M. Stallman (which-func-update): Fix paren error.
1998-01-02 Richard M. Stallman Initial revision
1998-01-02 Richard M. Stallman (current_column_1, Fmove_to_column):
1998-01-02 Richard M. Stallman (Fcompleting_read): Doc fix.
1998-01-02 Richard M. Stallman (struct Lisp_Marker): Rename `bufpos' to `bytepos'.
1998-01-02 Richard M. Stallman (adjust_markers_gap_motion): Now a no-op.
1998-01-02 Richard M. Stallman (internal_equal): For markers, use bytepos instead of bufpos.
1998-01-02 Richard M. Stallman (readchar): Use marker's bytepos instead of bufpos.
1998-01-02 Richard M. Stallman (Fmake_marker): Initialize marker's bytepos and charpos.
1998-01-02 Richard M. Stallman (transpose_markers): Update marker's bytepos.
1998-01-02 Richard M. Stallman (buf_bytepos_to_charpos): Use marker bytepos, not bufpos.
1998-01-02 Richard M. Stallman (customize-changed-options): Doc fix.
1998-01-02 Richard M. Stallman (Fchar_after): Fix previous change.
1998-01-01 Richard M. Stallman (a_write): Fix prototype.
1998-01-01 Richard M. Stallman (struct Lisp_Marker): New field `charpos'.
1998-01-01 Richard M. Stallman (Fgoto_char): When arg is a marker, copy char and byte
1998-01-01 Richard M. Stallman (set_point_both): Renamed from set_point;
1998-01-01 Richard M. Stallman (code_convert_region): Handle bytepos and charpos.
1998-01-01 Richard M. Stallman (move_gap): Use move_gap_both.
1998-01-01 Richard M. Stallman Update copyright year.
1998-01-01 Richard M. Stallman (DECODE_POSITION): New macro.
1998-01-01 Richard M. Stallman (Fcall_interactively) <'d', 'r'>: Use set_marker_both.
1998-01-01 Richard M. Stallman (status_notify): Use byte and char pointers.
1998-01-01 Richard M. Stallman (set_point, temp_set_point): Swap args in decl.
1998-01-01 Richard M. Stallman (PRINTDECLARE): Declare old_point_byte and start_point_byte.
1998-01-01 Richard M. Stallman (readchar_backlog): New variable.
1998-01-01 Richard M. Stallman (scan_newline): Always restore prev value of immediate_quit.
1998-01-01 Richard M. Stallman (scan_sexps_forward): Additional arg FROM_BYTE. Calls changed.
1998-01-01 Richard M. Stallman (looking_at_1): Use bytepos to call re_search_2.
1998-01-01 Richard M. Stallman (SETUP_SYNTAX_TABLE_FOR_OBJECT): Call bytepos_to_charpos.
1998-01-01 Richard M. Stallman (casify_region): Scan in bytes and chars.
1998-01-01 Richard M. Stallman (marker.o): Depend on charset.h.
1998-01-01 Richard M. Stallman (forward_point): Function deleted.
1998-01-01 Richard M. Stallman (struct position): New field bytepos.
1998-01-01 Richard M. Stallman (command_loop_1): Use PT_BYTE when calling FETCH_BYTE.
1998-01-01 Richard M. Stallman (Fmake_indirect_buffer): Use set_marker_both.
1998-01-01 Richard M. Stallman (marker_byte_position): Renamed from marker_position.
1998-01-01 Richard M. Stallman (redisplay_internal): Use scan_newline.
1998-01-01 Richard M. Stallman (unshow_buffer): Set PT with TEMP_SET_PT_BOTH.
1997-12-31 Richard M. Stallman (Fchars_in_string): Update call to CHAR_HEAD_P.
1997-12-31 Richard M. Stallman (Finsert_file_contents): Update call to CHAR_HEAD_P.
1997-12-31 Richard M. Stallman (Fminibuffer_complete_word): Handle bytes vs characters
1997-12-31 Richard M. Stallman (CHAR_HEAD_P): Take char, not pointer, as arg.
1997-12-31 Richard M. Stallman (doprnt1): Call to CHAR_HEAD_P fixed.
1997-12-31 Richard M. Stallman (describe_abbrev): Return void.
1997-12-31 Richard M. Stallman (LIB_MOTIF): Define, if HAVE_LIBINTL.
1997-12-30 Richard M. Stallman (abort): New function.
1997-12-29 Richard M. Stallman (desktop-enable): New variable.
1997-12-28 Richard M. Stallman (Fcall_process): Cast new_argv for child_setup.
1997-12-28 Richard M. Stallman (Fx_rotate_cut_buffers_internal): Doc fix.
1997-12-27 Richard M. Stallman (Fread_command, Fread_variable): Fix previous change.
1997-12-26 Richard M. Stallman (Ftext_properties_at): Doc fix.
1997-12-26 Richard M. Stallman Declare nonascii_insert_offset.
1997-12-26 Richard M. Stallman (undigestify-rmail-message): If in summary, switch to the Rmail buffer.
1997-12-26 Richard M. Stallman (info-lookup-symbol-alist): Handle Emacs Lisp mode.
1997-12-26 Richard M. Stallman (HAVE_STRING_H): Add #undef.
1997-12-26 Richard M. Stallman (Vminor_mode_overriding_map_alist): New variable.
1997-12-25 Richard M. Stallman Some comment, doc and bug fixes.
1997-12-25 Richard M. Stallman Customized.
1997-12-22 Richard M. Stallman (Info-mode): Doc fix.
1997-12-22 Richard M. Stallman (dired-mark-sexp): Skip leading space in defining `uid'.
1997-12-22 Richard M. Stallman (mouse-avoidance-mode): Variable customized to automatically load the package.
1997-12-22 Richard M. Stallman (view-register): Show register type file-query.
1997-12-22 Richard M. Stallman (previous-matching-history-element): Bind
1997-12-22 Dave Love (browse-url-path-regexp, browse-url-short-regexp,
1997-12-22 Richard M. Stallman (apropos-print): Pass t instead of DO-KEYS
1997-12-22 Richard M. Stallman (cc-imenu-objc-function): Use bufsubst-fun as a variable, not as a function.
1997-12-22 Richard M. Stallman Fix mailer-introduced garbling.
1997-12-22 Richard M. Stallman Fix copyright notice.
1997-12-22 Richard M. Stallman Doc fixes. Changed `append' to `nconc'
1997-12-21 Richard M. Stallman (LIBX11_SYSTEM) [HAVE_LIBINTL and MOTIF]: Add -lintl.
1997-12-21 Richard M. Stallman (HAVE_LIBINTL): Add #undef.
1997-12-21 Richard M. Stallman (find-file-noselect): Fix previous change.
1997-12-21 Richard M. Stallman (isearch-mode-map): Don't count above 256
1997-12-21 Richard M. Stallman (message2_nolog): Fix arg types.
1997-12-21 Richard M. Stallman (sys_signal): Undo previous change.
1997-12-21 Richard M. Stallman (jka-compr-insert-file-contents):
1997-12-21 Richard M. Stallman (Fexecute_extended_command):
1997-12-21 Richard M. Stallman (Fgarbage_collect):
1997-12-21 Richard M. Stallman (message2_nolog): New arg MULTIBYTE.
1997-12-21 Richard M. Stallman (Fexecute_extended_command):
1997-12-21 Richard M. Stallman (find-file-noselect): Signal error if file is unreadable.
1997-12-21 Richard M. Stallman (match-string-no-properties): New function.
1997-12-21 Richard M. Stallman (define-mail-alias): Handle backslash-quoting
1997-12-21 Richard M. Stallman (Vsignal_USR1_hook, Vsignal_USR2_hook): New variables.
1997-12-21 Richard M. Stallman (x_display_cursor): Abort if X or Y is out of range.
1997-12-21 Richard M. Stallman Comment changes.
1997-12-21 Richard M. Stallman (Fparse_partial_sexp): Return nil for 9th element
1997-12-21 Richard M. Stallman (mule-keymap): Delete the binding for toggle-enable-multibyte-characters.
1997-12-21 Richard M. Stallman (copy-region-as-kill): Deactivate mark in transient-mark-mode.
1997-12-21 Richard M. Stallman (toggle-enable-multibyte-characters): Doc fix.
1997-12-21 Richard M. Stallman (completion-setup-hook): Add definition.
1997-12-21 Richard M. Stallman (menu-bar-select-yank): Add apropos-inhibit property.
1997-12-21 Richard M. Stallman (apropos, apropos-command): Ignore symbols that have apropos-inhibit property.
1997-12-21 Richard M. Stallman (standard-display-european): Doc fix.
1997-12-21 Richard M. Stallman (Fread_variable): If DEFAULT_VALUE is symbol, use its name.
1997-12-21 Richard M. Stallman (sparc-fujitsu-sysv4*): New target.
1997-12-21 Richard M. Stallman (split-string): Handle empty matches reasonably.
1997-12-21 Richard M. Stallman Comment and whitespace changes.
1997-12-21 Richard M. Stallman (calendar-french-single-byteify): New function.
1997-12-21 Richard M. Stallman (message_dolog): Update PT and ZV properly when at end of
1997-12-21 Richard M. Stallman (read-password): New function.
1997-12-20 Richard M. Stallman (update_one_menu_entry): Add conditional in case XmNpositionIndex is missing.
1997-12-19 Karl Heuer (iswitchb-completion-help): Multiple TAB presses
1997-12-19 Karl Heuer Don't call set-terminal-coding-system
1997-12-19 Karl Heuer (Vread_buffer_function): New var.
1997-12-19 Karl Heuer (set-language-info): Doc fix.
1997-12-19 Karl Heuer (widget-choose): Allow scrolling of large lists.
1997-12-17 Andreas Schwab (transpose-subr): Rewrite to make faster with big move
1997-12-17 Andreas Schwab Cache more tests. Add missing quotes around
1997-12-17 Andreas Schwab (Man-mode-line-format): Update to include the new format
1997-12-16 Paul Eggert Add reference to new Calendrical Calculations book.
1997-12-13 Dave Love Define indentation in normal dialect for let-syntax,
1997-12-12 Dave Love (browse-url-lynx-emacs): Add sentinel to kill the buffer when lynx
1997-12-12 Dave Love Use imenu-case-fold-search.
1997-12-11 Karl Heuer (comint-strip-ctrl-m): Don't die if
1997-12-11 Karl Heuer (telnet-filter): Position comint-last-output-start.
1997-12-11 Karl Heuer (sys_signal): Add two casts.
1997-12-11 Karl Heuer (GROW_FAIL_STACK): Fix test for stack size at max.
1997-12-11 Karl Heuer (auto-mode-alist): Add .am as makefile-mode.
1997-12-11 Paul Eggert (ange-ftp-date-regexp): Fix the problem with misparsing
1997-12-11 Paul Eggert (dired-move-to-filename-regexp):
1997-12-10 Andreas Schwab Customized.
1997-12-09 Karl Heuer (GROW_FAIL_STACK): Fix previous change:
1997-12-09 Karl Heuer (TYPICAL_FAILURE_SIZE): Renamed from MAX_FAILURE_ITEMS.
1997-12-09 Karl Heuer (Fcall_process): Don't clobber new_argv[0]
1997-12-09 Karl Heuer (bibtex-generate-autokey): Doc fix.
1997-12-09 Karl Heuer (bibtex-generate-autokey): Doc fix.
1997-12-09 Karl Heuer (custom-add-version): New function.
1997-12-09 Karl Heuer (customize-changed-options): New function.
1997-12-09 Karl Heuer (facemenu-remove-face-props): Renamed from
1997-12-09 Kenichi Handa Initial revision
1997-12-09 Kenichi Handa Require 'korea-util.
1997-12-09 Kenichi Handa Title string of the input method
1997-12-09 Kenichi Handa Require 'korea-util. Title string of the input
1997-12-09 Kenichi Handa Title string of the input method
1997-12-09 Kenichi Handa Documentation for "Korean" lang. env. modified.
1997-12-09 Kenichi Handa (Fcall_process): Set Vlast_coding_system_used after
1997-12-09 Kenichi Handa (Fget_unused_iso_final_char): New function.
1997-12-09 Kenichi Handa (setup_coding_system): Do not set
1997-12-09 Kenichi Handa (read_process_output): Fix previous change, i.e, if
1997-12-09 Kenichi Handa (Finsert_file_contents): Set Vlast_coding_system_used
1997-12-08 Kenichi Handa (Fexecute_extended_command): Fix previous change.
1997-12-08 Karl Heuer (number-to-register): Move point as a side effect.
1997-12-08 Karl Heuer (calendar-day-name): Truncate properly when
1997-12-08 Karl Heuer (read_process_output): Allocate for coding system, if
1997-12-07 Karl Heuer (mail-extr-all-top-level-domains): More domains.
1997-12-07 Karl Heuer (outline-next-preface):
1997-12-07 Karl Heuer (gud-mips-p): Fix regexp so it will match alphaev56-* too.
1997-12-05 Edward M. Reingold Minor repair of previous change.
1997-12-05 Edward M. Reingold Add fixed date (RD) to menu of other dates.
1997-12-05 Edward M. Reingold Fix bad call to error.
1997-12-05 Karl Heuer (Info-insert-dir): Use leading space in buffer name.
1997-12-04 Simon Marshall Deal with `#'s in variable references.
1997-12-04 Oliver Seidel Another patch by Michael Cook to fix annotation.
1997-12-04 Karl Heuer Allow messages retrieved from the POP
1997-12-04 Karl Heuer (frame-configuration-to-register)
1997-12-04 Karl Heuer (ctl-x-map): Add bindings rn and r+
1997-12-04 Karl Heuer (unlock, relock): Don't reference cpp/ directory.
1997-12-04 Karl Heuer (byte-optimize-lapcode): Correctly
1997-12-04 Karl Heuer Customized.
1997-12-04 Karl Heuer (main): Fix the stack-limit code to calculate
1997-12-04 Karl Heuer (custom-unlispify-remove-prefixes): Reference to
1997-12-04 Karl Heuer (global-set-key, local-set-key): Doc fix.
1997-12-04 Karl Heuer (mail-parse-comma-list):
1997-12-04 Karl Heuer (sendmail-send-it): Parse folded
1997-12-04 Karl Heuer Require imenu.
1997-12-04 Karl Heuer (Feval_region): Doc correction (point does not move).
1997-12-04 Karl Heuer (load-with-code-conversion): Doc fix.
1997-12-04 Karl Heuer (debug-on-entry): If definition is a symbol,
1997-12-04 Karl Heuer (debugger-mode-hook): New user variable.
1997-12-04 Karl Heuer (change-log-add-make-room): New function.
1997-12-04 Karl Heuer (inferior-octave-directory-tracker):
1997-12-04 Richard M. Stallman (mail-extr-voodoo): Allow & between names.
1997-12-04 Karl Heuer (rmail-decode-quoted-printable): New function
1997-12-04 Karl Heuer (custom-save-delete, custom-save-all):
1997-12-04 Karl Heuer (custom-variable-prompt): Ensure valid variable name
1997-12-04 Karl Heuer (prolog-mode-variables):
1997-12-04 Karl Heuer (sh-imenu-generic-expression): New variable.
1997-12-04 Karl Heuer (sgml-mode): Set imenu-generic-expression.
1997-12-04 Karl Heuer (french-calendar-special-days-array): New function.
1997-12-04 Karl Heuer Fix comment (avoid spurious "unterminated comment" warning)
1997-12-04 Karl Heuer Comment fix (to avoid "unterminated comment" warning).
1997-12-04 Ulrich Drepper automatically generated from GPLed version
1997-12-03 Gerd Moellmann New function ispell-comments-and-strings.
1997-12-03 Oliver Seidel Added category patch by Michael R Cook <mcook@cognex.com>.
1997-12-03 Paul Eggert (mbx_write) [MAIL_USE_POP]: Disable the code which quotes with a
1997-12-01 Eli Zaretskii (make-frame-names-alist, select-frame-by-name): New
1997-11-30 Dave Love (sh-mode): Set `comment-start-skip' always.
1997-11-30 Dave Love (indent-for-comment): Check for null `comment-start-skip'.
1997-11-29 Joel N. Weber II 1997-11-27 Richard Stallman <rms@sucrose.ai.mit.edu>
1997-11-28 Andreas Schwab (create_process, deactivate_process, close_process_descs):
1997-11-28 Andreas Schwab (describe_map): Fix decl of arg ELT_DESCRIBER.
1997-11-28 Andreas Schwab (Fsuspend_emacs): Cast init_sys_modes when calling
1997-11-28 Andreas Schwab (reset_sigio): Return void.
1997-11-28 Andreas Schwab (do_autoload): Return void.
1997-11-28 Andreas Schwab (internal_with_output_to_temp_buffer):
1997-11-28 Andreas Schwab (message): Declare a as char *[3].
1997-11-28 Andreas Schwab (malloc_warning, display_malloc_warning): Return void.
1997-11-27 Kenichi Handa (describe_vector): Declaration fixed (delete `.' at the
1997-11-27 Kenichi Handa (record_delete, record_marker_adjustment): Declare them as void.
1997-11-27 Kenichi Handa (record_change, record_first_change,
1997-11-27 Kenichi Handa (invalidate_current_column): Declare it as void.
1997-11-27 Kenichi Handa (report_file_error): Declare it as void.
1997-11-27 Kenichi Handa (unlock_buffer): Declare it as void.
1997-11-27 Kenichi Handa (nsberror, record_buffer, validate_region,
1997-11-27 Kenichi Handa (discard_tty_input, init_baud_rate,
1997-11-27 Kenichi Handa (Fexecute_extended_command): Give Voverriding_local_map as the
1997-11-27 Kenichi Handa (echo_now, record_auto_save, cmd_error_internal,
1997-11-27 Kenichi Handa (x_make_frame_visible): Give dummy arg to
1997-11-27 Kenichi Handa (redisplay_preserve_echo_area): Declare it as void.
1997-11-27 Kenichi Handa (strwidth): Remove extra argument to buffer_display_table.
1997-11-26 Joel N. Weber II Changed the comment about `umask 0' to say `Don't restrict access to any
1997-11-26 Edward M. Reingold Describe diary-float function.
1997-11-26 Richard M. Stallman (bibtex-maintainer-address, bibtex-submit-bug-report):
1997-11-26 Simon Marshall Only use syntactic keywords if non-nil.
1997-11-26 Simon Marshall Just a header comment fix.
1997-11-26 Ulrich Drepper automatically generated from GPLed version
1997-11-25 Edward M. Reingold Describe diary-remind and diary-date.
1997-11-25 Richard M. Stallman (diary-mail-days): Fix previous change.
1997-11-25 Richard M. Stallman (mode-line-format): Include which-func-mode item.
1997-11-25 Andreas Schwab (SPLIT_STRING): Remove extra argument to
1997-11-25 Andreas Schwab Add prototypes.
1997-11-25 Andreas Schwab (Fx_disown_selection_internal): Fix type of EVENT.
1997-11-25 Andreas Schwab Add prototypes.
1997-11-25 Andreas Schwab Add prototypes.
1997-11-25 Andreas Schwab Include "intervals.h" for prototypes.
1997-11-25 Richard M. Stallman (free_fontset_data): Don't free null pointer.
1997-11-25 Richard M. Stallman (diary-mail-addr, diary-mail-days): New variables.
1997-11-25 Richard M. Stallman Update author email address.
1997-11-25 Michael Kifer new version
1997-11-24 Simon Marshall Fixed duplicate KEYs in menu-bar-describe-menu.
1997-11-24 Paul Eggert (AC_CHECK_FUNCS): Add strftime.
1997-11-24 Paul Eggert ($(BLD)\strftime.obj): No need to compile with -Dstrftime=emacs_strftime.
1997-11-24 Paul Eggert (strftime.o):
1997-11-24 Paul Eggert (emacs_strftime): New decl.
1997-11-24 Paul Eggert (HAVE_STRFTIME): New undef.
1997-11-24 Richard M. Stallman (menu-bar-help-menu): Reorganize into more submenus.
1997-11-24 Richard M. Stallman (apropos-variable): New command.
1997-11-24 Richard M. Stallman (scheme-mode-variables): Bind normal-auto-fill-function.
1997-11-24 Richard M. Stallman (lisp-mode-auto-fill): New function.
1997-11-23 Karl Heuer Comment fix.
1997-11-23 Karl Heuer Some comment and doc fixes.
1997-11-23 Karl Heuer (back_comment): Handle 2-char comment starts
1997-11-23 Karl Heuer (b2m): Define VERSION. Link with $(GETOPTOBJS).
1997-11-23 Karl Heuer Include getopt.h.
1997-11-23 Karl Heuer (ange-ftp-generate-passwd-key):
1997-11-23 Karl Heuer (perl-mode): Delete autoload cookie.
1997-11-23 Karl Heuer (auto-mode-alist): Add more extensions for perl-mode.
1997-11-23 Karl Heuer (window-configuration-to-register):
1997-11-23 Karl Heuer Initial revision
1997-11-23 Richard M. Stallman Comment change.
1997-11-23 Richard M. Stallman Initial revision
1997-11-21 Dave Love Doc fixes and extra customization.
1997-11-21 Andreas Schwab (copy_keymap_1): Fix return type.
1997-11-21 Andreas Schwab Add prototypes and more function declarations.
1997-11-21 Andreas Schwab (traverse_intervals): Protoize parameter.
1997-11-21 Andreas Schwab Protoize function declarations.
1997-11-21 Andreas Schwab Protoize functions declarations.
1997-11-21 Andreas Schwab * fns.c (map_char_table): Protoize parameter.
1997-11-21 Andreas Schwab (close_file_unwind): Fix return type and return nil.
1997-11-21 Andreas Schwab (record_unwind_protect): Protoize parameter.
1997-11-21 Andreas Schwab (Fchar_to_string): Declare `workbuf' as unsigned char.
1997-11-21 Andreas Schwab (doprnt1): Declare `charbuf' as unsigned char.
1997-11-21 Andreas Schwab Add prototypes. Remove declaration of obsolete
1997-11-21 Andreas Schwab Add more prototypes and function declarations.
1997-11-21 Andreas Schwab (setup_ccl_program): Define as returning nothing.
1997-11-21 Andreas Schwab Add declaration of setup_ccl_program and ccl_driver.
1997-11-21 Andreas Schwab Add declaration of word_boundary_p.
1997-11-21 Andreas Schwab Add more protypes and function declarations.
1997-11-21 Andreas Schwab (printchar): Declare `work' as unsigned char.
1997-11-21 Andreas Schwab (read_minibuf_unwind): Fix return type and return nil.
1997-11-21 Andreas Schwab (unchain_marker): Define as returning nothing.
1997-11-21 Andreas Schwab Declare finalize_kbd_macro_chars and
1997-11-21 Andreas Schwab (store_kbd_macro_char): Define as returning nothing.
1997-11-21 Andreas Schwab (read1): Declare `workbuf' as unsigned char.
1997-11-21 Andreas Schwab Add more prototypes and declarations. Forward declare
1997-11-21 Andreas Schwab (gud-sentinel): Set mode-line-process in the process
1997-11-20 Karl Heuer (set-input-method): Renamed from select-input-method.
1997-11-20 Karl Heuer Comment fix.
1997-11-20 Karl Heuer (init_system_name): Don't use sysinfo.
1997-11-20 Karl Heuer (skip_chars): Check type of `string' before using it.
1997-11-20 Karl Heuer (write-file): Make buffer writable if the new file is.
1997-11-20 Karl Heuer (describe-variable): Don't use symbol-name if v isn't symbol.
1997-11-20 Karl Heuer (LIBS_SYSTEM): Define this.
1997-11-20 Karl Heuer Treat DGUX the same as USG.
1997-11-20 Karl Heuer (i586-dg-dguxR4.*): New name in case branch.
1997-11-20 Karl Heuer (help-with-tutorial-alist): New variable.
1997-11-20 Karl Heuer (mail-extract-address-components):
1997-11-20 Eli Zaretskii Configure the man subdirectory.
1997-11-20 Eli Zaretskii Initial revision
1997-11-20 Eli Zaretskii (man): New target to build the manual.
1997-11-20 Eli Zaretskii (set-frame-name): New function.
1997-11-20 Eli Zaretskii (frame_name_fnn_p, set_term_frame_name): New functions.
1997-11-19 Karl Heuer (kill-region): Detect read-only text
1997-11-19 Karl Heuer (print-region-1): When running pr, use -h always.
1997-11-18 Dave Love (fortran-imenu-generic-expression): Match
1997-11-18 Ulrich Drepper automatically generated from GPLed version
1997-11-18 Karl Heuer (isearch-yank-string): New helper function.
1997-11-18 Karl Heuer Improve previous change.
1997-11-18 Karl Heuer (rmail-convert-to-babyl-format): If the
1997-11-17 Paul Eggert (ange-ftp-date-regexp):
1997-11-17 Paul Eggert (dired-move-to-filename-regexp):
1997-11-17 Karl Heuer (Fexecute_extended_command): Fix message wording.
1997-11-17 Karl Heuer (list-diary-entries, list-sexp-diary-entries, add-to-diary-list):
1997-11-17 Karl Heuer (list-islamic-diary-entries): Add the diary entry
1997-11-17 Karl Heuer (list-hebrew-diary-entries): Add the diary entry
1997-11-17 Karl Heuer (Man-init-defvars, Man-build-man-command):
1997-11-15 Karl Heuer (comment-padding): New var.
1997-11-15 Karl Heuer (finder-find-library): Re-instate (with a different
1997-11-15 Karl Heuer (fill-individual-paragraphs): Don't get
1997-11-15 Karl Heuer (custom-face-save): Save the face.
1997-11-15 Karl Heuer (rmail-summary-window-size): Allow integer values.
1997-11-15 Karl Heuer Use set-input-mode to make Latin-1 chars work.
1997-11-15 Karl Heuer (minibuffer_scroll_overlap): New variable.
1997-11-15 Karl Heuer (display_text_line): Make decision about which windows
1997-11-15 Karl Heuer (ASCII_BYTE_P): New macro.
1997-11-15 Karl Heuer (position_indentation): Detect non-breaking space,
1997-11-15 Karl Heuer (x_handle_selection_request): Use xfree, not free.
1997-11-13 Andreas Schwab (tar-mode-map): Fix function name in menu entry.
1997-11-13 Ulrich Drepper automatically generated from GPLed version
1997-11-12 Ulrich Drepper automatically generated from GPLed version
1997-11-11 Karl Heuer (inferior-octave-startup-args):
1997-11-11 Karl Heuer (help-for-help): Update text for `m'.
1997-11-11 Karl Heuer (imenu-default-create-index-function):
1997-11-11 Karl Heuer (perform-replace): In Transient Mark mode, if
1997-11-11 Karl Heuer New category ` '.
1997-11-11 Karl Heuer (wordstar-mode): Run wordstar-mode-hook.
1997-11-11 Karl Heuer (french-calendar-day-name-array):
1997-11-11 Karl Heuer (query-replace-highlight): Change default to t.
1997-11-11 Karl Heuer (describe-function): Handle the arglist of a macro.
1997-11-11 Karl Heuer (mail-extr-voodoo): Comment out &-substitution.
1997-11-10 Karl Heuer (finder-exit): Simplify.
1997-11-10 Eli Zaretskii Support for Japanese display on DOS/V systems.
1997-11-10 Andreas Schwab (archive-zoo-summarize): Properly handle the case of
1997-11-08 Karl Heuer Don't ask questions when replacing README.
1997-11-08 Kenichi Handa (gnus-mule-initialize): Do not set
1997-11-08 Kenichi Handa (nntp-coding-system-for-read): Set default value to
1997-11-08 Kenichi Handa (gnus-read-descriptions-file): Decode
1997-11-08 Kenichi Handa (fill-region-as-paragraph): Fix bug of
1997-11-08 Kenichi Handa (ccl-encode-koi8-font): Fix bug of CCL
1997-11-08 Kenichi Handa Add "Upper Sorbian" and "Lower Sorbian" in
1997-11-08 Kenichi Handa (set-language-environment): Run
1997-11-08 Kenichi Handa (Fcall_process): GCPRO infile, buffer, and
1997-11-08 Kenichi Handa (Fsref): If IDX points an 8-bit code which is not part
1997-11-08 Kenichi Handa (find_charset_in_str): Handle the case that STR
1997-11-08 Kenichi Handa (setup_coding_system): Initialize common_flags member
1997-11-08 Kenichi Handa (struct coding_system): Add member common_flags, delete
1997-11-08 Kenichi Handa (create_process): Encode arguments for the process.
1997-11-08 Kenichi Handa (Finsert_file_contents): Use new macros defined in
1997-11-08 Kenichi Handa (encode_terminal_code): Use new macros defined in
1997-11-07 Paul Eggert (ange-ftp-date-regexp): Handle Japanese-format dates.
1997-11-07 Paul Eggert (dired-move-to-filename-regexp): Handle Japanese-format dates.
1997-11-07 Paul Eggert (AC_CHECK_LIB): Add -lintl.
1997-11-07 Karl Heuer (build-mail-abbrevs): Use initial space in
1997-11-07 Karl Heuer (rename-uniquely): Simplify.
1997-11-07 Karl Heuer (check for .elc files): Avoid bash-specific syntax.
1997-11-07 Karl Heuer (cal-tex-cursor-week-iso): Delete spurious %.
1997-11-07 Karl Heuer (calendar-chinese-date-string): Fix month name.
1997-11-07 Karl Heuer (install): Move blessmail last.
1997-11-07 Karl Heuer Fix typo.
1997-11-06 Ulrich Drepper automatically generated from GPLed version
1997-11-04 Ulrich Drepper automatically generated from GPLed version
1997-11-03 Karl Heuer (byte-optimize-concat): New function.
1997-11-03 Karl Heuer (ethiopic-calendar-epoch): Correct to 8 CE.
1997-11-03 Karl Heuer (apropos-command): Doc fix.
1997-11-03 Karl Heuer (fortran-imenu-generic-expression): Doc fix.
1997-11-01 Michael Kifer new version
1997-10-31 Dave Love (fortran-imenu-generic-expression): New variable.
1997-10-31 Karl Heuer (fullwrite): Get rid of an extra call to write. Problem
1997-10-31 Karl Heuer (tex-validate-region): Really check
1997-10-31 Karl Heuer (init_system_name): If gethostname gives a proper
1997-10-29 Paul Eggert (DBL_MIN_REPLACEMENT): New macro.
1997-10-29 Paul Eggert (DBL_MIN): Use workaround if DBL_MIN_REPLACEMENT is defined.
1997-10-28 Oliver Seidel Three insertion options:
1997-10-28 Oliver Seidel Improved documentation, fixed insertion with prefix.
1997-10-28 Oliver Seidel Implemented "insert-under-cursor" as suggested by
1997-10-28 Oliver Seidel Incorporated simplifying suggestions from
1997-10-28 Oliver Seidel Patch from Paul Stodghill <stodghil@CS.Cornell.EDU>:
1997-10-28 Oliver Seidel Improvements sent in by Dave Love <d.love@dl.ac.uk>:
1997-10-28 Oliver Seidel Harald Backer <harald.backer@fou.telenor.no> sent the following:
1997-10-28 Oliver Seidel Added fix from Frank Ridderbusch <ridderbusch.pad@sni.de>,
1997-10-28 Simon Marshall In deferral, check saved buffers to make sure they exist and have lazy-lock on.
1997-10-28 Simon Marshall Allow any number of ::foos in declarative items.
1997-10-27 Kenichi Handa (copy_category_table): Copy also the first extra slot
1997-10-27 Kenichi Handa (Fchars_in_string): Pay attention to
1997-10-27 Karl Heuer (compilation-error-regexp-alist):
1997-10-27 Karl Heuer (Fkill_buffer): Don't assume buffer is current.
1997-10-27 Kenichi Handa Entry for Ethiopic corrected.
1997-10-25 Dave Love (find-function, find-function-other-window, find-function-other-frame,
1997-10-25 Dave Love Initial revision
1997-10-25 Karl Heuer (XTread_socket): Check for bogus (0,0) location.
1997-10-24 Karl Heuer (octave-auto-indent): New variable.
1997-10-24 Karl Heuer (XTmouse_position): Handle INSIST < 0.
1997-10-24 Karl Heuer (w32_mouse_position): Handle INSIST < 0.
1997-10-24 Karl Heuer (Fmouse_pixel_position, Fmouse_position):
1997-10-24 Karl Heuer The menu now used toggle and radio for some items.
1997-10-24 Karl Heuer (locate-library): Comment out the code that searches
1997-10-24 Karl Heuer (outline-font-lock-keywords): Highlight the
1997-10-24 Karl Heuer (hook): Use `widget-group-match' instead of
1997-10-24 Oliver Seidel Added three suggestions from Carsten
1997-10-24 Oliver Seidel Paul Stodghill <stodghil@CS.Cornell.EDU> writes:
1997-10-24 Oliver Seidel Rafael Laboissiere <rafael@icp.inpg.fr> writes:
1997-10-24 Kenichi Handa (list-input-methods): Improve the
1997-10-24 Kenichi Handa (quail-translation-keymap): KP_Enter key
1997-10-23 Simon Marshall Indicate in messages if source code is being loaded.
1997-10-23 Dave Love Doc fixes.
1997-10-23 Kenichi Handa The title string of input method "Ethiopic"
1997-10-23 Kenichi Handa (set-default-coding-systems):
1997-10-23 Kenichi Handa Give proper SAFE_CHARSET argument in
1997-10-23 Kenichi Handa (list-input-methods): Handle the case
1997-10-23 Kenichi Handa (find-safe-coding-system): New function.
1997-10-23 Kenichi Handa (load-with-code-conversion): Update
1997-10-23 Kenichi Handa (quail-require-guidance-buf): Adjusted
1997-10-23 Kenichi Handa Give proper SAFE-CHARSET argument in each
1997-10-23 Kenichi Handa Give proper SAFE-CHARSET argument in each
1997-10-23 Kenichi Handa Give proper SAFE-CHARSET argument in each
1997-10-23 Kenichi Handa Give proper SAFE-CHARSET argument in each call
1997-10-23 Kenichi Handa Give proper SAFE-CHARSET argument in
1997-10-23 Kenichi Handa (Man-getpage-in-background): Bind inhibit-eol-conversion
1997-10-23 Kenichi Handa (term-exec-1): Bind inhibit-eol-conversion to t before
1997-10-23 Kenichi Handa (char_valid_p): New function
1997-10-23 Kenichi Handa (CHAR_VALID_P): Renamed from VALID_CHAR_P, new
1997-10-23 Kenichi Handa (encode_designation_at_bol): Fix bug of finding graphic
1997-10-23 Kenichi Handa (struct iso2022_spec): New member
1997-10-23 Kenichi Handa (map_char_table): Do not operate on invalid characters.
1997-10-23 Karl Heuer (c-initialize-builtin-style):
1997-10-23 Karl Heuer (c-submit-bug-report): Remove
1997-10-23 Karl Heuer Patches to Imenu support given by
1997-10-23 Karl Heuer (c-progress-interval): Document new semantics
1997-10-23 Karl Heuer (c-progress-init, c-progress-fini):
1997-10-23 Karl Heuer (c-guess-basic-syntax):
1997-10-23 Karl Heuer Remove version number.
1997-10-23 Karl Heuer Update version number.
1997-10-23 Karl Heuer (c-end-of-statement-1):
1997-10-23 Karl Heuer Define `/' in c-mode-base-map since all modes now support
1997-10-23 Karl Heuer (c-beginning-of-statement):
1997-10-23 Karl Heuer (c-initialize-builtin-style):
1997-10-23 Karl Heuer (objc-mode): Bind imenu-create-index-function
1997-10-23 Karl Heuer (cc-imenu-c-prototype-macro-regexp): New var.
1997-10-23 Karl Heuer (locate-library): Bind jka-compr-inhibit to t.
1997-10-23 Karl Heuer (jka-compr-inhibit): New variable.
1997-10-23 Karl Heuer (unlock_all_files): Don't call unlock_file;
1997-10-23 Karl Heuer (redisplay_window): If clip_changed, always run
1997-10-23 Karl Heuer (set-scroll-bar-mode): Take just one arg.
1997-10-23 Karl Heuer (tpu-arrange-rectangle): Use FORCE arg of move-to-column.
1997-10-23 Karl Heuer picture.el no longer required.
1997-10-23 Karl Heuer (basic-faces): New group. Put the standard faces in it.
1997-10-23 Karl Heuer Fix another instance of mode line format.
1997-10-23 Karl Heuer (mouse-drag-vertical-line): Handle left-side scroll bars.
1997-10-23 Paul Eggert (DBL_DIG): Remove; the default value is now set in print.c.
1997-10-23 Paul Eggert No need to include <float.h> before "lisp.h",
1997-10-23 Paul Eggert (_MAXLDBL, _NMAXLDBL):
1997-10-22 Kenichi Handa Set chinese-big5 for newsgroup "tw".
1997-10-22 Kenichi Handa (gnus-show-traditional-method): Call
1997-10-22 Kenichi Handa (gnus-ems-redefine): Require `gnus-mule' only
1997-10-22 Kenichi Handa (gnus-structured-field-decoder): Pay attention
1997-10-21 Kenichi Handa (read-multilingual-string): Use
1997-10-21 Kenichi Handa Change the way of making coding
1997-10-21 Kenichi Handa (describe-coding-system): Print
1997-10-21 Kenichi Handa (coding-system-base): Moved to
1997-10-21 Kenichi Handa The summary of the following changes:
1997-10-21 Kenichi Handa (devanagari-compose-from-is13194-region):
1997-10-21 Kenichi Handa Use coding-system-put to set coding
1997-10-21 Kenichi Handa Use coding-system-put to set coding system
1997-10-21 Kenichi Handa Use coding-system-put to set coding system
1997-10-21 Kenichi Handa (tibetan-post-read-conversion): Return
1997-10-21 Kenichi Handa (xselect.o): Depend on buffer.h.
1997-10-21 Kenichi Handa (Qcoding_system_spec): Deleted.
1997-10-21 Kenichi Handa Include buffer.h.
1997-10-21 Karl Heuer Elements of kill-emacs-query-functions return nil, not non-nil,
1997-10-21 Karl Heuer Using cl macros push, pop, when, unless throughout
1997-10-21 Karl Heuer Add autoloads for `8859-1-map'.
1997-10-21 Karl Heuer (custom-group-value-create): Use
1997-10-21 Karl Heuer (LD_SWITCH_MACHINE_TEMACS): New macro (defaults empty).
1997-10-21 Karl Heuer (LD_SWITCH_MACHINE): Conditionalize this
1997-10-21 Karl Heuer Customize.
1997-10-20 Karl Heuer (mail-do-fcc): Handle dont-write-the-file
1997-10-19 Karl Heuer (file-name-non-special): For insert-directory operation,
1997-10-19 Karl Heuer (file-name-non-special): If "/:" is the entire file
1997-10-19 Karl Heuer (basic-save-buffer): Set buffer-file-coding-system to
1997-10-19 Karl Heuer (describe-font): Fix prompt.
1997-10-19 Karl Heuer (describe-language-environment): Fix prompt.
1997-10-19 Karl Heuer (syms_of_window): Doc fix.
1997-10-19 Karl Heuer (ispell-change-dictionary): Fix error message.
1997-10-17 Oliver Seidel Thanks to Harald Backer <harald.backer@fou.telenor.no>, we now have
1997-10-16 Karl Heuer (format-deannotate-region): In case of unmatched tags,
1997-10-16 Karl Heuer (winner-pending-undo-ring): Defvar before first use.
1997-10-16 Karl Heuer Initial revision
1997-10-16 Oliver Seidel Jari Aalto <jari.aalto@ntc.nokia.com> writes:
1997-10-16 Karl Heuer Removed changelog comment section.
1997-10-16 Karl Heuer (nroff): Moved from `editing' to `wp'.
1997-10-16 Karl Heuer (rmail-summary-rmail-update): When looking for
1997-10-16 Karl Heuer (init_buffer): Don't add /: to default dir if it's `/'.
1997-10-16 Karl Heuer (dired-move-to-filename-regexp):
1997-10-16 Karl Heuer (edebug-eval-mode): Nicer mode-name value.
1997-10-16 Karl Heuer (function-called-at-point): Always use Emacs Lisp syntax tab.
1997-10-16 Karl Heuer (Faccessible_keymaps): Avoid alloca for fixed-size array.
1997-10-16 Karl Heuer (read_minibuf): Return DEFALT here, if minibuffer is empty.
1997-10-16 Karl Heuer (Fexpand_file_name): Avoid treating // specially
1997-10-16 Karl Heuer (variable-link): New widget.
1997-10-16 Karl Heuer Some changes in comments and documentation.
1997-10-16 Karl Heuer (L_getit): Always make named tags so that Emacs
1997-10-16 Karl Heuer (Fwhere_is_internal): some minor mode bindings weren't
1997-10-16 Karl Heuer (describe-variable): Pass default value to completing-read.
1997-10-16 Karl Heuer (narrow-to-page): Check whether forward-page
1997-10-16 Karl Heuer (scheme-let-indent): New arg NORMAL-INDENT.
1997-10-16 Karl Heuer (replace_buffer_in_all_windows):
1997-10-16 Karl Heuer (uniquify-buffer-name-style): Add :require.
1997-10-15 Karl Heuer (widget-button-click): Move point to where clicked.
1997-10-15 Karl Heuer (auto-save-list-file-prefix): Fix custom type.
1997-10-15 Karl Heuer (outline-back-to-heading): New arg INVISIBLE-OK.
1997-10-15 Karl Heuer (toggle-scroll-bar): Call prefix-numeric-value.
1997-10-15 Karl Heuer (help-mode-maybe): New function, on temp-buffer-show-hook.
1997-10-15 Karl Heuer (compilation-forget-errors):
1997-10-15 Karl Heuer (smtpmail-send-it): Don't use time-stamp-strftime.
1997-10-15 Karl Heuer (gc_sweep): Free memory blocks that contain only unused
1997-10-15 Karl Heuer (isearch-printing-char): Change S-SPC to SPC.
1997-10-15 Karl Heuer (Fstring_to_number): Handle NEGATIVE for floats too.
1997-10-15 Karl Heuer (end-of-visible-line): After skipping some invisible chars.
1997-10-15 Karl Heuer (rmail): Avoid showing message twice.
1997-10-15 Karl Heuer (report-emacs-bug): Delete the condition-case.
1997-10-15 Karl Heuer (imenu-add-to-menubar): If not using
1997-10-15 Karl Heuer (hs-special-modes-alist): Correct alist
1997-10-15 Karl Heuer (mail-bury): Check for value, not just
1997-10-15 Karl Heuer (read_list): Don't recognize Vload_file_name
1997-10-15 Karl Heuer (winner-change-fun): Don't use pushnew.
1997-10-15 Karl Heuer (window_scroll): When scrolling forward and point is
1997-10-15 Oliver Seidel Everything seems to work in Harald Melands Emacs 20.02 and
1997-10-15 Oliver Seidel Attempted to reconcile Harald's changes with mine since 1.15.
1997-10-15 Oliver Seidel Fixed 'file-item' and added 20.02 split-string function.
1997-10-14 Oliver Seidel Added string-split (which I stole from ediff-util), changed
1997-10-13 Andrew Innes Ensure standard handles are reset even if spawnve fails.
1997-10-13 Andrew Innes Pass menu handle by value.
1997-10-13 Eli Zaretskii (decode_mode_spec): Display non-nil title as the frame's
1997-10-13 Eli Zaretskii (set_menu_bar_lines): Make the function external instead
1997-10-13 Eli Zaretskii (shut_down_emacs): Call `dos_cleanup'.
1997-10-13 Eli Zaretskii (mouse_get_pos): Remove reduntant call to `int86'.
1997-10-13 Eli Zaretskii Declare Vdos_windows_version.
1997-10-13 Eli Zaretskii (__tb): Define.
1997-10-13 Eli Zaretskii (x-long-option-alist): New variable.
1997-10-11 Richard M. Stallman (LD_SWITCH_SYSTEM): Use -Wl,-rpath if __ELF__.
1997-10-11 Richard M. Stallman Test __OpenBSD__ along with __NetBSD__.
1997-10-11 Richard M. Stallman (command-line): Don't suppress suffix search.
1997-10-11 Richard M. Stallman (make-help-screen): Make scroll bar work normally.
1997-10-09 Oliver Seidel Harald Meland <harald.meland@usit.uio.no> asked for
1997-10-02 Richard M. Stallman (gettimeofday, one arg or two):
1997-10-02 Karl Heuer (round_up): Make arguments and return type unsigned.
1997-10-02 Karl Heuer (syms_of_print): Fix doc string of print-gensym.
1997-10-02 Karl Heuer Make sure that make-docfile does not see the doc string
1997-10-02 Karl Heuer Repeat the argument list of format-time-string in the
1997-10-02 Karl Heuer (previous-matching-history-element): No need to bind
1997-10-02 Karl Heuer (term-regexp-arg): No need to bind
1997-10-02 Karl Heuer (comint-regexp-arg): No need to bind
1997-10-02 Karl Heuer (ps-print-background-image): Fix customize type.
1997-10-02 Karl Heuer (revert-without-query): Fix customize type.
1997-10-02 Karl Heuer (echo-keystrokes): Fix customize type.
1997-10-02 Karl Heuer (browse-url-netscape-display): Fix customize type.
1997-10-02 Karl Heuer (ange-ftp-name-format): Fix customize type.
1997-10-02 Karl Heuer (elint-check-defcustom-form): New function.
1997-10-01 Richard M. Stallman (lisp-imenu-generic-expression): Allow `/' in names.
1997-10-01 Richard M. Stallman [! HAVE_LIBXMU] (LIBXMU): Define as empty.
1997-10-01 Geoff Voelker addpm.c (env_vars): Fix misplaced % in SHELL entry.
1997-09-30 Paul Eggert automatically generated from GPLed version
1997-09-30 Karl Heuer (finder-mode-map): Bind [mouse-2].
1997-09-30 Karl Heuer (vc-find-cvs-master): Added missing `throw' for
1997-09-30 Karl Heuer (install-arch-indep): install the widget info file.
1997-09-30 Karl Heuer (widget-plist-member): Move from here to src/fns.c;
1997-09-30 Karl Heuer Delete vestigial autoloads.
1997-09-30 Karl Heuer (Qwidget_type): New variable.
1997-09-30 Michael Kifer new version
1997-09-29 Karl Heuer Fix name of include file to match 1996-08-24 renaming.
1997-09-27 Karl Heuer (compilation-mode-font-lock-keywords): Font-lock column numbers.
1997-09-27 Karl Heuer (compilation-mode-map): Use more meaningful menu name.
1997-09-27 Karl Heuer (relinquish): When returning memory to the system,
1997-09-26 Karl Heuer (archive-mode): Use write-contents-hooks.
1997-09-26 Karl Heuer (scheme-mode-map): Remove duplicate menu item.
1997-09-26 Kenichi Handa Require nntp instead of gnus and message.
1997-09-26 Kenichi Handa (nnmh-retrieve-headers): Bind
1997-09-26 Kenichi Handa (nnml-retrieve-headers): Bind
1997-09-26 Kenichi Handa (gnus-show-traditional-method): New variable.
1997-09-26 Kenichi Handa (nntp-coding-system-for-write): New variable.
1997-09-26 Kenichi Handa (gnus-ems-redefine): If the feature `mule' is
1997-09-26 Kenichi Handa (nnfolder-request-list): Bind
1997-09-26 Kenichi Handa (gnus-structured-field-decoder): If the
1997-09-26 Kenichi Handa (nnmail-find-file): Bind
1997-09-25 Kenichi Handa (quail-translation-keymap): Bind right, left, down, and up keys.
1997-09-25 Kenichi Handa (make-coding-system): Cancel the previous change.
1997-09-25 Kenichi Handa (charset-list): Change it to function.
1997-09-25 Kenichi Handa (push_key_description): Delete useless `if' statement.
1997-09-25 Kenichi Handa (find_charset_in_str): Return also charsets in