Mercurial > emacs
graph
-
(Fselect_window): Don't set OW->pointm if OW->buffer is nil.1998-01-09, by Richard M. Stallman
-
(skip_chars): Handle multibyte and unibyte strings1998-01-09, by Richard M. Stallman
-
(STRING_MULTIBYTE): New macro.1998-01-09, by Richard M. Stallman
-
(describe_vector): Unconditionally handle multibyte chars.1998-01-09, by Richard M. Stallman
-
(echo_now): Use message2_nolog, not message1_nolog.1998-01-09, by Richard M. Stallman
-
(set_term_frame_name): Use size_byte.1998-01-09, by Richard M. Stallman
-
(Fdo_auto_save): Save and restore multibyteness of minibuffer.1998-01-09, by Richard M. Stallman
-
(main): Pass new arg to message_dolog.1998-01-09, by Richard M. Stallman
-
Include charset.h.1998-01-09, by Richard M. Stallman
-
(Fsend_string_to_terminal): Use size_byte.1998-01-09, by Richard M. Stallman
-
(Fmultibyte_string_p): New function.1998-01-09, by Richard M. Stallman
-
(code_convert_string): Maybe use make_unibyte_string.1998-01-09, by Richard M. Stallman
-
(internal_self_insert): Simplify handling of c2;1998-01-09, by Richard M. Stallman
-
(multibyte_chars_in_text): New function.1998-01-09, by Richard M. Stallman
-
(Fccl_execute_on_string): Use size_byte.1998-01-09, by Richard M. Stallman
-
(Fmake_category_set): Don't allow multibyte string.1998-01-09, by Richard M. Stallman
-
(casify_object): Scan string by bytes and chars.1998-01-09, by Richard M. Stallman
-
(BASE_PURESIZE): Increased.1998-01-09, by Richard M. Stallman
-
(read_escape): `\ ' stands for nothing at all.1998-01-09, by Richard M. Stallman
-
(count_size_as_multibyte): New function.1998-01-09, by Richard M. Stallman
-
(map_char_table): Unconditionally consider non-ASCII charsets.1998-01-09, by Richard M. Stallman
-
(Fformat): Do all the work directly--don't use doprnt.1998-01-09, by Richard M. Stallman
-
(sref): Defined.1998-01-09, by Richard M. Stallman
-
(dabbrev-ignored-buffer-names): New variable.1998-01-09, by Richard M. Stallman
-
Added some more comments in the commentary.1998-01-08, by Eric M. Ludlam
-
(vc-resynch-window): Behave properly when view-read-only is non-nil.1998-01-07, by André Spiegel
-
Move change log comment block so lm-commentary doesn't lose.1998-01-07, by Dave Love
-
(custom-browse-visibility): Doc fix.1998-01-07, by Andreas Schwab
-
(defgroup): Doc fix.1998-01-07, by Andreas Schwab
-
(pp-to-string): Greatly simplify by letting the1998-01-07, by Andreas Schwab
-
Customized.1998-01-07, by Andreas Schwab
-
(delete-auto-save-files): Say in the doc string that1998-01-07, by Eli Zaretskii
-
(Fcall_process): When deciding whether to encode args,1998-01-05, by Richard M. Stallman
-
(read_process_output): Use insert_1_both.1998-01-05, by Richard M. Stallman
-
(MAKE_LOCK_NAME): Use size_byte.1998-01-05, by Richard M. Stallman
-
(Fbyte_code): Use size_byte.1998-01-05, by Richard M. Stallman
-
(print_string): Now static.1998-01-05, by Richard M. Stallman
-
(Fexpand_abbrev): Pass both kinds of size to oblookup.1998-01-05, by Richard M. Stallman
-
(FETCH_STRING_CHAR_ADVANCE): New macro.1998-01-05, by Richard M. Stallman
-
(search_buffer): Handle bytes vs chars in non-RE case.1998-01-05, by Richard M. Stallman
-
(make_pure_string): New arg length_byte.1998-01-05, by Richard M. Stallman
-
(record_overlay_string): Totalize sizes assuming1998-01-05, by Richard M. Stallman
-
(read_minibuf): Handle bytes vs chars1998-01-05, by Richard M. Stallman
-
(test_completion): Pass both kinds of size to oblookup.1998-01-05, by Richard M. Stallman
-
(display-time-mode): Set the variable display-time-mode.1998-01-05, by Richard M. Stallman
-
(xstring): Use size_byte.1998-01-04, by Richard M. Stallman
-
(resize-minibuffer-mode): Variable customized to1998-01-03, by Richard M. Stallman
-
(redisplay_window): Set pos.bytepos along with pos.bufpos.1998-01-03, by Richard M. Stallman
-
(occur): Pass default to read-from-minibuffer so that1998-01-03, by Richard M. Stallman
-
(file-cache-minibuffer-complete): Accept a prefix arg.1998-01-03, by Richard M. Stallman
-
(minor-mode-overriding-map-alist):1998-01-02, by Richard M. Stallman
-
(current_minor_maps):1998-01-02, by Richard M. Stallman
-
(Fchar_boundary_p): Function deleted.1998-01-02, by Richard M. Stallman
-
(make_gap): Set GPT_BYTE along with GPT.1998-01-02, by Richard M. Stallman
-
(which-func-update): Fix paren error.1998-01-02, by Richard M. Stallman
-
Initial revision1998-01-02, by Richard M. Stallman
-
(current_column_1, Fmove_to_column):1998-01-02, by Richard M. Stallman
-
(Fcompleting_read): Doc fix.1998-01-02, by Richard M. Stallman
-
(struct Lisp_Marker): Rename `bufpos' to `bytepos'.1998-01-02, by Richard M. Stallman
-
(adjust_markers_gap_motion): Now a no-op.1998-01-02, by Richard M. Stallman
-
(internal_equal): For markers, use bytepos instead of bufpos.1998-01-02, by Richard M. Stallman
-
(readchar): Use marker's bytepos instead of bufpos.1998-01-02, by Richard M. Stallman
-
(Fmake_marker): Initialize marker's bytepos and charpos.1998-01-02, by Richard M. Stallman
-
(transpose_markers): Update marker's bytepos.1998-01-02, by Richard M. Stallman
-
(buf_bytepos_to_charpos): Use marker bytepos, not bufpos.1998-01-02, by Richard M. Stallman
-
(customize-changed-options): Doc fix.1998-01-02, by Richard M. Stallman
-
(Fchar_after): Fix previous change.1998-01-02, by Richard M. Stallman
-
(a_write): Fix prototype.1998-01-01, by Richard M. Stallman
-
(struct Lisp_Marker): New field `charpos'.1998-01-01, by Richard M. Stallman
-
(Fgoto_char): When arg is a marker, copy char and byte1998-01-01, by Richard M. Stallman
-
(set_point_both): Renamed from set_point;1998-01-01, by Richard M. Stallman
-
(code_convert_region): Handle bytepos and charpos.1998-01-01, by Richard M. Stallman
-
(move_gap): Use move_gap_both.1998-01-01, by Richard M. Stallman
-
Update copyright year.1998-01-01, by Richard M. Stallman
-
(DECODE_POSITION): New macro.1998-01-01, by Richard M. Stallman
-
(Fcall_interactively) <'d', 'r'>: Use set_marker_both.1998-01-01, by Richard M. Stallman
-
(status_notify): Use byte and char pointers.1998-01-01, by Richard M. Stallman
-
(set_point, temp_set_point): Swap args in decl.1998-01-01, by Richard M. Stallman
-
(PRINTDECLARE): Declare old_point_byte and start_point_byte.1998-01-01, by Richard M. Stallman
-
(readchar_backlog): New variable.1998-01-01, by Richard M. Stallman
-
(scan_newline): Always restore prev value of immediate_quit.1998-01-01, by Richard M. Stallman
-
(scan_sexps_forward): Additional arg FROM_BYTE. Calls changed.1998-01-01, by Richard M. Stallman
-
(looking_at_1): Use bytepos to call re_search_2.1998-01-01, by Richard M. Stallman
-
(SETUP_SYNTAX_TABLE_FOR_OBJECT): Call bytepos_to_charpos.1998-01-01, by Richard M. Stallman
-
(casify_region): Scan in bytes and chars.1998-01-01, by Richard M. Stallman
-
(marker.o): Depend on charset.h.1998-01-01, by Richard M. Stallman
-
(forward_point): Function deleted.1998-01-01, by Richard M. Stallman
-
(struct position): New field bytepos.1998-01-01, by Richard M. Stallman
-
(command_loop_1): Use PT_BYTE when calling FETCH_BYTE.1998-01-01, by Richard M. Stallman
-
(Fmake_indirect_buffer): Use set_marker_both.1998-01-01, by Richard M. Stallman
-
(marker_byte_position): Renamed from marker_position.1998-01-01, by Richard M. Stallman
-
(redisplay_internal): Use scan_newline.1998-01-01, by Richard M. Stallman
-
(unshow_buffer): Set PT with TEMP_SET_PT_BOTH.1998-01-01, by Richard M. Stallman
-
(Fchars_in_string): Update call to CHAR_HEAD_P.1997-12-31, by Richard M. Stallman
-
(Finsert_file_contents): Update call to CHAR_HEAD_P.1997-12-31, by Richard M. Stallman
-
(Fminibuffer_complete_word): Handle bytes vs characters1997-12-31, by Richard M. Stallman
-
(CHAR_HEAD_P): Take char, not pointer, as arg.1997-12-31, by Richard M. Stallman
-
(doprnt1): Call to CHAR_HEAD_P fixed.1997-12-31, by Richard M. Stallman
-
(describe_abbrev): Return void.1997-12-31, by Richard M. Stallman
-
(LIB_MOTIF): Define, if HAVE_LIBINTL.1997-12-31, by Richard M. Stallman
-
(abort): New function.1997-12-30, by Richard M. Stallman
-
(desktop-enable): New variable.1997-12-29, by Richard M. Stallman
-
(Fcall_process): Cast new_argv for child_setup.1997-12-28, by Richard M. Stallman
-
(Fx_rotate_cut_buffers_internal): Doc fix.1997-12-28, by Richard M. Stallman
-
(Fread_command, Fread_variable): Fix previous change.1997-12-27, by Richard M. Stallman
-
(Ftext_properties_at): Doc fix.1997-12-26, by Richard M. Stallman
-
Declare nonascii_insert_offset.1997-12-26, by Richard M. Stallman
-
(undigestify-rmail-message): If in summary, switch to the Rmail buffer.1997-12-26, by Richard M. Stallman
-
(info-lookup-symbol-alist): Handle Emacs Lisp mode.1997-12-26, by Richard M. Stallman
-
(HAVE_STRING_H): Add #undef.1997-12-26, by Richard M. Stallman
-
(Vminor_mode_overriding_map_alist): New variable.1997-12-26, by Richard M. Stallman
-
Some comment, doc and bug fixes.1997-12-25, by Richard M. Stallman
-
Customized.1997-12-25, by Richard M. Stallman
-
(Info-mode): Doc fix.1997-12-22, by Richard M. Stallman
-
(dired-mark-sexp): Skip leading space in defining `uid'.1997-12-22, by Richard M. Stallman
-
(mouse-avoidance-mode): Variable customized to automatically load the package.1997-12-22, by Richard M. Stallman
-
(view-register): Show register type file-query.1997-12-22, by Richard M. Stallman
-
(previous-matching-history-element): Bind1997-12-22, by Richard M. Stallman
-
(browse-url-path-regexp, browse-url-short-regexp,1997-12-22, by Dave Love
-
(apropos-print): Pass t instead of DO-KEYS1997-12-22, by Richard M. Stallman
-
(cc-imenu-objc-function): Use bufsubst-fun as a variable, not as a function.1997-12-22, by Richard M. Stallman
-
Fix mailer-introduced garbling.1997-12-22, by Richard M. Stallman
-
Fix copyright notice.1997-12-22, by Richard M. Stallman
-
Doc fixes. Changed `append' to `nconc'1997-12-22, by Richard M. Stallman
-
(LIBX11_SYSTEM) [HAVE_LIBINTL and MOTIF]: Add -lintl.1997-12-21, by Richard M. Stallman
-
(HAVE_LIBINTL): Add #undef.1997-12-21, by Richard M. Stallman
-
(find-file-noselect): Fix previous change.1997-12-21, by Richard M. Stallman
-
(isearch-mode-map): Don't count above 2561997-12-21, by Richard M. Stallman
-
(message2_nolog): Fix arg types.1997-12-21, by Richard M. Stallman
-
(sys_signal): Undo previous change.1997-12-21, by Richard M. Stallman
-
(jka-compr-insert-file-contents):1997-12-21, by Richard M. Stallman
-
(Fexecute_extended_command):1997-12-21, by Richard M. Stallman
-
(Fgarbage_collect):1997-12-21, by Richard M. Stallman
-
(message2_nolog): New arg MULTIBYTE.1997-12-21, by Richard M. Stallman
-
(Fexecute_extended_command):1997-12-21, by Richard M. Stallman
-
(find-file-noselect): Signal error if file is unreadable.1997-12-21, by Richard M. Stallman
-
(match-string-no-properties): New function.1997-12-21, by Richard M. Stallman
-
(define-mail-alias): Handle backslash-quoting1997-12-21, by Richard M. Stallman
-
(Vsignal_USR1_hook, Vsignal_USR2_hook): New variables.1997-12-21, by Richard M. Stallman
-
(x_display_cursor): Abort if X or Y is out of range.1997-12-21, by Richard M. Stallman
-
Comment changes.1997-12-21, by Richard M. Stallman
-
(Fparse_partial_sexp): Return nil for 9th element1997-12-21, by Richard M. Stallman
-
(mule-keymap): Delete the binding for toggle-enable-multibyte-characters.1997-12-21, by Richard M. Stallman
-
(copy-region-as-kill): Deactivate mark in transient-mark-mode.1997-12-21, by Richard M. Stallman
-
(toggle-enable-multibyte-characters): Doc fix.1997-12-21, by Richard M. Stallman
-
(completion-setup-hook): Add definition.1997-12-21, by Richard M. Stallman
-
(menu-bar-select-yank): Add apropos-inhibit property.1997-12-21, by Richard M. Stallman
-
(apropos, apropos-command): Ignore symbols that have apropos-inhibit property.1997-12-21, by Richard M. Stallman
-
(standard-display-european): Doc fix.1997-12-21, by Richard M. Stallman
-
(Fread_variable): If DEFAULT_VALUE is symbol, use its name.1997-12-21, by Richard M. Stallman
-
(sparc-fujitsu-sysv4*): New target.1997-12-21, by Richard M. Stallman
-
(split-string): Handle empty matches reasonably.1997-12-21, by Richard M. Stallman
-
Comment and whitespace changes.1997-12-21, by Richard M. Stallman
-
(calendar-french-single-byteify): New function.1997-12-21, by Richard M. Stallman
-
(message_dolog): Update PT and ZV properly when at end of1997-12-21, by Richard M. Stallman
-
(read-password): New function.1997-12-21, by Richard M. Stallman
-
(update_one_menu_entry): Add conditional in case XmNpositionIndex is missing.1997-12-20, by Richard M. Stallman
-
(iswitchb-completion-help): Multiple TAB presses1997-12-19, by Karl Heuer
-
Don't call set-terminal-coding-system1997-12-19, by Karl Heuer
-
(Vread_buffer_function): New var.1997-12-19, by Karl Heuer
-
(set-language-info): Doc fix.1997-12-19, by Karl Heuer
-
(widget-choose): Allow scrolling of large lists.1997-12-19, by Karl Heuer
-
(transpose-subr): Rewrite to make faster with big move1997-12-17, by Andreas Schwab
-
Cache more tests. Add missing quotes around1997-12-17, by Andreas Schwab
-
(Man-mode-line-format): Update to include the new format1997-12-17, by Andreas Schwab
-
Add reference to new Calendrical Calculations book.1997-12-16, by Paul Eggert
-
Define indentation in normal dialect for let-syntax,1997-12-13, by Dave Love
-
(browse-url-lynx-emacs): Add sentinel to kill the buffer when lynx1997-12-12, by Dave Love
-
Use imenu-case-fold-search.1997-12-12, by Dave Love
-
(comint-strip-ctrl-m): Don't die if1997-12-11, by Karl Heuer
-
(telnet-filter): Position comint-last-output-start.1997-12-11, by Karl Heuer
-
(sys_signal): Add two casts.1997-12-11, by Karl Heuer
-
(GROW_FAIL_STACK): Fix test for stack size at max.1997-12-11, by Karl Heuer
-
(auto-mode-alist): Add .am as makefile-mode.1997-12-11, by Karl Heuer
-
(ange-ftp-date-regexp): Fix the problem with misparsing1997-12-11, by Paul Eggert
-
(dired-move-to-filename-regexp):1997-12-11, by Paul Eggert
-
Customized.1997-12-10, by Andreas Schwab
-
(GROW_FAIL_STACK): Fix previous change:1997-12-09, by Karl Heuer
-
(TYPICAL_FAILURE_SIZE): Renamed from MAX_FAILURE_ITEMS.1997-12-09, by Karl Heuer
-
(Fcall_process): Don't clobber new_argv[0]1997-12-09, by Karl Heuer
-
(bibtex-generate-autokey): Doc fix.1997-12-09, by Karl Heuer
-
(bibtex-generate-autokey): Doc fix.1997-12-09, by Karl Heuer
-
(custom-add-version): New function.1997-12-09, by Karl Heuer
-
(customize-changed-options): New function.1997-12-09, by Karl Heuer
-
(facemenu-remove-face-props): Renamed from1997-12-09, by Karl Heuer
-
Initial revision1997-12-09, by Kenichi Handa
-
Require 'korea-util.1997-12-09, by Kenichi Handa
-
Title string of the input method1997-12-09, by Kenichi Handa
-
Require 'korea-util. Title string of the input1997-12-09, by Kenichi Handa
-
Title string of the input method1997-12-09, by Kenichi Handa
-
Documentation for "Korean" lang. env. modified.1997-12-09, by Kenichi Handa
-
(Fcall_process): Set Vlast_coding_system_used after1997-12-09, by Kenichi Handa
-
(Fget_unused_iso_final_char): New function.1997-12-09, by Kenichi Handa
-
(setup_coding_system): Do not set1997-12-09, by Kenichi Handa
-
(read_process_output): Fix previous change, i.e, if1997-12-09, by Kenichi Handa
-
(Finsert_file_contents): Set Vlast_coding_system_used1997-12-09, by Kenichi Handa
-
(Fexecute_extended_command): Fix previous change.1997-12-08, by Kenichi Handa
-
(number-to-register): Move point as a side effect.1997-12-08, by Karl Heuer
-
(calendar-day-name): Truncate properly when1997-12-08, by Karl Heuer
-
(read_process_output): Allocate for coding system, if1997-12-08, by Karl Heuer
-
(mail-extr-all-top-level-domains): More domains.1997-12-07, by Karl Heuer
-
(outline-next-preface):1997-12-07, by Karl Heuer
-
(gud-mips-p): Fix regexp so it will match alphaev56-* too.1997-12-07, by Karl Heuer
-
Minor repair of previous change.1997-12-05, by Edward M. Reingold
-
Add fixed date (RD) to menu of other dates.1997-12-05, by Edward M. Reingold
-
Fix bad call to error.1997-12-05, by Edward M. Reingold
-
(Info-insert-dir): Use leading space in buffer name.1997-12-05, by Karl Heuer
-
Deal with `#'s in variable references.1997-12-04, by Simon Marshall
-
Another patch by Michael Cook to fix annotation.1997-12-04, by Oliver Seidel
-
Allow messages retrieved from the POP1997-12-04, by Karl Heuer
-
(frame-configuration-to-register)1997-12-04, by Karl Heuer
-
(ctl-x-map): Add bindings rn and r+1997-12-04, by Karl Heuer
-
(unlock, relock): Don't reference cpp/ directory.1997-12-04, by Karl Heuer
-
(byte-optimize-lapcode): Correctly1997-12-04, by Karl Heuer
-
Customized.1997-12-04, by Karl Heuer
-
(main): Fix the stack-limit code to calculate1997-12-04, by Karl Heuer
-
(custom-unlispify-remove-prefixes): Reference to1997-12-04, by Karl Heuer
-
(global-set-key, local-set-key): Doc fix.1997-12-04, by Karl Heuer
-
(mail-parse-comma-list):1997-12-04, by Karl Heuer
-
(sendmail-send-it): Parse folded1997-12-04, by Karl Heuer
-
Require imenu.1997-12-04, by Karl Heuer
-
(Feval_region): Doc correction (point does not move).1997-12-04, by Karl Heuer
-
(load-with-code-conversion): Doc fix.1997-12-04, by Karl Heuer
-
(debug-on-entry): If definition is a symbol,1997-12-04, by Karl Heuer
-
(debugger-mode-hook): New user variable.1997-12-04, by Karl Heuer
-
(change-log-add-make-room): New function.1997-12-04, by Karl Heuer
-
(inferior-octave-directory-tracker):1997-12-04, by Karl Heuer
-
(mail-extr-voodoo): Allow & between names.1997-12-04, by Richard M. Stallman
-
(rmail-decode-quoted-printable): New function1997-12-04, by Karl Heuer
-
(custom-save-delete, custom-save-all):1997-12-04, by Karl Heuer
-
(custom-variable-prompt): Ensure valid variable name1997-12-04, by Karl Heuer
-
(prolog-mode-variables):1997-12-04, by Karl Heuer
-
(sh-imenu-generic-expression): New variable.1997-12-04, by Karl Heuer
-
(sgml-mode): Set imenu-generic-expression.1997-12-04, by Karl Heuer
-
(french-calendar-special-days-array): New function.1997-12-04, by Karl Heuer
-
Fix comment (avoid spurious "unterminated comment" warning)1997-12-04, by Karl Heuer
-
Comment fix (to avoid "unterminated comment" warning).1997-12-04, by Karl Heuer
-
automatically generated from GPLed version1997-12-04, by Ulrich Drepper
-
New function ispell-comments-and-strings.1997-12-03, by Gerd Moellmann
-
Added category patch by Michael R Cook <mcook@cognex.com>.1997-12-03, by Oliver Seidel
-
(mbx_write) [MAIL_USE_POP]: Disable the code which quotes with a1997-12-03, by Paul Eggert
-
(make-frame-names-alist, select-frame-by-name): New1997-12-01, by Eli Zaretskii
-
(sh-mode): Set `comment-start-skip' always.1997-11-30, by Dave Love
-
(indent-for-comment): Check for null `comment-start-skip'.1997-11-30, by Dave Love
-
1997-11-27 Richard Stallman <rms@sucrose.ai.mit.edu>1997-11-29, by Joel N. Weber II
-
(create_process, deactivate_process, close_process_descs):1997-11-28, by Andreas Schwab
-
(describe_map): Fix decl of arg ELT_DESCRIBER.1997-11-28, by Andreas Schwab
-
(Fsuspend_emacs): Cast init_sys_modes when calling1997-11-28, by Andreas Schwab
-
(reset_sigio): Return void.1997-11-28, by Andreas Schwab
-
(do_autoload): Return void.1997-11-28, by Andreas Schwab
-
(internal_with_output_to_temp_buffer):1997-11-28, by Andreas Schwab
-
(message): Declare a as char *[3].1997-11-28, by Andreas Schwab
-
(malloc_warning, display_malloc_warning): Return void.1997-11-28, by Andreas Schwab
-
(describe_vector): Declaration fixed (delete `.' at the1997-11-27, by Kenichi Handa
-
(record_delete, record_marker_adjustment): Declare them as void.1997-11-27, by Kenichi Handa
-
(record_change, record_first_change,1997-11-27, by Kenichi Handa
-
(invalidate_current_column): Declare it as void.1997-11-27, by Kenichi Handa
-
(report_file_error): Declare it as void.1997-11-27, by Kenichi Handa
-
(unlock_buffer): Declare it as void.1997-11-27, by Kenichi Handa
-
(nsberror, record_buffer, validate_region,1997-11-27, by Kenichi Handa
-
(discard_tty_input, init_baud_rate,1997-11-27, by Kenichi Handa
-
(Fexecute_extended_command): Give Voverriding_local_map as the1997-11-27, by Kenichi Handa
-
(echo_now, record_auto_save, cmd_error_internal,1997-11-27, by Kenichi Handa
-
(x_make_frame_visible): Give dummy arg to1997-11-27, by Kenichi Handa
-
(redisplay_preserve_echo_area): Declare it as void.1997-11-27, by Kenichi Handa
-
(strwidth): Remove extra argument to buffer_display_table.1997-11-27, by Kenichi Handa
-
Changed the comment about `umask 0' to say `Don't restrict access to any1997-11-26, by Joel N. Weber II
-
Describe diary-float function.1997-11-26, by Edward M. Reingold
-
(bibtex-maintainer-address, bibtex-submit-bug-report):1997-11-26, by Richard M. Stallman
-
Only use syntactic keywords if non-nil.1997-11-26, by Simon Marshall
-
Just a header comment fix.1997-11-26, by Simon Marshall
-
automatically generated from GPLed version1997-11-26, by Ulrich Drepper
-
Describe diary-remind and diary-date.1997-11-25, by Edward M. Reingold
-
(diary-mail-days): Fix previous change.1997-11-25, by Richard M. Stallman
-
(mode-line-format): Include which-func-mode item.1997-11-25, by Richard M. Stallman
-
(SPLIT_STRING): Remove extra argument to1997-11-25, by Andreas Schwab
-
Add prototypes.1997-11-25, by Andreas Schwab
-
(Fx_disown_selection_internal): Fix type of EVENT.1997-11-25, by Andreas Schwab
-
Add prototypes.1997-11-25, by Andreas Schwab
-
Add prototypes.1997-11-25, by Andreas Schwab
-
Include "intervals.h" for prototypes.1997-11-25, by Andreas Schwab
-
(free_fontset_data): Don't free null pointer.1997-11-25, by Richard M. Stallman
-
(diary-mail-addr, diary-mail-days): New variables.1997-11-25, by Richard M. Stallman
-
Update author email address.1997-11-25, by Richard M. Stallman
-
new version1997-11-25, by Michael Kifer
-
Fixed duplicate KEYs in menu-bar-describe-menu.1997-11-24, by Simon Marshall
-
(AC_CHECK_FUNCS): Add strftime.1997-11-24, by Paul Eggert
-
($(BLD)\strftime.obj): No need to compile with -Dstrftime=emacs_strftime.1997-11-24, by Paul Eggert
-
(strftime.o):1997-11-24, by Paul Eggert
-
(emacs_strftime): New decl.1997-11-24, by Paul Eggert
-
(HAVE_STRFTIME): New undef.1997-11-24, by Paul Eggert
-
(menu-bar-help-menu): Reorganize into more submenus.1997-11-24, by Richard M. Stallman
-
(apropos-variable): New command.1997-11-24, by Richard M. Stallman
-
(scheme-mode-variables): Bind normal-auto-fill-function.1997-11-24, by Richard M. Stallman
-
(lisp-mode-auto-fill): New function.1997-11-24, by Richard M. Stallman
-
Comment fix.1997-11-23, by Karl Heuer
-
Some comment and doc fixes.1997-11-23, by Karl Heuer
-
(back_comment): Handle 2-char comment starts1997-11-23, by Karl Heuer
-
(b2m): Define VERSION. Link with $(GETOPTOBJS).1997-11-23, by Karl Heuer
-
Include getopt.h.1997-11-23, by Karl Heuer
-
(ange-ftp-generate-passwd-key):1997-11-23, by Karl Heuer
-
(perl-mode): Delete autoload cookie.1997-11-23, by Karl Heuer
-
(auto-mode-alist): Add more extensions for perl-mode.1997-11-23, by Karl Heuer
-
(window-configuration-to-register):1997-11-23, by Karl Heuer
-
Initial revision1997-11-23, by Karl Heuer
-
Comment change.1997-11-23, by Richard M. Stallman
-
Initial revision1997-11-23, by Richard M. Stallman
-
Doc fixes and extra customization.1997-11-21, by Dave Love
-
(copy_keymap_1): Fix return type.1997-11-21, by Andreas Schwab
-
Add prototypes and more function declarations.1997-11-21, by Andreas Schwab
-
(traverse_intervals): Protoize parameter.1997-11-21, by Andreas Schwab
-
Protoize function declarations.1997-11-21, by Andreas Schwab
-
Protoize functions declarations.1997-11-21, by Andreas Schwab
-
* fns.c (map_char_table): Protoize parameter.1997-11-21, by Andreas Schwab
-
(close_file_unwind): Fix return type and return nil.1997-11-21, by Andreas Schwab
-
(record_unwind_protect): Protoize parameter.1997-11-21, by Andreas Schwab
-
(Fchar_to_string): Declare `workbuf' as unsigned char.1997-11-21, by Andreas Schwab
-
(doprnt1): Declare `charbuf' as unsigned char.1997-11-21, by Andreas Schwab
-
Add prototypes. Remove declaration of obsolete1997-11-21, by Andreas Schwab
-
Add more prototypes and function declarations.1997-11-21, by Andreas Schwab
-
(setup_ccl_program): Define as returning nothing.1997-11-21, by Andreas Schwab
-
Add declaration of setup_ccl_program and ccl_driver.1997-11-21, by Andreas Schwab
-
Add declaration of word_boundary_p.1997-11-21, by Andreas Schwab
-
Add more protypes and function declarations.1997-11-21, by Andreas Schwab
-
(printchar): Declare `work' as unsigned char.1997-11-21, by Andreas Schwab
-
(read_minibuf_unwind): Fix return type and return nil.1997-11-21, by Andreas Schwab
-
(unchain_marker): Define as returning nothing.1997-11-21, by Andreas Schwab
-
Declare finalize_kbd_macro_chars and1997-11-21, by Andreas Schwab
-
(store_kbd_macro_char): Define as returning nothing.1997-11-21, by Andreas Schwab
-
(read1): Declare `workbuf' as unsigned char.1997-11-21, by Andreas Schwab
-
Add more prototypes and declarations. Forward declare1997-11-21, by Andreas Schwab
-
(gud-sentinel): Set mode-line-process in the process1997-11-21, by Andreas Schwab
-
(set-input-method): Renamed from select-input-method.1997-11-20, by Karl Heuer
-
Comment fix.1997-11-20, by Karl Heuer
-
(init_system_name): Don't use sysinfo.1997-11-20, by Karl Heuer
-
(skip_chars): Check type of `string' before using it.1997-11-20, by Karl Heuer
-
(write-file): Make buffer writable if the new file is.1997-11-20, by Karl Heuer
-
(describe-variable): Don't use symbol-name if v isn't symbol.1997-11-20, by Karl Heuer
-
(LIBS_SYSTEM): Define this.1997-11-20, by Karl Heuer
-
Treat DGUX the same as USG.1997-11-20, by Karl Heuer
-
(i586-dg-dguxR4.*): New name in case branch.1997-11-20, by Karl Heuer
-
(help-with-tutorial-alist): New variable.1997-11-20, by Karl Heuer
-
(mail-extract-address-components):1997-11-20, by Karl Heuer
-
Configure the man subdirectory.1997-11-20, by Eli Zaretskii
-
Initial revision1997-11-20, by Eli Zaretskii
-
(man): New target to build the manual.1997-11-20, by Eli Zaretskii
-
(set-frame-name): New function.1997-11-20, by Eli Zaretskii
-
(frame_name_fnn_p, set_term_frame_name): New functions.1997-11-20, by Eli Zaretskii
-
(kill-region): Detect read-only text1997-11-19, by Karl Heuer
-
(print-region-1): When running pr, use -h always.1997-11-19, by Karl Heuer
-
(fortran-imenu-generic-expression): Match1997-11-18, by Dave Love
-
automatically generated from GPLed version1997-11-18, by Ulrich Drepper
-
(isearch-yank-string): New helper function.1997-11-18, by Karl Heuer
-
Improve previous change.1997-11-18, by Karl Heuer
-
(rmail-convert-to-babyl-format): If the1997-11-18, by Karl Heuer
-
(ange-ftp-date-regexp):1997-11-17, by Paul Eggert
-
(dired-move-to-filename-regexp):1997-11-17, by Paul Eggert
-
(Fexecute_extended_command): Fix message wording.1997-11-17, by Karl Heuer
-
(list-diary-entries, list-sexp-diary-entries, add-to-diary-list):1997-11-17, by Karl Heuer
-
(list-islamic-diary-entries): Add the diary entry1997-11-17, by Karl Heuer
-
(list-hebrew-diary-entries): Add the diary entry1997-11-17, by Karl Heuer
-
(Man-init-defvars, Man-build-man-command):1997-11-17, by Karl Heuer
-
(comment-padding): New var.1997-11-15, by Karl Heuer
-
(finder-find-library): Re-instate (with a different1997-11-15, by Karl Heuer
-
(fill-individual-paragraphs): Don't get1997-11-15, by Karl Heuer
-
(custom-face-save): Save the face.1997-11-15, by Karl Heuer
-
(rmail-summary-window-size): Allow integer values.1997-11-15, by Karl Heuer
-
Use set-input-mode to make Latin-1 chars work.1997-11-15, by Karl Heuer
-
(minibuffer_scroll_overlap): New variable.1997-11-15, by Karl Heuer
-
(display_text_line): Make decision about which windows1997-11-15, by Karl Heuer
-
(ASCII_BYTE_P): New macro.1997-11-15, by Karl Heuer
-
(position_indentation): Detect non-breaking space,1997-11-15, by Karl Heuer
-
(x_handle_selection_request): Use xfree, not free.1997-11-15, by Karl Heuer
-
(tar-mode-map): Fix function name in menu entry.1997-11-13, by Andreas Schwab
-
automatically generated from GPLed version1997-11-13, by Ulrich Drepper
-
automatically generated from GPLed version1997-11-12, by Ulrich Drepper
-
(inferior-octave-startup-args):1997-11-11, by Karl Heuer
-
(help-for-help): Update text for `m'.1997-11-11, by Karl Heuer
-
(imenu-default-create-index-function):1997-11-11, by Karl Heuer
-
(perform-replace): In Transient Mark mode, if1997-11-11, by Karl Heuer
-
New category ` '.1997-11-11, by Karl Heuer
-
(wordstar-mode): Run wordstar-mode-hook.1997-11-11, by Karl Heuer
-
(french-calendar-day-name-array):1997-11-11, by Karl Heuer
-
(query-replace-highlight): Change default to t.1997-11-11, by Karl Heuer
-
(describe-function): Handle the arglist of a macro.1997-11-11, by Karl Heuer
-
(mail-extr-voodoo): Comment out &-substitution.1997-11-11, by Karl Heuer
-
(finder-exit): Simplify.1997-11-10, by Karl Heuer
-
Support for Japanese display on DOS/V systems.1997-11-10, by Eli Zaretskii
-
(archive-zoo-summarize): Properly handle the case of1997-11-10, by Andreas Schwab
-
Don't ask questions when replacing README.1997-11-08, by Karl Heuer
-
(gnus-mule-initialize): Do not set1997-11-08, by Kenichi Handa
-
(nntp-coding-system-for-read): Set default value to1997-11-08, by Kenichi Handa
-
(gnus-read-descriptions-file): Decode1997-11-08, by Kenichi Handa
-
(fill-region-as-paragraph): Fix bug of1997-11-08, by Kenichi Handa
-
(ccl-encode-koi8-font): Fix bug of CCL1997-11-08, by Kenichi Handa
-
Add "Upper Sorbian" and "Lower Sorbian" in1997-11-08, by Kenichi Handa
-
(set-language-environment): Run1997-11-08, by Kenichi Handa
-
(Fcall_process): GCPRO infile, buffer, and1997-11-08, by Kenichi Handa
-
(Fsref): If IDX points an 8-bit code which is not part1997-11-08, by Kenichi Handa
-
(find_charset_in_str): Handle the case that STR1997-11-08, by Kenichi Handa
-
(setup_coding_system): Initialize common_flags member1997-11-08, by Kenichi Handa
-
(struct coding_system): Add member common_flags, delete1997-11-08, by Kenichi Handa
-
(create_process): Encode arguments for the process.1997-11-08, by Kenichi Handa
-
(Finsert_file_contents): Use new macros defined in1997-11-08, by Kenichi Handa
-
(encode_terminal_code): Use new macros defined in1997-11-08, by Kenichi Handa
-
(ange-ftp-date-regexp): Handle Japanese-format dates.1997-11-07, by Paul Eggert
-
(dired-move-to-filename-regexp): Handle Japanese-format dates.1997-11-07, by Paul Eggert
-
(AC_CHECK_LIB): Add -lintl.1997-11-07, by Paul Eggert
-
(build-mail-abbrevs): Use initial space in1997-11-07, by Karl Heuer
-
(rename-uniquely): Simplify.1997-11-07, by Karl Heuer
-
(check for .elc files): Avoid bash-specific syntax.1997-11-07, by Karl Heuer
-
(cal-tex-cursor-week-iso): Delete spurious %.1997-11-07, by Karl Heuer
-
(calendar-chinese-date-string): Fix month name.1997-11-07, by Karl Heuer
-
(install): Move blessmail last.1997-11-07, by Karl Heuer
-
Fix typo.1997-11-07, by Karl Heuer
-
automatically generated from GPLed version1997-11-06, by Ulrich Drepper
-
automatically generated from GPLed version1997-11-04, by Ulrich Drepper
-
(byte-optimize-concat): New function.1997-11-03, by Karl Heuer
-
(ethiopic-calendar-epoch): Correct to 8 CE.1997-11-03, by Karl Heuer
-
(apropos-command): Doc fix.1997-11-03, by Karl Heuer
-
(fortran-imenu-generic-expression): Doc fix.1997-11-03, by Karl Heuer
-
new version1997-11-01, by Michael Kifer
-
(fortran-imenu-generic-expression): New variable.1997-10-31, by Dave Love
-
(fullwrite): Get rid of an extra call to write. Problem1997-10-31, by Karl Heuer
-
(tex-validate-region): Really check1997-10-31, by Karl Heuer
-
(init_system_name): If gethostname gives a proper1997-10-31, by Karl Heuer
-
(DBL_MIN_REPLACEMENT): New macro.1997-10-29, by Paul Eggert
-
(DBL_MIN): Use workaround if DBL_MIN_REPLACEMENT is defined.1997-10-29, by Paul Eggert
-
Three insertion options:1997-10-28, by Oliver Seidel
-
Improved documentation, fixed insertion with prefix.1997-10-28, by Oliver Seidel
-
Implemented "insert-under-cursor" as suggested by1997-10-28, by Oliver Seidel
-
Incorporated simplifying suggestions from1997-10-28, by Oliver Seidel
-
Patch from Paul Stodghill <stodghil@CS.Cornell.EDU>:1997-10-28, by Oliver Seidel
-
Improvements sent in by Dave Love <d.love@dl.ac.uk>:1997-10-28, by Oliver Seidel
-
Harald Backer <harald.backer@fou.telenor.no> sent the following:1997-10-28, by Oliver Seidel
-
Added fix from Frank Ridderbusch <ridderbusch.pad@sni.de>,1997-10-28, by Oliver Seidel
-
In deferral, check saved buffers to make sure they exist and have lazy-lock on.1997-10-28, by Simon Marshall
-
Allow any number of ::foos in declarative items.1997-10-28, by Simon Marshall
-
(copy_category_table): Copy also the first extra slot1997-10-27, by Kenichi Handa
-
(Fchars_in_string): Pay attention to1997-10-27, by Kenichi Handa
-
(compilation-error-regexp-alist):1997-10-27, by Karl Heuer
-
(Fkill_buffer): Don't assume buffer is current.1997-10-27, by Karl Heuer
-
Entry for Ethiopic corrected.1997-10-27, by Kenichi Handa
-
(find-function, find-function-other-window, find-function-other-frame,1997-10-25, by Dave Love
-
Initial revision1997-10-25, by Dave Love
-
(XTread_socket): Check for bogus (0,0) location.1997-10-25, by Karl Heuer
-
(octave-auto-indent): New variable.1997-10-24, by Karl Heuer
-
(XTmouse_position): Handle INSIST < 0.1997-10-24, by Karl Heuer
-
(w32_mouse_position): Handle INSIST < 0.1997-10-24, by Karl Heuer
-
(Fmouse_pixel_position, Fmouse_position):1997-10-24, by Karl Heuer
-
The menu now used toggle and radio for some items.1997-10-24, by Karl Heuer
-
(locate-library): Comment out the code that searches1997-10-24, by Karl Heuer
-
(outline-font-lock-keywords): Highlight the1997-10-24, by Karl Heuer
-
(hook): Use `widget-group-match' instead of1997-10-24, by Karl Heuer
-
Added three suggestions from Carsten1997-10-24, by Oliver Seidel
-
Paul Stodghill <stodghil@CS.Cornell.EDU> writes:1997-10-24, by Oliver Seidel
-
Rafael Laboissiere <rafael@icp.inpg.fr> writes:1997-10-24, by Oliver Seidel
-
(list-input-methods): Improve the1997-10-24, by Kenichi Handa
-
(quail-translation-keymap): KP_Enter key1997-10-24, by Kenichi Handa
-
Indicate in messages if source code is being loaded.1997-10-23, by Simon Marshall
-
Doc fixes.1997-10-23, by Dave Love
-
The title string of input method "Ethiopic"1997-10-23, by Kenichi Handa
-
(set-default-coding-systems):1997-10-23, by Kenichi Handa
-
Give proper SAFE_CHARSET argument in1997-10-23, by Kenichi Handa
-
(list-input-methods): Handle the case1997-10-23, by Kenichi Handa
-
(find-safe-coding-system): New function.1997-10-23, by Kenichi Handa
-
(load-with-code-conversion): Update1997-10-23, by Kenichi Handa
-
(quail-require-guidance-buf): Adjusted1997-10-23, by Kenichi Handa
-
Give proper SAFE-CHARSET argument in each1997-10-23, by Kenichi Handa
-
Give proper SAFE-CHARSET argument in each1997-10-23, by Kenichi Handa
-
Give proper SAFE-CHARSET argument in each1997-10-23, by Kenichi Handa
-
Give proper SAFE-CHARSET argument in each call1997-10-23, by Kenichi Handa
-
Give proper SAFE-CHARSET argument in1997-10-23, by Kenichi Handa
-
(Man-getpage-in-background): Bind inhibit-eol-conversion1997-10-23, by Kenichi Handa
-
(term-exec-1): Bind inhibit-eol-conversion to t before1997-10-23, by Kenichi Handa
-
(char_valid_p): New function1997-10-23, by Kenichi Handa
-
(CHAR_VALID_P): Renamed from VALID_CHAR_P, new1997-10-23, by Kenichi Handa
-
(encode_designation_at_bol): Fix bug of finding graphic1997-10-23, by Kenichi Handa
-
(struct iso2022_spec): New member1997-10-23, by Kenichi Handa
-
(map_char_table): Do not operate on invalid characters.1997-10-23, by Kenichi Handa
-
(c-initialize-builtin-style):1997-10-23, by Karl Heuer
-
(c-submit-bug-report): Remove1997-10-23, by Karl Heuer
-
Patches to Imenu support given by1997-10-23, by Karl Heuer
-
(c-progress-interval): Document new semantics1997-10-23, by Karl Heuer
-
(c-progress-init, c-progress-fini):1997-10-23, by Karl Heuer
-
(c-guess-basic-syntax):1997-10-23, by Karl Heuer
-
Remove version number.1997-10-23, by Karl Heuer
-
Update version number.1997-10-23, by Karl Heuer
-
(c-end-of-statement-1):1997-10-23, by Karl Heuer
-
Define `/' in c-mode-base-map since all modes now support1997-10-23, by Karl Heuer
-
(c-beginning-of-statement):1997-10-23, by Karl Heuer
-
(c-initialize-builtin-style):1997-10-23, by Karl Heuer
-
(objc-mode): Bind imenu-create-index-function1997-10-23, by Karl Heuer
-
(cc-imenu-c-prototype-macro-regexp): New var.1997-10-23, by Karl Heuer
-
(locate-library): Bind jka-compr-inhibit to t.1997-10-23, by Karl Heuer
-
(jka-compr-inhibit): New variable.1997-10-23, by Karl Heuer
-
(unlock_all_files): Don't call unlock_file;1997-10-23, by Karl Heuer
-
(redisplay_window): If clip_changed, always run1997-10-23, by Karl Heuer
-
(set-scroll-bar-mode): Take just one arg.1997-10-23, by Karl Heuer
-
(tpu-arrange-rectangle): Use FORCE arg of move-to-column.1997-10-23, by Karl Heuer
-
picture.el no longer required.1997-10-23, by Karl Heuer
-
(basic-faces): New group. Put the standard faces in it.1997-10-23, by Karl Heuer
-
Fix another instance of mode line format.1997-10-23, by Karl Heuer
-
(mouse-drag-vertical-line): Handle left-side scroll bars.1997-10-23, by Karl Heuer
-
(DBL_DIG): Remove; the default value is now set in print.c.1997-10-23, by Paul Eggert
-
No need to include <float.h> before "lisp.h",1997-10-23, by Paul Eggert
-
(_MAXLDBL, _NMAXLDBL):1997-10-23, by Paul Eggert
-
Set chinese-big5 for newsgroup "tw".1997-10-22, by Kenichi Handa
-
(gnus-show-traditional-method): Call1997-10-22, by Kenichi Handa
-
(gnus-ems-redefine): Require `gnus-mule' only1997-10-22, by Kenichi Handa
-
(gnus-structured-field-decoder): Pay attention1997-10-22, by Kenichi Handa
-
(read-multilingual-string): Use1997-10-21, by Kenichi Handa
-
Change the way of making coding1997-10-21, by Kenichi Handa
-
(describe-coding-system): Print1997-10-21, by Kenichi Handa
-
(coding-system-base): Moved to1997-10-21, by Kenichi Handa
-
The summary of the following changes:1997-10-21, by Kenichi Handa
-
(devanagari-compose-from-is13194-region):1997-10-21, by Kenichi Handa
-
Use coding-system-put to set coding1997-10-21, by Kenichi Handa
-
Use coding-system-put to set coding system1997-10-21, by Kenichi Handa
-
Use coding-system-put to set coding system1997-10-21, by Kenichi Handa
-
(tibetan-post-read-conversion): Return1997-10-21, by Kenichi Handa
-
(xselect.o): Depend on buffer.h.1997-10-21, by Kenichi Handa
-
(Qcoding_system_spec): Deleted.1997-10-21, by Kenichi Handa
-
Include buffer.h.1997-10-21, by Kenichi Handa
-
Elements of kill-emacs-query-functions return nil, not non-nil,1997-10-21, by Karl Heuer
-
Using cl macros push, pop, when, unless throughout1997-10-21, by Karl Heuer
-
Add autoloads for `8859-1-map'.1997-10-21, by Karl Heuer
-
(custom-group-value-create): Use1997-10-21, by Karl Heuer
-
(LD_SWITCH_MACHINE_TEMACS): New macro (defaults empty).1997-10-21, by Karl Heuer
-
(LD_SWITCH_MACHINE): Conditionalize this1997-10-21, by Karl Heuer
-
Customize.1997-10-21, by Karl Heuer
-
(mail-do-fcc): Handle dont-write-the-file1997-10-20, by Karl Heuer
-
(file-name-non-special): For insert-directory operation,1997-10-19, by Karl Heuer
-
(file-name-non-special): If "/:" is the entire file1997-10-19, by Karl Heuer
-
(basic-save-buffer): Set buffer-file-coding-system to1997-10-19, by Karl Heuer
-
(describe-font): Fix prompt.1997-10-19, by Karl Heuer
-
(describe-language-environment): Fix prompt.1997-10-19, by Karl Heuer
-
(syms_of_window): Doc fix.1997-10-19, by Karl Heuer
-
(ispell-change-dictionary): Fix error message.1997-10-19, by Karl Heuer
-
Thanks to Harald Backer <harald.backer@fou.telenor.no>, we now have1997-10-17, by Oliver Seidel
-
(format-deannotate-region): In case of unmatched tags,1997-10-16, by Karl Heuer
-
(winner-pending-undo-ring): Defvar before first use.1997-10-16, by Karl Heuer
-
Initial revision1997-10-16, by Karl Heuer
-
Jari Aalto <jari.aalto@ntc.nokia.com> writes:1997-10-16, by Oliver Seidel
-
Removed changelog comment section.1997-10-16, by Karl Heuer
-
(nroff): Moved from `editing' to `wp'.1997-10-16, by Karl Heuer
-
(rmail-summary-rmail-update): When looking for1997-10-16, by Karl Heuer
-
(init_buffer): Don't add /: to default dir if it's `/'.1997-10-16, by Karl Heuer
-
(dired-move-to-filename-regexp):1997-10-16, by Karl Heuer
-
(edebug-eval-mode): Nicer mode-name value.1997-10-16, by Karl Heuer
-
(function-called-at-point): Always use Emacs Lisp syntax tab.1997-10-16, by Karl Heuer
-
(Faccessible_keymaps): Avoid alloca for fixed-size array.1997-10-16, by Karl Heuer
-
(read_minibuf): Return DEFALT here, if minibuffer is empty.1997-10-16, by Karl Heuer
-
(Fexpand_file_name): Avoid treating // specially1997-10-16, by Karl Heuer
-
(variable-link): New widget.1997-10-16, by Karl Heuer
-
Some changes in comments and documentation.1997-10-16, by Karl Heuer
-
(L_getit): Always make named tags so that Emacs1997-10-16, by Karl Heuer
-
(Fwhere_is_internal): some minor mode bindings weren't1997-10-16, by Karl Heuer
-
(describe-variable): Pass default value to completing-read.1997-10-16, by Karl Heuer
-
(narrow-to-page): Check whether forward-page1997-10-16, by Karl Heuer
-
(scheme-let-indent): New arg NORMAL-INDENT.1997-10-16, by Karl Heuer
-
(replace_buffer_in_all_windows):1997-10-16, by Karl Heuer
-
(uniquify-buffer-name-style): Add :require.1997-10-16, by Karl Heuer
-
(widget-button-click): Move point to where clicked.1997-10-15, by Karl Heuer
-
(auto-save-list-file-prefix): Fix custom type.1997-10-15, by Karl Heuer
-
(outline-back-to-heading): New arg INVISIBLE-OK.1997-10-15, by Karl Heuer
-
(toggle-scroll-bar): Call prefix-numeric-value.1997-10-15, by Karl Heuer
-
(help-mode-maybe): New function, on temp-buffer-show-hook.1997-10-15, by Karl Heuer
-
(compilation-forget-errors):1997-10-15, by Karl Heuer
-
(smtpmail-send-it): Don't use time-stamp-strftime.1997-10-15, by Karl Heuer
-
(gc_sweep): Free memory blocks that contain only unused1997-10-15, by Karl Heuer
-
(isearch-printing-char): Change S-SPC to SPC.1997-10-15, by Karl Heuer
-
(Fstring_to_number): Handle NEGATIVE for floats too.1997-10-15, by Karl Heuer
-
(end-of-visible-line): After skipping some invisible chars.1997-10-15, by Karl Heuer
-
(rmail): Avoid showing message twice.1997-10-15, by Karl Heuer
-
(report-emacs-bug): Delete the condition-case.1997-10-15, by Karl Heuer
-
(imenu-add-to-menubar): If not using1997-10-15, by Karl Heuer
-
(hs-special-modes-alist): Correct alist1997-10-15, by Karl Heuer
-
(mail-bury): Check for value, not just1997-10-15, by Karl Heuer
-
(read_list): Don't recognize Vload_file_name1997-10-15, by Karl Heuer
-
(winner-change-fun): Don't use pushnew.1997-10-15, by Karl Heuer
-
(window_scroll): When scrolling forward and point is1997-10-15, by Karl Heuer
-
Everything seems to work in Harald Melands Emacs 20.02 and1997-10-15, by Oliver Seidel
-
Attempted to reconcile Harald's changes with mine since 1.15.1997-10-15, by Oliver Seidel
-
Fixed 'file-item' and added 20.02 split-string function.1997-10-15, by Oliver Seidel
-
Added string-split (which I stole from ediff-util), changed1997-10-14, by Oliver Seidel
-
Ensure standard handles are reset even if spawnve fails.1997-10-13, by Andrew Innes
-
Pass menu handle by value.1997-10-13, by Andrew Innes
-
(decode_mode_spec): Display non-nil title as the frame's1997-10-13, by Eli Zaretskii
-
(set_menu_bar_lines): Make the function external instead1997-10-13, by Eli Zaretskii
-
(shut_down_emacs): Call `dos_cleanup'.1997-10-13, by Eli Zaretskii
-
(mouse_get_pos): Remove reduntant call to `int86'.1997-10-13, by Eli Zaretskii
-
Declare Vdos_windows_version.1997-10-13, by Eli Zaretskii
-
(__tb): Define.1997-10-13, by Eli Zaretskii
-
(x-long-option-alist): New variable.1997-10-13, by Eli Zaretskii
-
(LD_SWITCH_SYSTEM): Use -Wl,-rpath if __ELF__.1997-10-11, by Richard M. Stallman
-
Test __OpenBSD__ along with __NetBSD__.1997-10-11, by Richard M. Stallman
-
(command-line): Don't suppress suffix search.1997-10-11, by Richard M. Stallman
-
(make-help-screen): Make scroll bar work normally.1997-10-11, by Richard M. Stallman
-
Harald Meland <harald.meland@usit.uio.no> asked for1997-10-09, by Oliver Seidel
-
(gettimeofday, one arg or two):1997-10-02, by Richard M. Stallman
-
(round_up): Make arguments and return type unsigned.1997-10-02, by Karl Heuer
-
(syms_of_print): Fix doc string of print-gensym.1997-10-02, by Karl Heuer
-
Make sure that make-docfile does not see the doc string1997-10-02, by Karl Heuer
-
Repeat the argument list of format-time-string in the1997-10-02, by Karl Heuer
-
(previous-matching-history-element): No need to bind1997-10-02, by Karl Heuer
-
(term-regexp-arg): No need to bind1997-10-02, by Karl Heuer
-
(comint-regexp-arg): No need to bind1997-10-02, by Karl Heuer
-
(ps-print-background-image): Fix customize type.1997-10-02, by Karl Heuer
-
(revert-without-query): Fix customize type.1997-10-02, by Karl Heuer
-
(echo-keystrokes): Fix customize type.1997-10-02, by Karl Heuer
-
(browse-url-netscape-display): Fix customize type.1997-10-02, by Karl Heuer
-
(ange-ftp-name-format): Fix customize type.1997-10-02, by Karl Heuer
-
(elint-check-defcustom-form): New function.1997-10-02, by Karl Heuer
-
(lisp-imenu-generic-expression): Allow `/' in names.1997-10-01, by Richard M. Stallman
-
[! HAVE_LIBXMU] (LIBXMU): Define as empty.1997-10-01, by Richard M. Stallman
-
addpm.c (env_vars): Fix misplaced % in SHELL entry.1997-10-01, by Geoff Voelker
-
automatically generated from GPLed version1997-09-30, by Paul Eggert
-
(finder-mode-map): Bind [mouse-2].1997-09-30, by Karl Heuer
-
(vc-find-cvs-master): Added missing `throw' for1997-09-30, by Karl Heuer
-
(install-arch-indep): install the widget info file.1997-09-30, by Karl Heuer
-
(widget-plist-member): Move from here to src/fns.c;1997-09-30, by Karl Heuer
-
Delete vestigial autoloads.1997-09-30, by Karl Heuer
-
(Qwidget_type): New variable.1997-09-30, by Karl Heuer
-
new version1997-09-30, by Michael Kifer
-
Fix name of include file to match 1996-08-24 renaming.1997-09-29, by Karl Heuer
-
(compilation-mode-font-lock-keywords): Font-lock column numbers.1997-09-27, by Karl Heuer
-
(compilation-mode-map): Use more meaningful menu name.1997-09-27, by Karl Heuer
-
(relinquish): When returning memory to the system,1997-09-27, by Karl Heuer
-
(archive-mode): Use write-contents-hooks.1997-09-26, by Karl Heuer
-
(scheme-mode-map): Remove duplicate menu item.1997-09-26, by Karl Heuer
-
Require nntp instead of gnus and message.1997-09-26, by Kenichi Handa
-
(nnmh-retrieve-headers): Bind1997-09-26, by Kenichi Handa
-
(nnml-retrieve-headers): Bind1997-09-26, by Kenichi Handa
-
(gnus-show-traditional-method): New variable.1997-09-26, by Kenichi Handa
-
(nntp-coding-system-for-write): New variable.1997-09-26, by Kenichi Handa
-
(gnus-ems-redefine): If the feature `mule' is1997-09-26, by Kenichi Handa
-
(nnfolder-request-list): Bind1997-09-26, by Kenichi Handa
-
(gnus-structured-field-decoder): If the1997-09-26, by Kenichi Handa
-
(nnmail-find-file): Bind1997-09-26, by Kenichi Handa
-
(quail-translation-keymap): Bind right, left, down, and up keys.1997-09-25, by Kenichi Handa
-
(make-coding-system): Cancel the previous change.1997-09-25, by Kenichi Handa
-
(charset-list): Change it to function.1997-09-25, by Kenichi Handa
-
(push_key_description): Delete useless `if' statement.1997-09-25, by Kenichi Handa
-
(find_charset_in_str): Return also charsets in1997-09-25, by Kenichi Handa
-
(shadows-compare-text-p): Add.1997-09-25, by Karl Heuer
-
(displaying-byte-compile-warnings): Show1997-09-25, by Karl Heuer
-
(save-place-to-alist): Optimize out the degenerate1997-09-25, by Karl Heuer
-
(save-place-version-control): Make nil the default.1997-09-25, by Richard M. Stallman
-
Use system header files instead of declaring C-library1997-09-25, by Karl Heuer
-
(mode-line-format): Doc fix.1997-09-25, by Karl Heuer
-
(term-if-emacs19): Recognize version 20.1997-09-24, by Karl Heuer
-
(cal-tex-mouse-filofax-daily): New function.1997-09-24, by Karl Heuer
-
(calendar-mode-map): Bind it to key.1997-09-24, by Karl Heuer
-
(cal-tex-cursor-filofax-daily): New function.1997-09-24, by Karl Heuer
-
(calendar-mayan-days-before-absolute-zero): Change1997-09-24, by Karl Heuer
-
(with-pop, with-kerberos): Need to check Kerberos1997-09-24, by Karl Heuer
-
(file-name-buffer-file-type-alist): Remove the files with ".dos" extension1997-09-24, by Eli Zaretskii
-
*** empty log message ***1997-09-24, by Lars Magne Ingebrigtsen
-
Merge changes mistakenly made to `Makefile'.1997-09-23, by Paul Eggert
-
(child_setup) [WINDOWSNT]: Change directory of1997-09-23, by Geoff Voelker
-
Add tailing newline.1997-09-22, by Kenichi Handa
-
file name changed.1997-09-22, by Kenichi Handa
-
(c-initialize-builtin-style): Don't ever try to use copy-tree.1997-09-21, by Richard M. Stallman
-
Comment change.1997-09-21, by Richard M. Stallman
-
(making links to `src'): Keep timestamp on copied files.1997-09-21, by Richard M. Stallman
-
(rmail-output-to-rmail-file): Doc fix.1997-09-20, by Richard M. Stallman
-
(outline-up-heading): Avoid infinite loop at beginning of buffer.1997-09-20, by Richard M. Stallman
-
Set case-table for Cyrillic characters.1997-09-19, by Richard M. Stallman
-
Load case-table before loading1997-09-19, by Richard M. Stallman
-
(german): Swap y and z.1997-09-19, by Richard M. Stallman
-
(normal-top-level-add-to-load-path):1997-09-19, by Richard M. Stallman
-
(ASCII): Define as alias for English.1997-09-19, by Richard M. Stallman
-
(c-initialize-builtin-style):1997-09-19, by Richard M. Stallman
-
Fix previous change.1997-09-19, by Richard M. Stallman
-
(quail-simple-translation-keymap):1997-09-19, by Richard M. Stallman
-
Require calendar only when compiling.1997-09-19, by Richard M. Stallman
-
(quail-set-keyboard-layout): Add autoload cookie.1997-09-19, by Richard M. Stallman
-
(command_loop_1): Add nonascii_insert_offset1997-09-17, by Richard M. Stallman
-
(install-leim): Depend on mkdir.1997-09-17, by Richard M. Stallman
-
Delete the S language.1997-09-16, by Richard M. Stallman
-
(quail-completion-list-translations): Fix1997-09-16, by Richard M. Stallman
-
(tit-process-header): Convert argument of KEYPROMPT if it contains an escape.1997-09-16, by Richard M. Stallman
-
(viper-mouse-search-key): Fix custom type.1997-09-15, by Richard M. Stallman
-
(initial-major-mode): Fix customize type.1997-09-15, by Richard M. Stallman
-
(latin-2-postfix): Use : for double-acute again.1997-09-15, by Richard M. Stallman
-
(vietnamese-viqr): Doc fix.1997-09-15, by Richard M. Stallman
-
(compute_motion): Ignore the display table entry for a1997-09-15, by Richard M. Stallman
-
(Info-suffix-list): Add suffixes for MS-DOS version1997-09-15, by Richard M. Stallman
-
Many doc fixes.1997-09-15, by Richard M. Stallman
-
Don't fontify \item like \it.1997-09-15, by Simon Marshall
-
(quail-simple-translation-keymap): Set the default (t) binding properly.1997-09-15, by Richard M. Stallman
-
(quail-terminate-translation):1997-09-15, by Richard M. Stallman
-
(coding-system-unification-table-for-encode): Recurse properly.1997-09-15, by Richard M. Stallman
-
(kkc-mode-map): Bind all control keys to kkc-non-kkc-command.1997-09-15, by Richard M. Stallman
-
(edebug-enter): Save, and bind to nil,1997-09-15, by Richard M. Stallman
-
(canonically-space-region): Doc fix.1997-09-14, by Richard M. Stallman
-
(truncate-string-to-width): Doc typo fix.1997-09-14, by Richard M. Stallman
-
(normal-top-level-add-to-load-path):1997-09-14, by Richard M. Stallman
-
Customized.1997-09-14, by Richard M. Stallman
-
(Finsert_file_contents): If a coding system is1997-09-14, by Richard M. Stallman
-
Comment change.1997-09-14, by Richard M. Stallman
-
Change maintainer email address.1997-09-13, by Richard M. Stallman
-
(setup-english-environment): Don't set1997-09-13, by Richard M. Stallman
-
Recognize alpha* instead of just alpha.1997-09-13, by Richard M. Stallman
-
(standard-display-european): Do something useful where AUTO is t or a symbol.1997-09-13, by Richard M. Stallman
-
(cl-loop-let): Use `last', not `last*'1997-09-13, by Richard M. Stallman
-
Require cl at compile-time.1997-09-13, by Richard M. Stallman
-
(select-input-method): No error if enable-multibyte-characters is nil.1997-09-13, by Richard M. Stallman
-
(truncate-string-to-width):1997-09-13, by Richard M. Stallman
-
When redisplaying the echo area, use the value1997-09-13, by Richard M. Stallman
-
(mail-do-fcc): When writing to an Rmail file,1997-09-13, by Richard M. Stallman
-
(ph-server): Fix customize type.1997-09-13, by Richard M. Stallman
-
(gnus-summary-thread-gathering-function): Fix customize type.1997-09-13, by Richard M. Stallman
-
(gnus-permanently-visible-groups): Fix customize type.1997-09-13, by Richard M. Stallman
-
(gnus-default-subscribed-newsgroups): Fix custom type. Doc fix.1997-09-13, by Richard M. Stallman
-
(viper-non-vi-major-modes): Fix customize type.1997-09-13, by Richard M. Stallman
-
(viper-mouse-search-key, viper-mouse-insert-key): Fix customize type.1997-09-13, by Richard M. Stallman
-
(viper-repeat-from-history-key): Fix customize type.1997-09-13, by Richard M. Stallman
-
(ex-unix-type-shell): Fix customize type.1997-09-13, by Richard M. Stallman
-
(viper-smart-suffix-list): Fix customize type.1997-09-13, by Richard M. Stallman
-
(add-log-current-defun-function): Likewise.1997-09-13, by Richard M. Stallman
-
(chinese-calendar-time-zone): Likewise.1997-09-13, by Richard M. Stallman
-
(syms_of_minibuf): Doc fix.1997-09-13, by Richard M. Stallman
-
Initial revision1997-09-13, by Richard M. Stallman
-
Undo previous change.1997-09-13, by Richard M. Stallman
-
Say a little more about intlfonts. Update copyright year.1997-09-12, by Richard M. Stallman
-
(calendar-location-name): Doc fix.1997-09-12, by Richard M. Stallman
-
(strokes-click-command): Doc fix.1997-09-12, by Richard M. Stallman
-
(makefile-pickup-everything-picks-up-filenames-p): Doc fix.1997-09-12, by Richard M. Stallman
-
(tab-stop-list): Doc fix.1997-09-12, by Richard M. Stallman
-
(save-completions-flag): Doc fix.1997-09-12, by Richard M. Stallman
-
(elisp-eval-buffer): New arg FILENAME is ignored.1997-09-12, by Richard M. Stallman
-
Require calendar.el.1997-09-12, by Richard M. Stallman
-
new version1997-09-12, by Michael Kifer
-
(perldb): Fix paren error in call to read-from-minibuffer.1997-09-12, by Richard M. Stallman
-
(debug): Allow recursive minibuffers if we're in a minibuffer already.1997-09-12, by Richard M. Stallman
-
(next-history-element):1997-09-12, by Richard M. Stallman
-
(compilation-parse-errors): Fixed two bugs that1997-09-12, by Richard M. Stallman
-
(customize-group): Handle groups not yet loaded.1997-09-12, by Richard M. Stallman
-
(french-calendar-accents): Change variable to function.1997-09-12, by Richard M. Stallman
-
(latin-2-postfix): Replace comma and period with `. Replace colon with /.1997-09-12, by Richard M. Stallman
-
(custom-face-menu): Use custom-face-save-command. not custom-face-save.1997-09-12, by Richard M. Stallman
-
(Fexternal_debugging_output): On Windows output to debugger.1997-09-12, by Richard M. Stallman
-
(quail-translation-keymap): Fix previous1997-09-12, by Kenichi Handa
-
(sendmail-send-it): If both1997-09-12, by Kenichi Handa
-
(ps-emacs-face-kind-p): Function deleted.1997-09-11, by Richard M. Stallman
-
(quail-update-translation): Fix previous change.1997-09-11, by Richard M. Stallman
-
(hexlify-buffer): Bind coding-system-for-write to1997-09-11, by Richard M. Stallman
-
(describe-coding-system): Describe coding systems of type 5, raw-text.1997-09-11, by Richard M. Stallman
-
automatically generated from GPLed version1997-09-11, by Paul Eggert
-
automatically generated from GPLed version1997-09-11, by Ulrich Drepper
-
automatically generated from GPLed version1997-09-11, by Paul Eggert
-
automatically generated from GPLed version1997-09-11, by Ulrich Drepper
-
Switch to raw-text as coding system.1997-09-11, by Richard M. Stallman
-
new version1997-09-11, by Michael Kifer
-
(kkc-mode-map): Bind meta-prefix-char to a1997-09-11, by Kenichi Handa
-
Fix typo.1997-09-11, by Geoff Voelker
-
(debug.bat): New target.1997-09-11, by Geoff Voelker
-
Initial revision1997-09-11, by Geoff Voelker
-
Set no-conversion for network communication1997-09-11, by Kenichi Handa
-
(syms_of_msdos): Intern background-color and1997-09-11, by Richard M. Stallman
-
new version1997-09-11, by Michael Kifer
-
(install): Use quail/* in the second tar that copies a dir named quail.1997-09-11, by Richard M. Stallman
-
(ENCODE_FILE): New macro.1997-09-11, by Richard M. Stallman
-
typos. libc-970911 libc-970912 libc-970913 libc-970914 libc-970915 libc-970916 libc-970917 libc-970918 libc-970919 libc-970920 libc-970921 libc-970922 libc-970923 libc-970924 libc-970925 libc-970926 libc-970927 libc-970928 libc-970929 libc-970930 libc-971001 libc-971018 libc-971019 libc-971020 libc-971021 libc-971022 libc-971023 libc-971024 libc-971025 libc-971026 libc-971027 libc-971028 libc-971029 libc-971030 libc-971031 libc-971101 libc-971102 libc-971103 libc-971104 libc-971105 libc-971106 libc-971107 libc-971108 libc-971109 libc-971110 libc-971111 libc-971112 libc-971113 libc-971114 libc-971115 libc-971116 libc-971117 libc-971118 libc-971120 libc-971121 libc-971122 libc-971123 libc-971124 libc-971125 libc-971126 libc-971127 libc-971128 libc-971129 libc-971130 libc-971201 libc-971203 libc-971204 libc-971205 libc-971206 libc-971207 libc-971208 libc-971209 libc-971210 libc-971211 libc-971212 libc-971213 libc-971214 libc-971217 libc-971218 libc-971219 libc-971220 libc-971221 libc-971222 libc-971223 libc-971224 libc-971225 libc-971226 libc-971227 libc-971228 libc-971229 libc-971230 libc-971231 libc-980103 libc-980104 libc-980105 libc-980106 libc-980107 libc-980108 libc-980109 libc-980110 libc-980111 libc-980112 libc-980114 libc-980115 libc-980116 libc-980117 libc-980118 libc-980119 libc-980120 libc-980121 libc-980122 libc-980123 libc-980124 libc-980125 libc-980126 libc-980127 libc-9801281997-09-10, by Jeff Law
-
* config.sub: Use "amigaos" instread of "amigados". Still1997-09-10, by Jeff Law
-
(setup-ethiopic-environment): Don't bind1997-09-10, by Kenichi Handa
-
(sendmail-send-it): The priority of coding1997-09-10, by Kenichi Handa
-
Don't bind keys in quail-mode-map. The1997-09-10, by Kenichi Handa
-
Add coding system specification for several1997-09-10, by Kenichi Handa
-
(setup-japanese-environment): Give1997-09-10, by Kenichi Handa
-
(BROKEN_MKTIME): Define.1997-09-10, by Richard M. Stallman
-
Recognize ARC cpu.1997-09-09, by Doug Evans
-
(lisp-imenu-generic-expression): Recognize`defcustom' and `defgroup".1997-09-09, by Richard M. Stallman
-
(standard-display-european): Doc fix.1997-09-09, by Richard M. Stallman
-
(quail-simple): New function.1997-09-09, by Kenichi Handa
-
(input-method-verbose-flag):1997-09-09, by Kenichi Handa
-
(alpha): Replace CPU-determining program with one that's more precise1997-09-09, by Richard Kenner
-
Try to comment where font-lock-keyword order is important.1997-09-09, by Simon Marshall
-
(standard-display-european): If AUTO is non-nil, intern it.1997-09-09, by Richard M. Stallman
-
(quail-translation-keymap)1997-09-09, by Richard M. Stallman
-
(ps-face-bold-p): Use face-bold-p.1997-09-09, by Richard M. Stallman
-
(comint-file-name-chars): Doc fix.1997-09-09, by Richard M. Stallman
-
(view-end-message): Don't mention q if it really do anything.1997-09-09, by Richard M. Stallman
-
Use uniquify-file-name-nondirectory throughout; documentation tweaks.1997-09-09, by Richard M. Stallman
-
(dired-get-filename): Don't call encode-coding-string1997-09-09, by Richard M. Stallman
-
(Fcall_process): Encode the new current dir.1997-09-09, by Richard M. Stallman
-
(create_process): Encode the new current dir.1997-09-09, by Richard M. Stallman
-
(diff group): Remove autoload cookie.1997-09-09, by Richard M. Stallman
-
(browse-url group): Remove autoload cookie.1997-09-09, by Richard M. Stallman
-
(icon-tab-always-indent): Fix customize type.1997-09-09, by Richard M. Stallman
-
(hs-minor-mode-hook): Fix customize type.1997-09-09, by Richard M. Stallman
-
(f90-break-before-delimiters): Fix customize type.1997-09-09, by Richard M. Stallman
-
(defun-prompt-regexp): Fix customize type.1997-09-09, by Richard M. Stallman
-
(executable-chmod): Fix customize type.1997-09-09, by Richard M. Stallman
-
(shell-chdrive-regexp): Likewise.1997-09-09, by Richard M. Stallman
-
(ispell-personal-dictionary): Fix customize type.1997-09-09, by Richard M. Stallman
-
(dabbrev-case-fold-search): Remove extra quote in customize constant.1997-09-09, by Richard M. Stallman
-
(UPDATE_SYNTAX_TABLE_FORWARD): Add missing fourth1997-09-09, by Richard M. Stallman
-
(x_screen_planes): Fix type of argument.1997-09-09, by Richard M. Stallman
-
(encode_designation_at_bol): Fix type of local vars C1, C2.1997-09-09, by Richard M. Stallman
-
(custom-variable-save): Fixed doc string.1997-09-09, by Richard M. Stallman
-
*** empty log message ***1997-09-08, by Per Abrahamsen
-
(info-insert-file-contents): Bind1997-09-08, by Richard M. Stallman
-
Recompile everything after updating various Lisp files.1997-09-08, by Richard M. Stallman
-
(alpha:OSF1:*:*): For V4.0, get the letter suffix.1997-09-08, by Richard Kenner
-
(mail-mode): Allow dash in citation prefixes1997-09-08, by Richard M. Stallman
-
(telnet-initial-filter): Temporarily go to proper buffer.1997-09-08, by Richard M. Stallman
-
(ENCODE_FILE): New macro.1997-09-08, by Richard M. Stallman
-
(Fencode_coding_string, Fdecode_coding_string): Doc fixes.1997-09-08, by Richard M. Stallman
-
(standard-display-european): Arg AUTO1997-09-08, by Richard M. Stallman
-
(command-line): Pass charset to standard-display-european.1997-09-08, by Richard M. Stallman
-
(insert-directory): Encode the file name.1997-09-08, by Richard M. Stallman
-
(quail-translation-keymap): Bind C-space1997-09-08, by Kenichi Handa
-
(fill-individual-paragraphs): Don't include1997-09-08, by Richard M. Stallman
-
Comment change.1997-09-08, by Richard M. Stallman
-
(c-version): Updated.1997-09-08, by Richard M. Stallman
-
(c-style-alist) <python>:, knr-argdecl-intro == +1997-09-08, by Richard M. Stallman
-
(c-end-of-statement-1): Wrap backward-up-list in a c-safe call so no1997-09-08, by Richard M. Stallman
-
(c-mode-base-map): Don't define C-c C-e here.1997-09-08, by Richard M. Stallman
-
(c-beginning-of-statement): Fixes in sentence movement to properly1997-09-08, by Richard M. Stallman
-
(Feval_buffer): New arg FILENAME.1997-09-07, by Richard M. Stallman
-
(load-with-code-conversion):1997-09-07, by Richard M. Stallman
-
(modify_overlay): Update overlay_modiff of proper buffer.1997-09-07, by Richard M. Stallman
-
Enlarge the stack size of temacs to 100KB.1997-09-07, by Richard M. Stallman
-
(command-line-1): Update copyright year in string.1997-09-07, by Richard M. Stallman
-
(universal-coding-system-argument): Improve prompt strings.1997-09-07, by Richard M. Stallman
-
Rename uniquify-fix-list-* to uniquify-fix-item-*.1997-09-07, by Richard M. Stallman
-
Continue previous change, add mipsel-*-openbsd*.1997-09-07, by Richard M. Stallman
-
Test __OpenBSD__ along with __NetBSD__.1997-09-07, by Richard M. Stallman
-
Initial revision1997-09-07, by Richard M. Stallman
-
(menu-bar-options-menu): Simplify global-font-lock-mode1997-09-07, by Richard M. Stallman
-
(quail-execute-non-quail-command): Call quail-terminate-translation.1997-09-07, by Richard M. Stallman
-
(time-stamp-time-zone): Allow nil as alternative.1997-09-07, by Richard M. Stallman
-
(Fcall_process_region): Fix previous change:1997-09-07, by Richard M. Stallman
-
(display_string): Determine multibyte from current buffer,1997-09-07, by Richard M. Stallman
-
(font-lock-comment-face, etc.):1997-09-07, by Richard M. Stallman
-
(ps-setup): ps-zebra-stripe => ps-zebra-stripes.1997-09-07, by Richard M. Stallman
-
(simula-emacs-features): Treat Emacs 20 like Emacs 19.1997-09-07, by Richard M. Stallman
-
(ispell-command-loop):1997-09-07, by Richard M. Stallman
-
(read-language-name): Doc fix.1997-09-07, by Richard M. Stallman
-
(global-font-lock-mode): When turning off1997-09-07, by Richard M. Stallman
-
(regexp-opt): Doc fix.1997-09-07, by Richard M. Stallman
-
(move-past-close-and-reindent):1997-09-07, by Richard M. Stallman
-
(dired-flag-garbage-files): Move interactive flag across doc string.1997-09-06, by Richard M. Stallman
-
(m4-mode): Add autoload cookie.1997-09-06, by Richard M. Stallman
-
(auto-mode-alist): Handle .m4 and .mc files.1997-09-06, by Richard M. Stallman
-
Add OpenBSD clause to set $machine.1997-09-06, by Richard M. Stallman
-
Test __OpenBSD__ along with __NetBSD__.1997-09-06, by Richard M. Stallman
-
Test __OpenBSD__ along with __NetBSD__.1997-09-06, by Richard M. Stallman
-
new version1997-09-06, by Michael Kifer
-
Some comment and doc fixes.1997-09-06, by Richard M. Stallman
-
Mode line format has changed.1997-09-06, by Richard M. Stallman
-
(uninstantiated-fontset-alist):1997-09-05, by Richard M. Stallman
-
(set-face-font-auto): instanciate-fontset renamed to instantiate-fontset.1997-09-05, by Richard M. Stallman
-
(search-whitespace-regexp): Doc fix.1997-09-05, by Richard M. Stallman
-
(load-with-code-conversion):1997-09-05, by Richard M. Stallman
-
(compilation-ask-about-save): Add autoload cookie.1997-09-05, by Richard M. Stallman
-
(setup-japanese-environment): Set1997-09-05, by Kenichi Handa
-
(Ffind_operation_coding_system): If a function in1997-09-05, by Kenichi Handa
-
(message-unix-mail-delimiter): Initialize1997-09-05, by Richard M. Stallman
-
(easy-menu-create-keymaps):1997-09-05, by Richard M. Stallman
-
(charset-quoted-standard-p): New function.1997-09-05, by Richard M. Stallman
-
(Fcall_interactively): Pass new arg to Fread_coding_system.1997-09-05, by Richard M. Stallman
-
(Fread_coding_system): New optional arg DEFAULT_CODING_SYSTEM.1997-09-05, by Richard M. Stallman
-
(Fread_coding_system): Update decl.1997-09-05, by Richard M. Stallman
-
new version1997-09-05, by Michael Kifer
-
Comment change.1997-09-05, by Richard M. Stallman
-
(Fexpand_file_name): If default dir isn't string, use `/'.1997-09-05, by Richard M. Stallman
-
Comment change.1997-09-04, by Richard M. Stallman
-
(main): Update Copyright messages.1997-09-04, by Erik Naggum
-
(Faset): Simplify a statement in the char-table case.1997-09-04, by Richard M. Stallman
-
(Qcoding_system_history): New variable.1997-09-04, by Richard M. Stallman
-
(set-buffer-file-coding-system): Improve prompt.1997-09-04, by Richard M. Stallman
-
(read-input-method-name): Specify the input history properly.1997-09-04, by Richard M. Stallman
-
(setup_coding_system, Ffind_operation_coding_system)1997-09-04, by Richard M. Stallman
-
(toggle-input-method): No error if enable-multibyte-characters is nil.1997-09-04, by Richard M. Stallman
-
(string-to-sequence): Work usefully when enable-multibyte-characters is nil.1997-09-04, by Richard M. Stallman
-
(quail-update-translation):1997-09-04, by Richard M. Stallman
-
(detect_coding_mask): Re-work previous change.1997-09-04, by Richard M. Stallman
-
(install): Fix previous change.1997-09-04, by Kenichi Handa
-
Do not copy leim-list.el twice.1997-09-04, by Kenichi Handa
-
(install): Copy `skk' subdirectory too.1997-09-04, by Kenichi Handa
-
(TAGS tags): Simply refer this to the src subdir.1997-09-03, by Richard M. Stallman
-
(HAVE_RINT): Add #undef.1997-09-03, by Richard M. Stallman
-
(emacs_rint): Define this,1997-09-03, by Richard M. Stallman
-
(dired-get-filename): Don't call encode-coding-string if FILE is nil.1997-09-03, by Richard M. Stallman
-
(find-tag-tag): Pass default to completing-read.1997-09-03, by Richard M. Stallman
-
(read-language-name): Use a default, not an initial input.1997-09-03, by Richard M. Stallman
-
(file-coding-system-alist): Match `loaddefs.el' more accurately.1997-09-03, by Richard M. Stallman
-
(operate-on-rectangle): If we overshoot when looking for endcol, back up.1997-09-03, by Richard M. Stallman
-
(menu-bar-help-menu): Rename info item to "Info (Browse Manuals)".1997-09-03, by Richard M. Stallman
-
(Fcall_process): Set EOL conversion type to LF when1997-09-03, by Richard M. Stallman
-
(main): Call run_time_remap earlier, before any use of stdio.1997-09-03, by Richard M. Stallman
-
(read_minibuf): Fix use of Ffboundp.1997-09-03, by Richard M. Stallman
-
(ispell-overlay-window): Undo previous change;1997-09-03, by Richard M. Stallman
-
(my_endbss) [WINDOWSNT]: New variable.1997-09-03, by Geoff Voelker
-
(mule-menu-keymap):1997-09-03, by Richard M. Stallman
-
(mail-mode): Set adaptive-fill-first-line-regexp1997-09-03, by Richard M. Stallman
-
(quail-update-guidance): If PROMPTKEY is1997-09-03, by Kenichi Handa
-
For each package, pass t for the SIMPLE1997-09-03, by Kenichi Handa
-
Remove OS dependent operations.1997-09-03, by Geoff Voelker
-
(WinMain): Allow Emacs process to be started with1997-09-03, by Geoff Voelker
-
(CFLAGS_COMMON): Place pdb file in object build1997-09-03, by Geoff Voelker
-
(get_env_size): New function.1997-09-03, by Geoff Voelker
-
(env_vars): Put site-lisp before lisp in EMACSLOADPATH.1997-09-03, by Geoff Voelker
-
(INTERRUPT_INPUT): Don't define.1997-09-03, by Geoff Voelker
-
(have_menus_p): Move to w32fns.c.1997-09-03, by Geoff Voelker
-
(w32_output): New fields menubar_widget, menubar_active,1997-09-03, by Geoff Voelker
-
(SIF_*): Win95 macros defined for NT.1997-09-03, by Geoff Voelker
-
Include w32heap.h.1997-09-03, by Geoff Voelker
-
(init_menu_items): Disable code.1997-09-03, by Geoff Voelker
-
Declare externs from other files.1997-09-03, by Geoff Voelker
-
Enumerate operating system types.1997-09-03, by Geoff Voelker
-
(os_subtype): New variable.1997-09-03, by Geoff Voelker
-
Include limits.h and errno.h.1997-09-03, by Geoff Voelker
-
(DebPrint, reset_kbd, unset_kbd, take_console): Delete functions.1997-09-03, by Geoff Voelker
-
Remove debugging macros.1997-09-03, by Geoff Voelker
-
Include stddef.h.1997-09-03, by Geoff Voelker
-
Include config.h and time.h.1997-09-03, by Geoff Voelker
-
makefile.nt (TLIB0, TOBJ, OBJ0): New macro.1997-09-03, by Geoff Voelker
-
(redisplay_internal): Check to see if frame is not obscured1997-09-03, by Geoff Voelker
-
(event_kind) [WINDOWSNT]: New event type: mouse_wheel.1997-09-03, by Geoff Voelker
-
(sys_subshell) [DOS_NT]: Save and restore parent's1997-09-03, by Geoff Voelker
-
Declare discard_mouse_events.1997-09-03, by Geoff Voelker
-
(kbd_buffer_get_event) [WINDOWSNT]: Support1997-09-03, by Geoff Voelker
-
(FRAME_OBSCURED_P): New macro.1997-09-03, by Geoff Voelker
-
(Fexpand_file_name) [WINDOWSNT]: When stripping1997-09-03, by Geoff Voelker
-
(getpid): Delete function.1997-09-03, by Geoff Voelker
-
(movemail.exe): Link wsock32.lib before LIBS.1997-09-03, by Geoff Voelker
-
Don't unset C-mouse-down bindings.1997-09-02, by Geoff Voelker
-
(w32-handle-scroll-bar-event): On up and1997-09-02, by Geoff Voelker
-
(file-name-buffer-file-type-alist): Add more1997-09-02, by Geoff Voelker
-
Minor reordering of macros.1997-09-02, by Richard M. Stallman
-
(detect_coding_mask): Add in CODING_CATEGORY_MASK_RAW_TEXT1997-09-02, by Richard M. Stallman
-
Updated by Boris.1997-09-02, by Richard M. Stallman
-
(facemenu-get-face): Just warn when given an1997-09-02, by Richard M. Stallman
-
(enriched-decode-foreground, enriched-decode-background):1997-09-02, by Richard M. Stallman
-
(custom-display): Use w32 instead of win32.1997-09-02, by Geoff Voelker
-
(scroll-bar-maybe-set-window-start): Change window1997-09-02, by Geoff Voelker
-
(gud-gdb-marker-regexp): Allow for drive letter and colon.1997-09-02, by Geoff Voelker
-
(other-frame) [windows-nt]: Use w32-focus-frame.1997-09-02, by Geoff Voelker
-
(file-truename) [windows-nt]: Use the canonicalized1997-09-02, by Geoff Voelker
-
(standard-display-european): Map \222 to apostrophe.1997-09-02, by Geoff Voelker
-
(comint-file-name-chars): Use separate sets for ms-dos and windows-nt.1997-09-02, by Geoff Voelker
-
(browse-url-netscape): Check for w32 window-system symbol.1997-09-02, by Geoff Voelker
-
(ask-user-about-lock): Abbreviate file name and locking user's name.1997-09-02, by Richard M. Stallman
-
(quail-keyboard-layout-alist): Add an1997-09-02, by Kenichi Handa
-
(rmail): Reset enable-multibyte-characters to the1997-09-02, by Kenichi Handa
-
(set-coding-system-map):1997-09-02, by Richard M. Stallman
-
(Fread_from_minibuffer, Fread_string): Doc fixes.1997-09-02, by Richard M. Stallman
-
Add rules for cancelling accents by typing1997-09-02, by Kenichi Handa
-
Comment change.1997-09-02, by Richard M. Stallman
-
Include unistd.h instead of libc.h.1997-09-02, by Richard M. Stallman
-
Comment change.1997-09-02, by Richard M. Stallman