Mercurial > emacs
graph
-
*** empty log message ***1995-10-12, by Richard M. Stallman
-
Handle aliases dead-acute,...1995-10-12, by Richard M. Stallman
-
(struct Lisp_Char_Table): New slot `purpose'.1995-10-12, by Richard M. Stallman
-
(describe_vector): Support nested char-tables.1995-10-12, by Richard M. Stallman
-
(Qvector_or_char_table_p): New variable.1995-10-12, by Richard M. Stallman
-
(display-table-slot, set-display-table-slot):1995-10-12, by Richard M. Stallman
-
(Fdelete_other_windows): Set w->force_start.1995-10-12, by Richard M. Stallman
-
(variable-at-point, function-called-at-point): Fix revious changes.1995-10-12, by Richard M. Stallman
-
(syms_of_xdisp): Doc fix.1995-10-12, by Richard M. Stallman
-
Initial revision1995-10-12, by Edward M. Reingold
-
Added menu items for cal-tex.el (a new file).1995-10-12, by Edward M. Reingold
-
Added key definitions and autoloads for cal-tex.el (a new file).1995-10-12, by Edward M. Reingold
-
(mail-strip-quoted-names): Preserve white space1995-10-11, by Richard M. Stallman
-
(make_lispy_event) [!USE_X_TOOLKIT]: Dragging1995-10-11, by Richard M. Stallman
-
(gud-filter): Move the gud-display-frame call1995-10-11, by Richard M. Stallman
-
(command_loop_1): Access display tables as char-tables.1995-10-11, by Richard M. Stallman
-
(redisplay_window, redisplay_window, display_text_line):1995-10-11, by Richard M. Stallman
-
(window_display_table): Use DISP_TABLE_P. Return type1995-10-11, by Richard M. Stallman
-
(make-syntax-table): Use nil for "inherit".1995-10-11, by Richard M. Stallman
-
(buffer_display_table): Use DISP_TABLE_P.1995-10-11, by Richard M. Stallman
-
(Fcopy_sequence): Call Fmake_char_table the new way.1995-10-11, by Richard M. Stallman
-
(DISP_TABLE_P): Check the `purpose' slot.1995-10-11, by Richard M. Stallman
-
(find-alternate-file-other-window): New function.1995-10-11, by Richard M. Stallman
-
(dos_timezone_offset, dos_display_scancodes,1995-10-11, by Kim F. Storm
-
(insert-startup-screen): New function.1995-10-11, by Kim F. Storm
-
[!HAVE_X_WINDOWS]:1995-10-11, by Kim F. Storm
-
(internal_flush): Removed1995-10-11, by Kim F. Storm
-
Check that DJGPP v. 1 is used.1995-10-11, by Kim F. Storm
-
Call make-doc.exe instead of make-docfile.1995-10-11, by Kim F. Storm
-
(Fkill_buffer): Don't kill auto save file if not recent.1995-10-11, by Richard M. Stallman
-
(init_sys_modes) [!HAVE_X_WINDOWS (MSDOS)]: Always call set_terminal_modes.1995-10-11, by Kim F. Storm
-
Moved (define-key menu-bar-ediff-menu ...) to ediff-hook.el:1995-10-11, by Michael Kifer
-
(adaptive-fill-function): Change defun to defvar.1995-10-11, by Richard M. Stallman
-
(next-completion): Specify the LIMIT arg when searching for text properties.1995-10-11, by Richard M. Stallman
-
(function-called-at-point, variable-at-point):1995-10-10, by Richard M. Stallman
-
(buffer-display-table): Document new implementation.1995-10-09, by Erik Naggum
-
Doc fixes.1995-10-09, by Richard M. Stallman
-
(view-highlight-face): New variable.1995-10-09, by Richard M. Stallman
-
Explain when to use make-variable-buffer-local.1995-10-09, by Richard M. Stallman
-
(tags-table-check-computed-list): Map tags-expand-table-name over lists of1995-10-09, by Roland McGrath
-
New implementation with char-tables.1995-10-09, by Erik Naggum
-
Initial revision1995-10-09, by Richard M. Stallman
-
(temp_echo_area_glyphs): Restore the old point value.1995-10-09, by Richard M. Stallman
-
(mail-abbrev-syntax-table): Use `equal' instead of `=', in case elts1995-10-09, by Noah Friedman
-
(ada-gen-treat-proc): Bind `procname' and `functype'.1995-10-09, by Erik Naggum
-
(exec_sentinel, read_process_output):1995-10-09, by Richard M. Stallman
-
(view-exit): Delete view-overlay only if it exists.1995-10-08, by Erik Naggum
-
(server-start): Try both full hostname and shortened1995-10-08, by Richard M. Stallman
-
Indentation change.1995-10-08, by Richard M. Stallman
-
Fix several minor errors.1995-10-08, by Richard M. Stallman
-
(desktop-outvar): Support truncation.1995-10-08, by Richard M. Stallman
-
(command-line): Init user-mail-address here, after reading init file.1995-10-08, by Richard M. Stallman
-
(write_segment): Write valid data in units of 1<<13,1995-10-08, by Richard M. Stallman
-
(init_buffer_once): Make file_format always local, not just local when set.1995-10-08, by Richard M. Stallman
-
(Fmake_char_table): Initialize parent to nil.1995-10-08, by Erik Naggum
-
(struct Lisp_Boolvector): New data type.1995-10-07, by Richard M. Stallman
-
(Fchartablep, Fboolvectorp): New functions.1995-10-07, by Richard M. Stallman
-
(print): Handle chartables and boolvectors.1995-10-07, by Richard M. Stallman
-
(read1): Handle chartables and boolvectors.1995-10-07, by Richard M. Stallman
-
(describe_vector): Use Flength to get length of vector.1995-10-07, by Richard M. Stallman
-
(describe_syntax): Handle new syntax-table data format.1995-10-07, by Richard M. Stallman
-
Use char tables as syntax tables.1995-10-07, by Richard M. Stallman
-
(callint_message, callint_message_size): New vars.1995-10-07, by Richard M. Stallman
-
(Fmake_chartable, Fmake_boolvector): New functions.1995-10-07, by Richard M. Stallman
-
(Fset_char_table_range): New function.1995-10-07, by Richard M. Stallman
-
(bytecode.o): Depend on syntax.h.1995-10-07, by Richard M. Stallman
-
(byte-compile-from-buffer): Bind print-level.1995-10-06, by Richard M. Stallman
-
(newline): Call barf-if-buffer-read-only.1995-10-06, by Richard M. Stallman
-
Fix typo calling iso-accents-customize.1995-10-06, by Richard M. Stallman
-
Added ${lispsource}ediff-hook.elc after vc-hooks.1995-10-06, by Michael Kifer
-
Added (load "ediff-hook") after loading vc-hook.1995-10-06, by Michael Kifer
-
(ediff-files,ediff-merge-files): better file-name defaults.1995-10-06, by Michael Kifer
-
(ediff-make-frame-position): fixed bugs.1995-10-06, by Michael Kifer
-
(ediff-toggle-read-only,ediff-read-file-name):1995-10-06, by Michael Kifer
-
Initial revision1995-10-06, by Michael Kifer
-
*** empty log message ***1995-10-06, by Michael Kifer
-
(ediff-abbreviate-file-name): function modified.1995-10-06, by Michael Kifer
-
(ediff-setup-diff-regions,ediff-setup-diff-regions3,1995-10-06, by Michael Kifer
-
(Fset_window_hscroll): Don't reject args > SHORTBITS.1995-10-05, by Richard M. Stallman
-
(appt-disp-window): Call raise-frame.1995-10-05, by Richard M. Stallman
-
(Fmove_to_column): Make it interactive.1995-10-05, by Richard M. Stallman
-
Fix typo in prev change.1995-10-05, by Richard M. Stallman
-
(View-search-regexp-forward, View-search-regexp-backward):1995-10-05, by Richard M. Stallman
-
Add `athen' as synonym for `athena'.1995-10-05, by Richard M. Stallman
-
(gnus-summary-save-in-mail): Use mail-file-babyl-p.1995-10-04, by Richard M. Stallman
-
(gnus-inews-do-fcc): Use mail-file-babyl-p.1995-10-04, by Richard M. Stallman
-
(recover-session): Use auto-save-list-file-prefix.1995-10-04, by Richard M. Stallman
-
(auto-save-list-file-prefix): New variable.1995-10-04, by Richard M. Stallman
-
(mail-signature-file): New variable.1995-10-04, by Richard M. Stallman
-
(recover-session-finish): Ask only about files that1995-10-04, by Richard M. Stallman
-
(Fmake_indirect_buffer): Was taking marker positions1995-10-04, by Richard M. Stallman
-
(unrmail): Call rmail-toggle-header.1995-10-04, by Richard M. Stallman
-
(isearch-forward): Doc fix.1995-10-04, by Richard M. Stallman
-
(vc-next-action-on-file): When locking the latest trunk version,1995-10-04, by André Spiegel
-
(Fmake_overlay): Set end-marker's insertion_type to 1.1995-10-03, by Richard M. Stallman
-
Fix name of buffer-substring-no-properties.1995-10-03, by Richard M. Stallman
-
(Vsuggest_key_bindings): New variable.1995-10-03, by Richard M. Stallman
-
(write_segment): Use pagesize as unit of writing instead of 128.1995-10-03, by Richard M. Stallman
-
(Qmouse_leave_buffer_hook): New variable.1995-10-03, by Richard M. Stallman
-
(get_display_line): Don't abort if there's text1995-10-03, by Richard M. Stallman
-
(Qwindow_scroll_functions, Vwindow_scroll_functions): New variables.1995-10-03, by Richard M. Stallman
-
(run_hook_with_args_2): New function.1995-10-03, by Richard M. Stallman
-
(window_scroll): Always set force_start.1995-10-03, by Richard M. Stallman
-
(te-escape): Remove spurious partial duplicate definition.1995-10-01, by Noah Friedman
-
(re_search_2): Use 0, not -1, as the lower bound1995-10-01, by Richard M. Stallman
-
(print-help-return-message): Handle lists in1995-10-01, by Richard M. Stallman
-
(barf_or_query_if_file_exists): New arg STATPTR. Callers changed.1995-10-01, by Richard M. Stallman
-
Add early support for Solaris 2.5 on PowerPCs.1995-10-01, by Richard M. Stallman
-
(powerpc-*-solaris2): New alternative.x1995-10-01, by Richard M. Stallman
-
(cd): Fix interactive spec to require match if there is no CDPATH.1995-09-30, by Roland McGrath
-
Fix previous change.1995-09-29, by Richard M. Stallman
-
(comint-password-prompt-regexp): Recognize1995-09-29, by Richard M. Stallman
-
(ispell-message-text-end): Match reporter.el bug reports.1995-09-29, by Richard M. Stallman
-
(interpreter-mode-alist): Handle nawk.1995-09-28, by Richard M. Stallman
-
(sendmail-send-it): Handle FCC after all text changes.1995-09-28, by Richard M. Stallman
-
(ange-ftp-dumb-unix-host): Avoid error if HOST is nil.1995-09-27, by Richard M. Stallman
-
(undigestify-rmail-message): Better error messages.1995-09-27, by Richard M. Stallman
-
Fix minor error.1995-09-25, by Richard M. Stallman
-
(add-log-current-defun): Ignore quotes before fcn name.1995-09-25, by Richard M. Stallman
-
(Info-fontify-node): Fix previous change.1995-09-25, by Karl Heuer
-
(Info-title-face-alist): New var.1995-09-25, by Karl Heuer
-
(Fx_create_frame): Set up buffer-predicate slot.1995-09-25, by Richard M. Stallman
-
(safe_run_hooks): No longer static.1995-09-25, by Richard M. Stallman
-
(read_minibuf_unwind): Use safe_run_hooks.1995-09-25, by Richard M. Stallman
-
(undigestify-rmail-message): Scan back as far as start1995-09-25, by Richard M. Stallman
-
(help-mode): Call view-mode.1995-09-25, by Richard M. Stallman
-
(view-mode-enter): Renamed from view-mode. Callers changed.1995-09-25, by Richard M. Stallman
-
(clipboard-yank): Add delete-selection property.1995-09-25, by Richard M. Stallman
-
(dun-climb): Handle unknown object name.1995-09-25, by Richard M. Stallman
-
(mark-sexp-diary-entries): Add \ for C-M-f's sake.1995-09-25, by Richard M. Stallman
-
Fix typo.1995-09-25, by Richard M. Stallman
-
(command-line-1): --insert: Don't complain on --insert=file.1995-09-25, by Erik Naggum
-
(command-line-1): --eval: Don't print the value.1995-09-25, by Erik Naggum
-
(popup_get_selection): Pop menu down if button is pressed1995-09-24, by Richard M. Stallman
-
(server-process-filter): Ignore lines that don't start1995-09-24, by Richard M. Stallman
-
(occur): Indent better for matches that contain newlines.1995-09-24, by Richard M. Stallman
-
[These changes were actually in the previous version.1995-09-24, by Richard M. Stallman
-
(auto-compression-mode): Add autoload cookie.1995-09-24, by Richard M. Stallman
-
(get-setf-method): Protect caller's match-data from string-match.1995-09-22, by Erik Naggum
-
(edt-setup-default-bindings): Revert function is1995-09-22, by Karl Heuer
-
Major revision.1995-09-22, by Karl Heuer
-
Fix display of Chinese date.1995-09-22, by Edward M. Reingold
-
(mail-do-fcc): Clear read-only flag in ` mail-temp' buffer.1995-09-22, by Richard M. Stallman
-
(mail-do-fcc): Erase the ` mail-temp' buffer.1995-09-22, by Richard M. Stallman
-
(byte-boolean-vars): Update list to reflect actual DEFVAR_BOOL symbols in1995-09-21, by Erik Naggum
-
(edt-set-term-width-80, edt-set-term-width-132):1995-09-21, by Karl Heuer
-
(edt-set-screen-width-80, edt-set-screen-width-132):1995-09-21, by Karl Heuer
-
(te-escape, te-escape-help): Handle non-ASCII events.1995-09-21, by Karl Heuer
-
(mail-file-babyl-p): Function deleted.1995-09-21, by Richard M. Stallman
-
(mail-file-babyl-p): Function moved from rmail.el and renamed.1995-09-21, by Richard M. Stallman
-
(rmail-file-p): Function moved to mail-utils.el1995-09-21, by Richard M. Stallman
-
Initial revision1995-09-21, by Edward M. Reingold
-
New file.1995-09-21, by Edward M. Reingold
-
*** empty log message ***1995-09-21, by Edward M. Reingold
-
Initial revision1995-09-21, by Edward M. Reingold
-
Minor fixes; moved some code here from other calendar files.1995-09-21, by Edward M. Reingold
-
Minor fixes.1995-09-21, by Edward M. Reingold
-
Added new calendars to menus and made minor fixes.1995-09-21, by Edward M. Reingold
-
Moved stuff to calendar.el, as per RSM's request.1995-09-21, by Edward M. Reingold
-
Added code to support Chinese calendar. Minor fixes as well.1995-09-21, by Edward M. Reingold
-
Added code to support Chinese calendar.1995-09-21, by Edward M. Reingold
-
Moved stuff to other files.1995-09-21, by Edward M. Reingold
-
Many functions moved to other files, some rewritten. See ChangeLog entry.1995-09-21, by Edward M. Reingold
-
(LOCALTIME_CACHE, tzset): New macros.1995-09-20, by Paul Eggert
-
(gettimeofday, init_gettimeofday, daylight, gmtoffset): Undo previous change.1995-09-20, by Paul Eggert
-
(substitute-key-definition): Do recursively scan1995-09-18, by Richard M. Stallman
-
(C-down-mouse-1): Use buffer menu, not font menu.1995-09-18, by Richard M. Stallman
-
(find-alternate-file): Kill any preexisting ` **lose**' buf.1995-09-17, by Richard M. Stallman
-
(Fload): Rename arg STR to FILE.1995-09-15, by Richard M. Stallman
-
(indent-for-tab-command): Get the prefix arg1995-09-14, by Richard M. Stallman
-
(vc-fetch-master-properties): Call "cvs status" in the right1995-09-14, by André Spiegel
-
(dired-up-directory): Add optional argument `other-window' to obviate1995-09-12, by Erik Naggum
-
(auto-mode-alist): .pl is now Perl.1995-09-12, by Richard M. Stallman
-
(src/paths.h, paths-force): Use paths.h.$$ instead1995-09-12, by Karl Heuer
-
(BROKEN_SELECT_NON_X): Moved to s/isc2-2.h.1995-09-12, by Karl Heuer
-
(BROKEN_SELECT_NON_X): Define this instead of turning1995-09-12, by Karl Heuer
-
(call_mod_hooks, verify_interval_modification):1995-09-12, by Richard M. Stallman
-
(call_mod_hooks): Moved from intevals.c1995-09-12, by Richard M. Stallman
-
(signal_after_change): Call report_interval_modification.1995-09-12, by Richard M. Stallman
-
(Fencode_time): Use mktime to do the real work;1995-09-10, by Paul Eggert
-
(hexl-current-address): New arg VALIDATE.1995-09-10, by Richard M. Stallman
-
(center-line): New arg NLINES.1995-09-10, by Richard M. Stallman
-
Improve error msg for invalid --with-x-toolkit value.1995-09-10, by Richard M. Stallman
-
(init_gettimeofday): Remove declaration.1995-09-10, by Richard M. Stallman
-
(gettimeofday): Don't bother setting time zone,1995-09-10, by Richard M. Stallman
-
(Fset_time_zone_rule): New function.1995-09-10, by Richard M. Stallman
-
(setenv): Call set-time-zone-rule when setting TZ.1995-09-10, by Richard M. Stallman
-
(LOCALTIME_CACHE): Remove; now configured automatically.1995-09-10, by Richard M. Stallman
-
(main): Call tzset only if LOCALTIME_CACHE is defined;1995-09-10, by Richard M. Stallman
-
(LOCALTIME_CACHE): Define if tzset exists and1995-09-10, by Richard M. Stallman
-
(command_loop_1): Set this_command to nil before reading a command.1995-09-10, by Richard M. Stallman
-
(Fdecode_time): Doc fix.1995-09-09, by Richard M. Stallman
-
(vc-dired-mode): Now a major mode derived from dired-mode.1995-09-08, by André Spiegel
-
(vc-locking-user): Fixed wrong parentheses.1995-09-08, by André Spiegel
-
(dired-internal-noselect): Set dired-directory when refreshing a buffer1995-09-08, by André Spiegel
-
Rename all register-name args to `register'.1995-09-08, by Richard M. Stallman
-
(Fmake_marker): Initialize insertion_type to 0.1995-09-08, by Richard M. Stallman
-
Fix typos.1995-09-08, by Richard M. Stallman
-
(HAVE_UNISTD_H): Add #undef.1995-09-08, by Richard M. Stallman
-
(ange-ftp-gwp-filter): Go to process buffer before getting text from it.1995-09-06, by Richard M. Stallman
-
(Info-suffix-list): Add .inf to MSDOS list.1995-09-06, by Richard M. Stallman
-
(gud-filter): Save up text that arrives while processing previous text.1995-09-06, by Richard M. Stallman
-
(install-arch-indep): Always install the new dir file;1995-09-06, by Richard M. Stallman
-
(rmail-summary-construct-io-menu): Use all of FILES.1995-09-06, by Richard M. Stallman
-
(mail-interactive-insert-alias): Call mail-abbrev-expand-hook.1995-09-04, by Richard M. Stallman
-
(Fcopy_marker): New arg TYPE.1995-09-03, by Richard M. Stallman
-
(Fmake_indirect_buffer): Set the insertion_type of the zv_marker markers to 1.1995-09-03, by Richard M. Stallman
-
(adjust_markers_for_insert): New function.1995-09-03, by Richard M. Stallman
-
(dired-internal-noselect): New arg MODE.1995-09-03, by Richard M. Stallman
-
(putchar): Call internal_flush instead of _flsbuf.1995-09-03, by Richard M. Stallman
-
Don't assume that HAVE_CONFIG_H implies emacs.1995-09-02, by David J. MacKenzie
-
(auto-mode-alist): Handle .f90 files.1995-09-02, by Richard M. Stallman
-
Simplify using new names file names src/makefile.in,1995-09-02, by Richard M. Stallman
-
Define STDC_HEADERS.1995-09-02, by Richard M. Stallman
-
(Fmsdos_mouse_enable, Fmsdos_mouse_disable)1995-09-02, by Richard M. Stallman
-
(sleep_or_kbd_init): Delete declaration.1995-09-02, by Richard M. Stallman
-
(sys_subshell) [MSDOS]: Handle SUSPEND env var.1995-09-02, by Richard M. Stallman
-
[!MULTI_FRAME] (Factive_minibuffer_window): New function.1995-09-02, by Richard M. Stallman
-
(SITELOAD_PURESIZE_EXTRA): New macro.1995-09-02, by Richard M. Stallman
-
(Fmake_symbolic_link, Fadd_name_to_file):1995-09-02, by Richard M. Stallman
-
(Ffile_name_all_completions, Ffile_name_completion):1995-09-02, by Richard M. Stallman
-
(re_search_2): If pattern starts with \=, optimize search.1995-09-01, by Richard M. Stallman
-
(save_excursion_save): Pass the new arg to Fcopy_marker.1995-09-01, by Richard M. Stallman
-
(save_window_save): Pass the new arg to Fcopy_marker.1995-09-01, by Richard M. Stallman
-
(sendmail-send-it): Use user-mail-address.1995-08-31, by Richard M. Stallman
-
(Fcommand_execute): Ignore `disabled' property on1995-08-31, by Richard M. Stallman
-
(Fdisplay_completion_list): Clear all text properties1995-08-31, by Richard M. Stallman
-
(ange-ftp-vms-sans-version): Accept extra args.1995-08-31, by Richard M. Stallman
-
Add #undef for open, close, read, write.1995-08-31, by Richard M. Stallman
-
(kill-new): Compute 2nd arg to interprogram-cut-function based on REPLACE.1995-08-30, by Richard M. Stallman
-
(list-directory): Set default-directory.1995-08-30, by Richard M. Stallman
-
(Fdecode_time): Doc fix.1995-08-29, by Richard M. Stallman
-
(dired-byte-compile): Report failure if output file is not created.1995-08-29, by Richard M. Stallman
-
(decode_env_path): Use ".", not nil, for current dir.1995-08-29, by Richard M. Stallman
-
(function-key-map): Consistently map CLEAR to C-l.1995-08-29, by Richard M. Stallman
-
(wordstar-center-line): Renamed from center-line.1995-08-29, by Richard M. Stallman
-
(vc-dired-update-line): Don't use dired-do-redisplay.1995-08-29, by André Spiegel
-
(vc-utc-string): New function.1995-08-29, by André Spiegel
-
(x_wm_set_icon_pixmap): If trying to turn off icon pixmap, do nothing.1995-08-29, by Richard M. Stallman
-
(GETPGRP_NO_ARG, WAIT_USE_INT, UNEXEC): New macros.1995-08-28, by Roland McGrath
-
(recover-session-finish): Catch erorr in recover-file.1995-08-28, by Richard M. Stallman
-
(basic-save-buffer): Doc fix.1995-08-28, by Richard M. Stallman
-
(executable-set-magic): Use make-local-hook for after-save-hook.1995-08-28, by Richard M. Stallman
-
(makefile-font-lock-keywords): Highlight lines with1995-08-28, by Richard M. Stallman
-
Fix typo in global-map define.1995-08-28, by Richard M. Stallman
-
(doprnt): Fix typo in error message.1995-08-27, by Richard M. Stallman
-
Delete some #if 0'd functions.1995-08-27, by Richard M. Stallman
-
(rassoc): Definition deleted.1995-08-27, by Richard M. Stallman
-
(mail-mode-syntax-table): defvar deleted.1995-08-27, by Richard M. Stallman
-
Load cl only during compilation.1995-08-27, by Richard M. Stallman
-
(hide-ifdef-hiding): Delete duplicate defvar.1995-08-27, by Richard M. Stallman
-
(m2-execute-monitor-command): Renamed from execute-monitor-command.1995-08-27, by Richard M. Stallman
-
(refer-every): Renamed from every.1995-08-27, by Richard M. Stallman
-
(eventp): Duplicate definition deleted.1995-08-26, by Richard M. Stallman
-
Doc fixes.1995-08-26, by Richard M. Stallman
-
(ada-spec-suffix): Definition deleted.1995-08-26, by Richard M. Stallman
-
(abs): Function definition deleted.1995-08-26, by Richard M. Stallman
-
(Info-default-directory-list): Duplicate defvar deleted.1995-08-26, by Richard M. Stallman
-
(modifier_names): Add 4 bits to modifier bit positions.1995-08-26, by Richard M. Stallman
-
(rebuild-mail-abbrevs): FILE defaults to visited file.1995-08-25, by Richard M. Stallman
-
(vc-fetch-master-properties): Count cvs status "Needs Patch" as1995-08-25, by André Spiegel
-
(vc-directory): Kill existing vc-dired buffers for this directory.1995-08-25, by André Spiegel
-
(next-file): Advance next-file-list before finding the file named in its1995-08-25, by Roland McGrath
-
(describe-function): Show file name for autoloaded fns.1995-08-25, by Richard M. Stallman
-
(mouse-avoidance-mode): Use post-command-idle-hook. Use remove-hook.1995-08-25, by Richard M. Stallman
-
(what-line): Print narrowed linenum with full buffer num.1995-08-25, by Richard M. Stallman
-
(makefile-mode-syntax-table): "]" is a close-paren.1995-08-24, by Richard M. Stallman
-
(makefile-add-log-defun): Avoid error at eob.1995-08-24, by Richard M. Stallman
-
Doc fixes.1995-08-23, by Richard M. Stallman
-
[HAVE_CONFIG_H]: Include config.h.1995-08-23, by Roland McGrath
-
(2C-mode): Use make-local-hook and add-hook.1995-08-22, by Richard M. Stallman
-
(icomplete-minibuffer-setup): Use make-local-hook1995-08-22, by Richard M. Stallman
-
(ediff-profile): Use make-local-hook and add and remove hooks locally.1995-08-22, by Richard M. Stallman
-
(PUSH_FAILURE_POINT, POP_FAILURE_POINT): Don't push or pop1995-08-22, by Richard M. Stallman
-
(basic-save-buffer): Call vc-after-save.1995-08-22, by Richard M. Stallman
-
(auto-mode-alist): Turn on use of makefile-mode.1995-08-22, by Richard M. Stallman
-
(byte-compiler-base-file-name): New function.1995-08-22, by Richard M. Stallman
-
(Info-suffix-list): For MS-DOS, use gunzip as the only uncompressor,1995-08-22, by Richard M. Stallman
-
Removed the comment that said we assume strict locking.1995-08-22, by André Spiegel
-
(vc-simple-command): New function.1995-08-22, by André Spiegel
-
(tcl-hilit): New function from "Chris Alfeld" <calfeld@math.utah.edu>1995-08-22, by Tom Tromey
-
(insert-kbd-macro): Express vector char modifiers with1995-08-22, by Richard M. Stallman
-
(jka-compr-byte-compiler-base-file-name): New function.1995-08-22, by Richard M. Stallman
-
(display_text_line): Write blanks under the entire1995-08-22, by Karl Heuer
-
(compilation-exit-message-function): New variable.1995-08-21, by Roland McGrath
-
(Qpost_command_idle_hook, Vpost_command_idle_hook): New vars.1995-08-21, by Richard M. Stallman
-
Use post-command-idle-hook.1995-08-21, by Richard M. Stallman
-
Include syssignal.h.1995-08-21, by Richard M. Stallman
-
(SA_RESTART): Add #undef.1995-08-21, by Richard M. Stallman
-
(vc-latest-on-branch-p): Under CVS, handle the case when the file is1995-08-21, by André Spiegel
-
(vc-fetch-master-properties): RCS case: get locking mode.1995-08-21, by André Spiegel
-
(NO_SOCKETS_IN_FILE_SYSTEM): Defined.1995-08-21, by Richard M. Stallman
-
(makefile-space-face): New variable.1995-08-21, by Richard M. Stallman
-
Require rmail.1995-08-21, by Richard M. Stallman
-
Define user options with defvar, not defconst.1995-08-21, by Richard M. Stallman
-
New version 3.07. Made fast-lock-mode use buffer-file-truename, not buffer-file-name.1995-08-21, by Simon Marshall
-
Doc fixes.1995-08-21, by Richard M. Stallman
-
default to user-supplied buffer.1995-08-21, by David J. MacKenzie
-
(dired-string-replace-match): Simplify using replace-match.1995-08-21, by Richard M. Stallman
-
(dired-expand-newtext): Function deleted.1995-08-21, by Richard M. Stallman
-
(POSIX_SIGNALS, CLASH_DETECTION): Defined.1995-08-20, by Richard M. Stallman
-
(SYSTEM_TYPE): Change to just "aix".1995-08-20, by Richard M. Stallman
-
(sigsetmask, _setjmp, _longjmp): Delete undefs.1995-08-20, by Richard M. Stallman
-
Include aix3-2-5.h, not aix3-2.h.1995-08-20, by Richard M. Stallman
-
* viper.el (vip-set-hooks): Use view-mode-hook in emacs and view hook in xemacs.1995-08-20, by Michael Kifer
-
(vip-leave-region-active): new function.1995-08-20, by Michael Kifer
-
(vip-surrounding-word): modified to understand tripple clicks.1995-08-20, by Michael Kifer
-
(file-regular-p-18): Fix test for whether to use this.1995-08-20, by Richard M. Stallman
-
Initial revision1995-08-19, by Richard M. Stallman
-
(basic-save-buffer): Confirm for overwriting old file1995-08-19, by Richard M. Stallman
-
(scan_sexps_forward): Fix previous change.1995-08-19, by Richard M. Stallman
-
(blink-matching-paren-dont-ignore-comments): New var.1995-08-19, by Richard M. Stallman
-
(Info-find-emacs-command-nodes): Fix previous change.1995-08-19, by Richard M. Stallman
-
(hilit-submit-feedback): New ftp site.1995-08-19, by Karl Heuer
-
(struct Lisp_Marker): Make insertion_type an unsigned int.1995-08-19, by Richard M. Stallman
-
(Info-file-list-for-emacs): New variable.1995-08-19, by Richard M. Stallman
-
Fix typos.1995-08-19, by Richard M. Stallman
-
(sh-newline-and-indent): Don't interpret prefix arg1995-08-19, by Karl Heuer
-
(skeleton-newline-indent-rigidly): New variable.1995-08-19, by Karl Heuer
-
(vc-next-action-on-file): Changed doc string, CVS case.1995-08-18, by André Spiegel
-
(vc-fetch-master-properties): Recognize cvs status "Unresolved Conflict".1995-08-18, by André Spiegel
-
(getdate.c): New target.1995-08-18, by Richard M. Stallman
-
(pascal-mode): Set comment-start.1995-08-17, by Richard M. Stallman
-
(hilit-submit-feedback): New bug-reporting address.1995-08-17, by Karl Heuer
-
Update address in comment.1995-08-17, by Karl Heuer
-
* etags.c (Pascal_functions): Close comment bug corrected.1995-08-17, by Francesco Potortì
-
(RANLIB): Substitute this into makefiles.1995-08-17, by Richard M. Stallman
-
(rmail-new-summary): Enable the Input/output menu.1995-08-17, by Richard M. Stallman
-
(vc-next-action-on-file): Moved the setting of the default branch to1995-08-17, by André Spiegel
-
Changed references to vc-top-version into vc-master-workfile-version.1995-08-17, by André Spiegel
-
(vc-top-version): Renamed to vc-master-workfile-version. Updated all1995-08-17, by André Spiegel
-
(vc-next-action-on-file): Query when trying to lock non-latest1995-08-17, by André Spiegel
-
(vc-revert-buffer1): Split part of the function into vc-buffer-context1995-08-17, by André Spiegel
-
(show-paren-command-hook): Do nothing if have unread events.1995-08-16, by Richard M. Stallman
-
(scan_sexps_forward): Use the initial depth1995-08-16, by Richard M. Stallman
-
(Fself_insert_command): Optimize the case with arg > 21995-08-16, by Richard M. Stallman
-
(inferior-lisp): Use pop-to-buffer.1995-08-16, by Richard M. Stallman
-
(run-scheme): Use pop-to-buffer.1995-08-16, by Richard M. Stallman
-
(run-scheme): Use pop-to-buffer.1995-08-16, by Richard M. Stallman
-
(RANLIB): Get this var from configure.1995-08-16, by Richard M. Stallman
-
(sh-mode-map): Use new name skeleton-pair-insert-maybe.1995-08-15, by Karl Heuer
-
(sh-test): New variable.1995-08-15, by Karl Heuer
-
(skeleton-pair-insert-maybe): Plain insert in Ovwrt mode1995-08-15, by Karl Heuer
-
(sort_args): Initialize best_priority smaller than any1995-08-15, by Karl Heuer
-
Comment change.1995-08-15, by Richard M. Stallman
-
(sc-attribs-extract-namestring): If name has <...>,1995-08-15, by Richard M. Stallman
-
*** empty log message ***1995-08-15, by Karl Heuer
-
Rewrite as a minor mode.1995-08-15, by Karl Heuer
-
(vip-set-hooks): Use view-mode-hook, not view-hook.1995-08-14, by Karl Heuer
-
(Fcall_process_region): Pass new arg to Fwrite_region.1995-08-14, by Richard M. Stallman
-
(Fwrite_region): New arg lockname.1995-08-14, by Richard M. Stallman
-
(basic-save-buffer-1): Pass new arg to write-region.1995-08-14, by Richard M. Stallman
-
(standard_args): Fix previous change.1995-08-14, by Richard M. Stallman
-
(insert-file-contents-literally): New function.1995-08-14, by Richard M. Stallman
-
(command-line-1): Add option --eval to evalute an1995-08-14, by Richard M. Stallman
-
(standard_args): Add option --eval to evalute an1995-08-14, by Richard M. Stallman
-
(forms-check-number-of-fields): New vbl.1995-08-14, by Richard M. Stallman
-
(recover-file): It's ok if the visited file doesn't exist.1995-08-13, by Richard M. Stallman
-
(Fcancel_kbd_macro_events): New function.1995-08-13, by Richard M. Stallman
-
(mouse-drag-region): Unread the up-event rather than execute it here.1995-08-13, by Richard M. Stallman
-
(i*386-*-isc4.*): Set GCC_TEST_OPTIONS and NON_GCC_TEST_OPTIONS.1995-08-13, by Richard M. Stallman
-
(CFLAGS): When computing CFLAGS and REAL_CFLAGS1995-08-12, by Richard M. Stallman
-
(store_frame_param): Don't call set_menu_bar_lines if X.1995-08-12, by Richard M. Stallman
-
(xrealloc): Change cast to match return type.1995-08-12, by Karl Heuer
-
(rmail-convert-file): Look back for ^_ only at bol.1995-08-12, by Richard M. Stallman
-
(shell-command-on-region): Don't examine order of1995-08-12, by Richard M. Stallman
-
(TEXT_END, DATA_END): Fix the definitions.1995-08-11, by Richard M. Stallman
-
Test OSF1, not __osf1__.1995-08-11, by Richard M. Stallman
-
(ORDINARY_LINK): Define only if __osf1__.1995-08-11, by Richard M. Stallman
-
Insert missing quote in help-font-lock-keywords.1995-08-11, by Simon Marshall
-
(xmalloc, xrealloc): Use return-type long *.1995-08-11, by Richard M. Stallman
-
(x_set_menu_bar_lines) [USE_X_TOOLKIT]: When turning1995-08-11, by Richard M. Stallman
-
(Fformat): Limit minlen to avoid stack overflow.1995-08-11, by Richard M. Stallman
-
(doprnt): Error if %-width is too big.1995-08-11, by Richard M. Stallman
-
(ULIMIT_BREAK_VALUE, SEGMENT_MASK): Moved to intel386.h1995-08-11, by Richard M. Stallman
-
[linux] (ULIMIT_BREAK_VALUE, SEGMENT_MASK): Moved from linux.h.1995-08-11, by Richard M. Stallman
-
[linux] (COFF, NO_TERMIO): Defined.1995-08-11, by Richard M. Stallman
-
(fatal_unexec): Use vfprintf, not _doprnt.1995-08-11, by Richard M. Stallman
-
(LIBS_DEBUG, START_FILES, LIBS_MACHINE): Define only if __osf1__.1995-08-11, by Richard M. Stallman
-
(isearch-other-meta-char): Avoid bug checking whether1995-08-10, by Richard M. Stallman
-
(byte-compile-insert-header): Use 19.29, not 19.28.901995-08-10, by Richard M. Stallman
-
(server-buffer-done): Pause between client commands,1995-08-10, by Richard M. Stallman
-
Fix defvar equivalent expression.1995-08-10, by Richard M. Stallman
-
Add index and xref to variable-interactive.1995-08-10, by Richard M. Stallman
-
(vc-dired-reformat-line): Display eight character user names correctly.1995-08-10, by Richard M. Stallman
-
Comment change.1995-08-10, by Richard M. Stallman
-
Comment change.1995-08-10, by Richard M. Stallman
-
Added Font Lock mode support.1995-08-10, by Simon Marshall
-
Rewrite texinfo-font-lock-keywords; don't fontify syntactically.1995-08-10, by Simon Marshall
-
Tweak fortran-font-lock-keywords-1.1995-08-10, by Simon Marshall
-
(interpreter-mode-alist): Delete autoload cookie.1995-08-09, by Richard M. Stallman
-
(lock_file): Use get_truename_buffer.1995-08-09, by Richard M. Stallman
-
(get_truename_buffer): New function.1995-08-09, by Richard M. Stallman
-
* man.el (Man-translate-references): Anchor the regexps.1995-08-09, by Francesco Potortì
-
(read_process_output, exec_sentinel): Call1995-08-08, by Richard M. Stallman
-
(Freplace_match): New arg SUBEXP.1995-08-08, by Richard M. Stallman
-
(vc-revert-buffer): In a dedicated solitary window,1995-08-08, by Richard M. Stallman
-
Add subexp arg to replace-match.1995-08-08, by Richard M. Stallman
-
(forward-paragraph): Don't overlook a paragraph-start1995-08-08, by Richard M. Stallman
-
Make Major Mode Conventions xref to Tips for Defining.1995-08-08, by Richard M. Stallman
-
New node, Tips for Defining.1995-08-08, by Richard M. Stallman
-
(dired-mode-map): Set up the map completely1995-08-08, by Richard M. Stallman
-
(read_key_sequence): Undo previous change.1995-08-08, by Richard M. Stallman
-
[ps2]: Use nlist instead of knlist #ifdef _AIX. make-3-74-1 make-3-74-21995-08-07, by Roland McGrath
-
(signal_before_change, signal_after_change): Fix1995-08-07, by Karl Heuer
-
(doprnt): Don't let size_bound be gigantic. Fix error message.1995-08-07, by Richard M. Stallman
-
(command-line-1): Fix previous change.1995-08-07, by Richard M. Stallman
-
(tcl-do-auto-fill): Only fill past fill-column; for 19.29.1995-08-07, by Tom Tromey
-
(byte-compile-output-docform): Check1995-08-07, by Richard M. Stallman
-
(main): Fix previous change.1995-08-06, by Richard M. Stallman
-
(redisplay): Compute mini_frame the same way echo_area_display does.1995-08-06, by Richard M. Stallman
-
Standardize layout of doc strings.1995-08-06, by Richard M. Stallman
-
(delete-selection-pre-hook): New type value `yank'.1995-08-06, by Richard M. Stallman
-
(column-number-mode, line-number-mode): Default now t.1995-08-06, by Richard M. Stallman
-
(run_hook_with_args): Move the GCPRO2; add UNGCPRO.1995-08-06, by Richard M. Stallman
-
(m68*-next-*): Use m68k.h and nextstep.h.1995-08-05, by Richard M. Stallman
-
(Qbefore_change_functions, Qafter_change_functions): Declared.1995-08-05, by Richard M. Stallman
-
(Qbefore_change_functions, Qafter_change_functions): New variables.1995-08-05, by Richard M. Stallman
-
(signal_before_change, signal_after_change): Major rewrite.1995-08-05, by Richard M. Stallman
-
(Fdisplay_completion_list): gcpro elt.1995-08-05, by Richard M. Stallman
-
(print_string): Use insert_from_string for output to buffer.1995-08-05, by Richard M. Stallman
-
(run_hook_with_args): Add gcpros.1995-08-05, by Richard M. Stallman
-
(saved_doc_string*): New variables.1995-08-05, by Richard M. Stallman
-
(Info-read-node-name-1): New function.1995-08-05, by Richard M. Stallman
-
(tab-to-tab-stop): Expand abbrevs only after a word-char.1995-08-05, by Richard M. Stallman
-
(main): Mention lock file name in error message.1995-08-05, by Richard M. Stallman
-
(set-face-background): When using face-color-supported-p,1995-08-05, by Richard M. Stallman
-
Explain how delete-region alters point.1995-08-05, by Richard M. Stallman
-
(Fset_mouse_position, Fset_mouse_pixel_position): Doc fixes.1995-08-05, by Richard M. Stallman
-
(Ffocus_frame, Funfocus_frame): Make them no-ops.1995-08-05, by Richard M. Stallman
-
(fortran-auto-fill-mode, fortran-do-auto-fill, fortran-fill):1995-08-05, by Richard M. Stallman
-
(x_delete_display) [AIX]: Don't call XRmDestroyDatabase.1995-08-05, by Richard M. Stallman
-
(bibtex-maintain-sorted-entries): Make nil the default.1995-08-05, by Richard M. Stallman
-
(ps-print-emacs-type): Renamed from emacs-type.1995-08-04, by Richard M. Stallman
-
Renamed `fsf' to `emacs' in all names.1995-08-04, by Richard M. Stallman
-
(compilation-error-regexp-alist): Add regexp for Sun ada.1995-08-04, by Roland McGrath
-
Initial revision1995-08-04, by Richard M. Stallman
-
(redisplay): When displaying a terminal frame,1995-08-03, by Richard M. Stallman
-
(command-line-1): Mention recover-session if there's a .saves file.1995-08-03, by Richard M. Stallman
-
Don't alter bindings in minibuffer-local-must-match-map1995-08-03, by Richard M. Stallman
-
(resize-minibuffer-setup): Use make-local-hook.1995-08-03, by Richard M. Stallman
-
Move various Q... vars to top of file, unconditional.1995-08-03, by Richard M. Stallman
-
(tpu-control-keys): New initial value, nil.1995-08-03, by Richard M. Stallman
-
(read_key_sequence): Don't downshift an event1995-08-03, by Richard M. Stallman
-
(jka-compr-load): Bind load-force-doc-strings.1995-08-02, by Richard M. Stallman
-
(dired-do-copy): Doc fix.1995-08-02, by Richard M. Stallman
-
(archive-remote-regexp): Don't accept hostnames1995-08-02, by Richard M. Stallman
-
(HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.1995-08-02, by Richard M. Stallman
-
(sigblock, SIG_BLOCK): Don't define them if POSIX_SIGNALS.1995-08-02, by Richard M. Stallman
-
(HAVE_SELECT): Defined.1995-08-02, by Richard M. Stallman
-
(fill-region-as-paragraph): Don't find adaptive-fill-regexp1995-08-02, by Richard M. Stallman
-
(unload-feature): Delete the file's load-history element.1995-08-02, by Richard M. Stallman
-
(XTread_socket): For UnmapNotify, use x_top_window_to_frame.1995-08-02, by Richard M. Stallman
-
Maybe include net/errno.h.1995-08-02, by Richard M. Stallman
-
(cons_cells_consed, floats_consed, vector_cells_consed)1995-08-02, by Richard M. Stallman
-
[USE_X_TOOLKIT] (xmenu_show): Compute root-based1995-08-02, by Richard M. Stallman
-
(xm_popup_menu): New arg `event'.1995-08-02, by Richard M. Stallman
-
(xlw_popup_menu): New arg event.1995-08-02, by Richard M. Stallman
-
(lw_popup_menu): New arg event, passed along.1995-08-02, by Richard M. Stallman
-
(gud-xdb-marker-filter): Change pattern to accept spc at end.1995-08-02, by Richard M. Stallman
-
(do_switch_frame): Do nothing special when switching between terminal frames.1995-08-01, by Richard M. Stallman
-
(file-name-handler-alist): Don't match host name ending in period.1995-08-01, by Richard M. Stallman
-
(recover-session): Mention deletion is possible.1995-08-01, by Richard M. Stallman
-
(2C-toggle-autoscroll, 2C-autoscroll):1995-08-01, by Karl Heuer
-
(getloadavg): Set FD_CLOEXEC flag on /dev/kmem file descriptor.1995-08-01, by Roland McGrath
-
(byte-optimize-nthcdr): Fix previous change.1995-08-01, by Richard M. Stallman
-
(dired-insert-set-properties): Catch errors.1995-07-31, by Richard M. Stallman
-
(vi-scroll-amount, vi-shift-width): Fix syntax of doc strings.1995-07-31, by Richard M. Stallman
-
(GETTIMEOFDAY_ONE_ARGUMENT): Deleted; configure handles this now.1995-07-31, by Karl Heuer
-
(dired-read-shell-command): Pass `shell-command-history' to read-string.1995-07-31, by Richard M. Stallman
-
Declare hook running functions.1995-07-31, by Simon Marshall
-
Remove the remaining hook running functions. They are in C now.1995-07-31, by Simon Marshall
-
(kbd_buffer_get_event, swallow_events): Fix prev change.1995-07-31, by Richard M. Stallman
-
Major additions by Gustavo Chaves.1995-07-31, by Richard M. Stallman
-
(rmail-unix-mail-delimiter): Allow two-letter timezone name.1995-07-30, by Richard M. Stallman
-
(byte-compile-insert-header): If compiling for vers 18,1995-07-30, by Richard M. Stallman
-
(set-face-background): Don't treat nil as a color.1995-07-30, by Richard M. Stallman
-
(dabbrev-expand): Save previous point for undo.1995-07-30, by Richard M. Stallman
-
(gettimeofday): New function, defined if necessary.1995-07-30, by Richard M. Stallman
-
(Fmake_terminal_frame): Copy face_alist from selected frame.1995-07-30, by Richard M. Stallman
-
(with-electric-help): Doc fix.1995-07-30, by Richard M. Stallman
-
(HAVE_XRMSETDATABASE): Define if not defined.1995-07-30, by Richard M. Stallman
-
(cd): When reading arg, use just directory as the default.1995-07-30, by Richard M. Stallman
-
(do-auto-fill): Handle adaptive-fill-function and adaptive-fill-regexp.1995-07-30, by Richard M. Stallman
-
(forward-paragraph): Don't move back over a line1995-07-29, by Richard M. Stallman
-
(isearch-mode-map): Don't bind tab, return, kp-N, etc.1995-07-29, by Richard M. Stallman
-
(fortran-break-line): Fixed a bug that sometimes1995-07-29, by Richard M. Stallman
-
(vc-resynch-buffer): New function.1995-07-29, by Richard M. Stallman
-
Initial revision1995-07-29, by Richard M. Stallman
-
(kbd_buffer_get_event): Update input_pending after1995-07-28, by Richard M. Stallman
-
(syms_of_eval): Add missing defsubr.1995-07-28, by Karl Heuer
-
(describe_buffer_bindings): Print bindings from1995-07-28, by Richard M. Stallman
-
(GETTIMEOFDAY_ONE_ARGUMENT): Add #undef.1995-07-28, by Richard M. Stallman
-
(do-auto-fill): Handle adaptive-fill-regexp.1995-07-28, by Richard M. Stallman
-
(imenu-generic-lisp-expression)1995-07-28, by Karl Heuer
-
(c++-imenu-generic-expression): Var defined.1995-07-28, by Karl Heuer
-
(c-imenu-generic-expression): Var defined.1995-07-28, by Karl Heuer
-
(latex-imenu-generic-expression): Var defined.1995-07-28, by Karl Heuer
-
(texinfo-imenu-generic-expression): Var defined.1995-07-28, by Karl Heuer
-
(ada-imenu-generic-expression): Var defined.1995-07-28, by Karl Heuer
-
(lisp-imenu-generic-expression): Var defined.1995-07-28, by Karl Heuer
-
Add keywords and comments as per conventions.1995-07-27, by Richard M. Stallman
-
(record_overlay_string, overlay_strings): Handle zero-sized overlays better.1995-07-27, by Karl Heuer
-
(texinfo-specific-section-type): Use buffer-substring-no-properties.1995-07-27, by Richard M. Stallman
-
(struct sortstrlist): New type.1995-07-27, by Karl Heuer
-
(vip-overriding-map): new variable.1995-07-27, by Michael Kifer
-
(vip-repeat-from-history-key): new default.1995-07-27, by Michael Kifer
-
(vip-multiclick-timeout): new default.1995-07-27, by Michael Kifer
-
(vip-add-hook,vip-remove-hook): new functions.1995-07-27, by Michael Kifer
-
*** empty log message ***1995-07-27, by Michael Kifer
-
(vip-info-file-name): variable removed.1995-07-27, by Michael Kifer
-
(x-font-regexp): Add \\(\\) for substring extraction.1995-07-27, by Karl Heuer
-
(pascal-mode): Added imenu support.1995-07-27, by Richard M. Stallman
-
(texinfo-environment-regexp): Allow whitespace at BOL.1995-07-27, by Richard M. Stallman
-
(tpu-backward-line): Only move to BOL if not already there.1995-07-27, by Richard M. Stallman
-
(tpu-version): New version.1995-07-27, by Richard M. Stallman
-
Comment changes.1995-07-27, by Richard M. Stallman
-
(update_menu_bar): Pass new arg to set_frame_menubar.1995-07-26, by Richard M. Stallman
-
(indent-region-function): Doc fix.1995-07-26, by Richard M. Stallman
-
(shared-lisp-mode-map): Don't bind TAB, just set indent-line-function.1995-07-26, by Richard M. Stallman
-
(prefix-args): Pass ALL_LDFLAGS.1995-07-26, by Richard M. Stallman
-
Account for termcap file renaming.1995-07-26, by David J. MacKenzie
-
TERMCAP_NAME -> TERMCAP_FILE.1995-07-26, by David J. MacKenzie
-
(tparam): Remove arg array and the #ifdef.1995-07-26, by David J. MacKenzie
-
(perl-imenu-generic-expression) New variable.1995-07-26, by Richard M. Stallman
-
multiple-frames is not terminal-local.1995-07-26, by Richard M. Stallman
-
Move #define of bcopy to after #include <string.h>.1995-07-26, by David J. MacKenzie
-
Delete duplicate definitions for format-find-file and format-insert-file.1995-07-26, by Richard M. Stallman
-
Use defopt for same-window-buffer-names and same-window-regexps.1995-07-26, by Richard M. Stallman
-
Do renamings:1995-07-26, by Karl Heuer
-
Do renamings:1995-07-26, by Karl Heuer
-
(LIBS_SYSTEM): Defined.1995-07-25, by Richard M. Stallman
-
(LIBS_MACHINE): Delete -lsun.1995-07-25, by Richard M. Stallman
-
(x-font-regexp-weight-subnum, x-font-regexp-slant-subnum)1995-07-25, by Karl Heuer
-
Renamings: frame->display => frame->output, struct x_display -> sruct x_output.1995-07-25, by Richard M. Stallman
-
(struct x_output): Renamed from struct x_display.1995-07-25, by Richard M. Stallman
-
(struct frame): Rename `display' member to `output_data'.1995-07-25, by Richard M. Stallman
-
(imenu--history-list): Don't make this buffer-local.1995-07-25, by Richard M. Stallman
-
(run-hook-with-args): Fix previous code.1995-07-25, by Karl Heuer
-
(tar-copy): Inhibit use of jka-compr handler1995-07-25, by Richard M. Stallman
-
Include buffer.h.1995-07-25, by Richard M. Stallman
-
(enum event_kind): Added menu_bar_activate_event.1995-07-25, by Richard M. Stallman
-
(kbd_buffer_get_event) [USE_X_TOOLKIT]:1995-07-25, by Richard M. Stallman
-
(struct x_display): New fields saved_button_event, id.1995-07-25, by Richard M. Stallman
-
(next_noop_dpyinfo): New variable.1995-07-25, by Richard M. Stallman
-
(x_menubar_window_to_frame): New function.1995-07-25, by Richard M. Stallman
-
(signal_before_change): Use Frun_hook_with_args.1995-07-25, by Karl Heuer
-
(Frun_hook_with_args): New C function, formerly in subr.el.1995-07-25, by Karl Heuer
-
(Frun_hook_with_args): Declare this function.1995-07-25, by Karl Heuer
-
(run-hook-with-args): Deleted; now in C code.1995-07-25, by Karl Heuer
-
(make-face-bold, make-face-italic, make-face-bold-italic)1995-07-25, by Richard M. Stallman
-
(rmail-insert-inbox-text): Always use movemail when renaming a file.1995-07-25, by Richard M. Stallman
-
(Fprimitive_undo): Don't end inner loop1995-07-25, by Richard M. Stallman
-
(Fstart_process): Don't expand the file name before trying openp.1995-07-25, by Richard M. Stallman
-
Explain CTRL-META chars and how to use ESC for them.1995-07-24, by Richard M. Stallman
-
(Info-current-file): Doc fix.1995-07-24, by Richard M. Stallman
-
(tcl-word-no-props): New function.1995-07-23, by Tom Tromey
-
Doc fixes.1995-07-23, by Tom Tromey
-
(Fprevious_window, Fnext_window): When minibuf = nil,1995-07-23, by Richard M. Stallman
-
(do_auto_save_unwind): Set auto_saving to 0.1995-07-22, by Richard M. Stallman
-
(Fget_char_property): If OBJECT is non-current buffer,1995-07-22, by Richard M. Stallman
-
Add latest changes of old library and some more.1995-07-22, by Karl Heuer
-
(read_list): When a file loaded from site-init.el uses #$,1995-07-21, by Richard M. Stallman
-
(byte-optimize-lapcode): Fix format calls.1995-07-21, by Richard M. Stallman
-
(AIX4): New definition.1995-07-21, by Richard M. Stallman
-
(LD_SWITCH_MACHINE) [AIX4]: New alternate definition.1995-07-21, by Richard M. Stallman
-
(imenu-choose-buffer-index): Avoid trying to select WINDOW if it is nil.1995-07-21, by Richard M. Stallman
-
(set_frame_menubar): If the Lisp-level menu bar menus1995-07-21, by Richard M. Stallman
-
(menu-bar-buffer-menu): Function deleted.1995-07-21, by Richard M. Stallman
-
(echo_area_window): Declared.1995-07-21, by Richard M. Stallman
-
(read_minibuf): Call choose_minibuffer_frame.1995-07-21, by Richard M. Stallman
-
(do_switch_frame): Don't call choose_minibuffer_frame.1995-07-21, by Richard M. Stallman
-
(echo_area_display): Use selected frame's minibuf window1995-07-21, by Richard M. Stallman
-
(command_loop_1): Clear echo area after 2 sec1995-07-21, by Richard M. Stallman
-
(update_frame): Check that the echo area is in the frame being displayed.1995-07-21, by Richard M. Stallman
-
(font-lock-make-faces): Redo logic for whether1995-07-21, by Richard M. Stallman
-
(syms_of_xmenu): Set up Qdebug_on_next_call.1995-07-21, by Richard M. Stallman
-
(indent-new-comment-line): fill-prefix overrides comment indentation.1995-07-21, by Richard M. Stallman
-
(Fformat): Doc fix.1995-07-20, by Richard M. Stallman
-
(Fsubst_char_in_region): Bind buffer-file-name to nil if NOUNDO is true.1995-07-20, by Richard M. Stallman
-
(prepare_to_modify_buffer): Don't lock the file1995-07-20, by Richard M. Stallman
-
Update disk requirements.1995-07-20, by Karl Heuer
-
(local-variables-section): Delete autoload cookie.1995-07-20, by Richard M. Stallman
-
(Fsafe_length): Use conservative upper bound.1995-07-20, by Karl Heuer
-
Comment change.1995-07-20, by Karl Heuer
-
[USE_MOTIF]: Don't include X11/Xaw/Paned.h, X11/Xaw/Label.h.1995-07-20, by Richard M. Stallman
-
(init_callproc): Set Vdoc_directory based on1995-07-20, by Richard M. Stallman
-
(init_environment): Move alloca call out of function arg.1995-07-20, by Richard M. Stallman
-
(mail-fetch-field): Use buffer-substring-no-properties.1995-07-20, by Richard M. Stallman
-
[!MULTI_FRAME] (BASE_PURESIZE): Increased to 325000.1995-07-20, by Richard M. Stallman
-
(derived-mode-set-keymap): Cope if old-map is nil.1995-07-20, by Richard M. Stallman
-
(menu-bar-update-yank-menu): Treat all-dashes specially.1995-07-20, by Richard M. Stallman
-
M-ESC => M-:1995-07-19, by Richard M. Stallman
-
(unload_color): Don't free colors if immutable colormap.1995-07-19, by Richard M. Stallman
-
(mail-default-reply-to): Doc fix.1995-07-19, by Richard M. Stallman
-
(backquote): Doc fix.1995-07-19, by Richard M. Stallman
-
(init_alloc_once): Set gc_cons_threshold from Lisp obj size.1995-07-19, by Richard M. Stallman
-
(outline-next-visible-heading): Rewritten to handle1995-07-19, by Richard M. Stallman
-
(Fformat): Increment total for size of control string.1995-07-18, by Richard M. Stallman
-
(Fmessage): Doc fix.1995-07-18, by Richard M. Stallman
-
(electric-helpify): Autoload with-electric-help, electric-helpify.1995-07-18, by Richard M. Stallman
-
Update overriding-local-map-menu-flag.1995-07-18, by Richard M. Stallman
-
Document overriding-terminal-local-map.1995-07-18, by Richard M. Stallman
-
(decode_mode_spec): New arg spec_width.1995-07-18, by Richard M. Stallman
-
(Fwindow_start): Doc fix.1995-07-18, by Richard M. Stallman
-
Explain how redisplay updates window-start.1995-07-18, by Richard M. Stallman
-
(font-lock-defaults): New variable.1995-07-18, by Richard M. Stallman
-
Fix update of finder-inf.el, and byte-compile it.1995-07-18, by Richard M. Stallman
-
(forward-same-syntax): New function.1995-07-18, by Richard M. Stallman
-
Don't (require 'backquote).1995-07-18, by Richard M. Stallman
-
(file-name-sans-versions): Recognize version control version numbers.1995-07-18, by Richard M. Stallman
-
(vc-mode-line, vc-find-file-hook): Moved the test for1995-07-18, by Richard M. Stallman
-
(vc-do-command): Added parameter BUFFER (the default,1995-07-18, by Richard M. Stallman
-
(menu-bar-tools-menu): Don't define gnus entry if no network support.1995-07-18, by Richard M. Stallman
-
(auto-mode-alist): Recognize *.ads and *.adb as Ada specs and bodies.1995-07-18, by Richard M. Stallman
-
(ada-ident-re): Doc fix.1995-07-18, by Richard M. Stallman
-
(SUNOS4_SHARED_LIBRARIES): Defined.1995-07-18, by Richard M. Stallman
-
(unexec): If not SUNOS4_SHARED_LIBRARIES1995-07-18, by Richard M. Stallman
-
(Ffuncall, Fapply): Doc fix.1995-07-18, by Richard M. Stallman
-
(Fcall_interactively): Doc fix.1995-07-18, by Richard M. Stallman
-
(x-create-frame-with-faces):1995-07-18, by Richard M. Stallman
-
Rename {src,lib-src}/Makefile.in.in to Makefile.in.1995-07-18, by Richard M. Stallman
-
(src/paths.h, paths-force): Rename src/paths.h.in to src/paths.in.1995-07-18, by Richard M. Stallman
-
(distclean): Delete Makefile.c, not Makefile.in.1995-07-18, by Richard M. Stallman
-
(distclean): Delete Makefile.c, not Makefile.in.1995-07-18, by Richard M. Stallman
-
(paths.h): Depend on paths.in.1995-07-18, by Richard M. Stallman
-
Fix the other instance too.1995-07-18, by Karl Heuer
-
(Fbyte_code): Fix variable names in previous change.1995-07-18, by Karl Heuer
-
(mouse_get_pos, mouse_check_moved, XMenuActivate):1995-07-18, by Karl Heuer
-
Comment change.1995-07-18, by Richard M. Stallman
-
(mouse_moved): Variable deleted.1995-07-17, by Karl Heuer
-
Fix conditional.1995-07-17, by Karl Heuer
-
(bookmark-make): Strip text properties off name.1995-07-17, by Karl Heuer
-
(electric-buffer-list): Save point before1995-07-17, by Karl Heuer
-
(ff-set-point-accordingly): Doc fix.1995-07-17, by Karl Heuer
-
(vc-backend-merge-news): Force to refetch the1995-07-17, by Karl Heuer
-
(shell-command): Use save-match-data.1995-07-17, by Karl Heuer
-
(mail-setup-hook): New defvar.1995-07-17, by Karl Heuer
-
(normal-top-level): Don't use mail-host-address1995-07-17, by Karl Heuer
-
(x-create-frame-with-faces): Set background-mode1995-07-17, by Karl Heuer
-
(vc-mode-line): Don't write-protect a1995-07-17, by Karl Heuer
-
(remote-shell-program): Try rcmd also.1995-07-17, by Karl Heuer
-
(ediff-skip-unsuitable-frames): Use make-frame,1995-07-17, by Karl Heuer
-
(menu-bar-help-menu): Add finder-by-keyword.1995-07-17, by Karl Heuer
-
(canonically-space-region): Doc fix.1995-07-17, by Karl Heuer
-
(vendor-specific-keysyms):1995-07-17, by Karl Heuer
-
(dabbrev--search): Don't let spurious match in middle1995-07-17, by Karl Heuer
-
(auto-mode-alist): Move .scm.[0-9] before nroff-mode.1995-07-17, by Karl Heuer
-
(mouse-major-mode-menu): Catch quit in read-key-sequence.1995-07-17, by Karl Heuer
-
(byte-compile-output-file-form): Bind print-length1995-07-17, by Karl Heuer
-
(add-log-current-defun): Handle C struct definitions.1995-07-17, by Karl Heuer
-
(byte-optimize-nth, byte-optimize-nthcdr):1995-07-17, by Karl Heuer
-
Add provide.1995-07-17, by Karl Heuer
-
[linux]: Include values.h and #undef1995-07-17, by Karl Heuer
-
(sys_close): Handle Sunos 4.1 bug in close errno value.1995-07-17, by Karl Heuer
-
(Fx_list_fonts): Don't free thisinfo if it is 0.1995-07-17, by Karl Heuer
-
(Fread): Rename arg READCHARFUN to STREAM.1995-07-17, by Karl Heuer
-
(win32_mouse_position, mouse_moved_to):1995-07-17, by Karl Heuer
-
(struct frame): New field `mouse_moved'.1995-07-17, by Karl Heuer
-
(current_minor_maps): Catch errors in Findirect_function.1995-07-17, by Karl Heuer
-
(keyboard_bit_set): Fix one-off in loop end.1995-07-17, by Karl Heuer
-
(Fwrite_region): If fsync fails with EINTR, don't1995-07-17, by Karl Heuer
-
(lispsource): Renamed from lispdir.1995-07-17, by Karl Heuer
-
(last_overlay_modification_hooks): New variable.1995-07-17, by Karl Heuer
-
(Fexpt): Use EMACS_INT for integer calculation.1995-07-17, by Karl Heuer
-
(_setjmp, _longjmp): Add #undef's.1995-07-17, by Karl Heuer
-
(SCO_R4): Defined.1995-07-17, by Karl Heuer
-
(AMPERSAND_FULL_NAME): Defined.1995-07-17, by Karl Heuer
-
(main): Add to usage message.1995-07-17, by Karl Heuer
-
(Fsit_for): Don't call prepare_menu_bars here.1995-07-17, by Karl Heuer
-
(x_clear_frame_selections): Delete duplicate code.1995-07-17, by Karl Heuer
-
[HAVE_X11XTR6]: Include locale.h1995-07-17, by Karl Heuer
-
(Flist): Rewritten.1995-07-17, by Karl Heuer
-
(Fnumber_to_string): Make `buffer' long enough.1995-07-17, by Karl Heuer
-
(Fbyte_code): For Beqlsign, if both args are ints,1995-07-17, by Karl Heuer
-
(tags): Synonym for `TAGS'.1995-07-17, by Karl Heuer
-
(mips-dec-ultrix*): Assume version 4.3.1995-07-17, by Karl Heuer
-
(inferior-tcl-mode): Use modeline-process if it exists.1995-07-17, by Tom Tromey
-
XEmacs currently must use tcl-internal-end-of-defun1995-07-17, by Tom Tromey
-
Fix minor error.1995-07-17, by Richard M. Stallman
-
(install, maybe-blessmail): Don't cd ..;1995-07-16, by Karl Heuer
-
Changes to make menus work in XEmacs.1995-07-14, by Tom Tromey
-
(comint-kill-output): Preserve entire partial line at1995-07-12, by Karl Heuer
-
Fixed Author: comment. This code bears no relation to what I wrote.1995-07-12, by Roland McGrath
-
(tcl-mode): Customize for new dabbrev.1995-07-11, by Tom Tromey
-
* mailalias.el (build-mail-aliases): Fixed the regexp for "^group".1995-07-10, by Francesco Potortì
-
(tcl-do-fill-paragraph): New function.1995-07-09, by Tom Tromey
-
(tcl-mode): Fixes to 19.29 paragraph variables.1995-07-09, by Tom Tromey
-
(tcl-do-auto-fill): Set fill-prefix.1995-07-09, by Tom Tromey
-
Do all cleanups in font-lock-fontify-region and font-lock-hack-keywords inside1995-07-09, by Simon Marshall
-
Made executing-macro, before-change-function, after-change-function and font-lock-doc-string-face obsolete.1995-07-09, by Simon Marshall
-
(tcl-imenu-create-index-function): Work with imenu from Emacs 19.291995-07-09, by Tom Tromey
-
(datearg): Separate date from time with comma, not space,1995-07-08, by Paul Eggert
-
(forms-mode): treat local-write-file-hooks as a list.1995-07-08, by Johan Vromans
-
Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systems1995-07-07, by Paul Eggert
-
Symbols renamed to be like mode-line indicator.1995-07-07, by Karl Heuer
-
restructured, largely rewritten without the bugs and1995-07-07, by Karl Heuer
-
Initial revision1995-07-07, by Karl Heuer
-
New name for generalized upd-copyr.el1995-07-07, by Karl Heuer
-
extended to use skeletons or call functions1995-07-07, by Karl Heuer
-
partly rewritten and extended.1995-07-07, by Karl Heuer
-
(make-autoload): Generate `(autoload ...)' form for1995-07-07, by Karl Heuer
-
(command-apropos): Deleted function. This is replaced by1995-07-07, by Karl Heuer
-
Restructured, largely rewritten and extended.1995-07-07, by Karl Heuer
-
[!__GNUC__] (LD_SWITCH_SYSTEM): Define this.1995-07-07, by Richard M. Stallman
-
(C_OPTIMIZE_SWITCH, C_DEBUG_SWITCH): Use these1995-07-07, by Richard M. Stallman
-
(LIB_MOTIF, VFORK_RETURN_TYPE): Define these.1995-07-07, by Richard M. Stallman
-
(x_initialize) [USE_X_TOOLKIT]: Set fallback resources.1995-07-07, by Richard M. Stallman
-
(redisplay_window): Fix typos in clip_changed change.1995-07-07, by Richard M. Stallman
-
(Fset_window_hscroll): Set clip_changed in the buffer.1995-07-07, by Richard M. Stallman
-
(Fstart_process): Expand PROGRAM.1995-07-07, by Richard M. Stallman
-
(get_keymap_1): Declared.1995-07-07, by Richard M. Stallman
-
(Fwiden): Set clip_changed in current buffer.1995-07-07, by Richard M. Stallman
-
(overlays_in): Don't count empty overlays at END.1995-07-07, by Richard M. Stallman
-
(byte-compile-obsolete): Do the funcall to compile1995-07-07, by Richard M. Stallman
-
(calculate-c-indent-after-brace): New function.1995-07-07, by Richard M. Stallman
-
(find-dired): Undefine the g command.1995-07-07, by Richard M. Stallman
-
(font-lock-make-faces): On grayscale screen,1995-07-07, by Richard M. Stallman
-
(switch-to-completions): Make a completions window if none.1995-07-07, by Richard M. Stallman
-
(timezone-parse-date): Ignore text properties.1995-07-07, by Richard M. Stallman
-
(vc-fetch-master-properties): Better error1995-07-07, by Richard M. Stallman
-
Don't break intra-tree links.1995-07-07, by Richard M. Stallman
-
(uninstall, install-arch-indep): Install info/ediff*.1995-07-07, by Richard M. Stallman
-
Don't use relocatable allocator.1995-07-07, by Richard M. Stallman
-
Put back archlibdir. Require autoconf 2.4.1 or later.1995-07-06, by David J. MacKenzie
-
(read_char): Temporarily clear Vquit_flag1995-07-02, by Richard M. Stallman
-
(x-font-regexp): Include the avgwidth.1995-07-02, by Richard M. Stallman
-
(iso-transl-char-map): Treat m, *m like u and *u.1995-07-02, by Richard M. Stallman
-
(mail-default-reply-to): Initialize to nil.1995-07-02, by Richard M. Stallman
-
(clip_changed): Variable deleted.1995-07-02, by Richard M. Stallman
-
(struct buffer): New field clip_changed.1995-07-02, by Richard M. Stallman
-
(x_set_icon_type, x_set_icon_name): Don't ever remap the1995-07-02, by Richard M. Stallman
-
(Vspecial_event_map): New variable.1995-07-02, by Richard M. Stallman
-
(compute_char_face): Use Fsafe_length.1995-07-01, by Richard M. Stallman
-
(Fsafe_length): Declared.1995-07-01, by Richard M. Stallman
-
(Fsafe_length): New function.1995-07-01, by Richard M. Stallman
-
(shell-quote-argument): Don't do anything, on MS-DOS.1995-07-01, by Richard M. Stallman
-
Use sunos4shr normally for Sunos 4.1.[3-9].1995-07-01, by Richard M. Stallman
-
Don't use sunos4shr.h; go back to 19.28 definition.1995-07-01, by Richard M. Stallman
-
(sigsetmask): Add #undef.1995-07-01, by Richard M. Stallman
-
(talk-disconnect): Make it interactive.1995-07-01, by Richard M. Stallman
-
(describe-face): New function.1995-07-01, by Richard M. Stallman
-
(LIBXMU): New definitions (two alternative ones).1995-07-01, by Richard M. Stallman
-
(sendmail-send-it): If mail-from-style is parens,1995-07-01, by Richard M. Stallman
-
(Man-underline-face): Doc fix.1995-06-30, by Richard M. Stallman
-
Win95 requires carriage returns in batch files.1995-06-30, by Geoff Voelker
-
(CANNOT_DUMP): Undefined.1995-06-30, by Geoff Voelker
-
(get_section_info): Set the end of the data region1995-06-30, by Geoff Voelker
-
(EMACS) [win95]: Removed.1995-06-30, by Geoff Voelker
-
Include config.h.1995-06-30, by Geoff Voelker
-
(PASSWD_FIELD_SIZE): Defined.1995-06-30, by Geoff Voelker
-
(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_OPEN)1995-06-30, by Richard M. Stallman
-
(LIBX11_SYSTEM): Add undef.1995-06-30, by Richard M. Stallman
-
(define-mail-alias): Doc fix.1995-06-30, by Richard M. Stallman
-
(rmail-find-all-files): Bind case-fold-search.1995-06-30, by Richard M. Stallman
-
(sendmail-send-it): If user-full-name contains1995-06-30, by Richard M. Stallman
-
[SOLARIS] (LIBS_MACHINE): Move this out of the SOLARIS2_4 conditional.1995-06-30, by Richard M. Stallman
-
(mail-resolve-all-aliases-1):1995-06-30, by Richard M. Stallman
-
(x-colors): Doc fix.1995-06-30, by Richard M. Stallman
-
(main) [MAIL_USE_POP]: When a user specifies a1995-06-30, by Richard M. Stallman
-
(ange-ftp-normal-login): if ange-ftp-smart-gateway1995-06-30, by Richard M. Stallman
-
(display-time-filter): Move run-hooks inside let.1995-06-30, by Richard M. Stallman
-
(ielm-font-lock-keywords): New variable1995-06-29, by Richard M. Stallman
-
(auto-mode-alist): Make archive-mode the default for1995-06-29, by Richard M. Stallman
-
(archive-mode): Add autoload cookie.1995-06-29, by Richard M. Stallman
-
(mouse-selection-click-count-buffer): New variable.1995-06-29, by Richard M. Stallman
-
Include aix3-2.h, not aix3-2-5.h.1995-06-29, by Richard M. Stallman
-
(find-tag): Delete the menu-enable property.1995-06-29, by Richard M. Stallman
-
(Info-goto-node, Info-search):1995-06-29, by Richard M. Stallman
-
(single_submenu): Handle commands appearing directly in the menu bar.1995-06-29, by Richard M. Stallman
-
(XTread_socket): Turn off meta, super, hyper and alt bits1995-06-29, by Richard M. Stallman
-
(child_setup): Don't get confused if in == err.1995-06-29, by Richard M. Stallman
-
(current-fill-column): If fill-column is nil, return nil.1995-06-29, by Richard M. Stallman
-
(do-auto-fill): No-op if (current-fill-column) is nil.1995-06-29, by Richard M. Stallman
-
Make more menu-enables check (not buffer-read-only).1995-06-29, by Richard M. Stallman
-
Put isearch before menu-bar.1995-06-29, by Richard M. Stallman
-
(sc-electric-mode-map): Bind f1 and help like C-h.1995-06-29, by Richard M. Stallman
-
Bind f1 and help like C-h.1995-06-29, by Richard M. Stallman
-
(make-help-screen): Handle help-event-list.1995-06-29, by Richard M. Stallman
-
(ediff-setup-keymap): Bind f1 and help like C-h.1995-06-29, by Richard M. Stallman
-
(edt-setup-default-bindings): Bind f1 and help like C-h.1995-06-29, by Richard M. Stallman
-
[MACH]: Include a.out.h.1995-06-29, by Richard M. Stallman
-
[MACH]: Use built-in alloca, set START_FILES.1995-06-29, by Richard M. Stallman
-
Initial revision1995-06-29, by Richard M. Stallman
-
(AIX4): More robust release numbering discovery. libc-950722 libc-9507231995-06-28, by Richard Kenner
-
(electric-c++-terminator): Fix logic for handling colon.1995-06-28, by Richard M. Stallman
-
Make all error messages start with `Error: '.1995-06-28, by Richard M. Stallman
-
(LIB_MOTIF): Defined.1995-06-28, by Richard M. Stallman
-
Update copyright year in message.1995-06-28, by Richard M. Stallman
-
(term_init): Alternative error messages for TERMCAP/TERMINFO.1995-06-28, by Richard M. Stallman
-
(server-process-filter): Detect error messages from server.1995-06-28, by Richard M. Stallman
-
(echo_area_display): Don't set FRAME_CURSOR_... here.1995-06-28, by Richard M. Stallman
-
(update_frame): Pretend cursor is in echo area1995-06-28, by Richard M. Stallman
-
(CVSROOT, repository): Allow remote repositories a la CVS 1.4.1995-06-28, by Paul Eggert
-
(LIBXMU): New definition.1995-06-28, by Richard M. Stallman
-
(edt-emulation-on): Check window-system for x, specifically.1995-06-27, by Richard M. Stallman
-
(tcl-type-alist): More itcl changes.1995-06-27, by Tom Tromey
-
More changes for itcl.1995-06-27, by Tom Tromey
-
(tcl-set-proc-regexp): Allow leading spaces.1995-06-27, by Tom Tromey
-
(vc-consult-rcs-headers): Use an even more1995-06-27, by Richard M. Stallman
-
(LIBXMU): New macro.1995-06-27, by Richard M. Stallman
-
(newline): Put point at right place if insert gets error.1995-06-27, by Richard M. Stallman
-
(ediff-control-frame-parameters): Specify user-position.1995-06-27, by Richard M. Stallman
-
* etags.c (plain_C_entries): new function.1995-06-27, by Francesco Potortì
-
(command-line): Extract arg value properly for -u.1995-06-27, by Richard M. Stallman
-
(imenu-choose-buffer-index): Understand that (menu-bar)1995-06-27, by Richard M. Stallman
-
(lambda): Doc fix.1995-06-27, by Richard M. Stallman
-
(imenu-use-keymap-menu): New variable.1995-06-27, by Richard M. Stallman
-
(vc-start-entry): Prevent lossage when doing a mass checkin from1995-06-26, by Richard M. Stallman
-
(remote-shell-program): Fix typo checking /usr/bin/remsh.1995-06-26, by Richard M. Stallman
-
(vc-consult-rcs-headers): Handle the new time1995-06-26, by Richard M. Stallman
-
(view-file-other-window): Re-add missing argument to1995-06-26, by Richard M. Stallman
-
(main): Add newline in usage message.1995-06-26, by Richard M. Stallman
-
Clarify need for user-position to get left and top obeyed.1995-06-26, by Richard M. Stallman
-
(Fsplit_window): Nicer error if split size is too small.1995-06-26, by Richard M. Stallman
-
Specify all Font Lock keywords in font-lock-defaults.1995-06-26, by Simon Marshall
-
Specify in font-lock-defaults/font-lock-defaults-alist which keywords we can1995-06-26, by Simon Marshall
-
(../info/ediff, ediff.dvi): New targets.1995-06-26, by Richard M. Stallman
-
(init_cmdargs): Make Vinvocation_directory1995-06-26, by Richard M. Stallman
-
(overlays_in): New function.1995-06-26, by Richard M. Stallman
-
(Fx_open_connection, x_display_info_for_name):1995-06-26, by Richard M. Stallman
-
(Fdelete_frame): It's ok to have no minibuffer left on1995-06-26, by Richard M. Stallman
-
(next_frame, prev_frame): Consider only frames on same kbd.1995-06-25, by Richard M. Stallman
-
(Fopen_network_stream): Sleep 1 sec before connect retry.1995-06-25, by Richard M. Stallman
-
(rmail-revert): Use the default revert-buffer-function1995-06-25, by Richard M. Stallman
-
(main): Fix --help message.1995-06-24, by Richard M. Stallman
-
(mkdir): Use symbolic chmod.1995-06-24, by Richard M. Stallman
-
(mail-hist-text-size-limit): New var.1995-06-24, by Richard M. Stallman
-
(makefile-define-tab-face): New function.1995-06-24, by Richard M. Stallman
-
(pc-bindings-mode): Add autoload.1995-06-24, by Richard M. Stallman
-
Comment change.1995-06-24, by Richard M. Stallman
-
(excerpt): Ignore error making `excerpt' italic.1995-06-24, by Richard M. Stallman
-
(directory_file_name): Don't get confused by // at end on Unix-like systems.1995-06-24, by Richard M. Stallman
-
Delete duplicate paragraph.1995-06-24, by Richard M. Stallman
-
(vc-insert-file): Erase the current buffer before inserting the file.1995-06-23, by Richard M. Stallman
-
Don't autoload anything to turn on mail-hist.1995-06-23, by Richard M. Stallman
-
(vc-backend-admin, vc-backend-checkin): Assume that1995-06-23, by Richard M. Stallman
-
(i386-sequent-ptx): Properly get version number.1995-06-22, by Richard Kenner
-
(mips:*:4*:UMIPS): New case.1995-06-22, by Richard Kenner
-
(vt-keypad-on, vt-keypad-off): Updated codes sent1995-06-22, by Richard M. Stallman
-
(menu_item_enabled_p_1): Special handling for quit.1995-06-22, by Richard M. Stallman
-
Treat SunOS 4.1.4 like SunOS 4.1.3.1995-06-22, by Richard M. Stallman
-
(vc-fetch-master-properties): Pass an absolute1995-06-22, by Richard M. Stallman
-
(vip-push-mark-silent): Use (mark t).1995-06-22, by Richard M. Stallman
-
(mouse-yank-at-click): Clear mouse-selection-click-count.1995-06-22, by Richard M. Stallman
-
(buffer-file-truename): Duplicate definition deleted.1995-06-21, by Richard M. Stallman
-
(mark-even-if-inactive): Definition deleted.1995-06-21, by Richard M. Stallman
-
(syms_of_buffer): Doc fix.1995-06-21, by Richard M. Stallman
-
(SOME_MACHINE_OBJECTS): Add dosfns.o, intervals.o, textprop.o.1995-06-21, by Richard M. Stallman
-
(eval-defun): Don't change defvar to defconst1995-06-21, by Richard M. Stallman
-
(scan_file): Make sure it never looks at filename[-1].1995-06-21, by Richard M. Stallman
-
(main) [MSDOS]: Do set _fmode.1995-06-21, by Richard M. Stallman
-
Talk about MSDOS type conflict workaround.1995-06-21, by Richard M. Stallman
-
(decode_mode_spec) [!MULTI_FRAME]: Handle %F properly.1995-06-21, by Richard M. Stallman
-
(Fx_display_grayscale_p): Return t or nil.1995-06-21, by Richard M. Stallman
-
(precompute-menubar-bindings): While dumping,1995-06-21, by Richard M. Stallman
-
(SYSTEM_PURESIZE_EXTRA): Increased to 68000.1995-06-21, by Richard M. Stallman
-
* etags.c (find_entries): rewind before rereading the input file.1995-06-21, by Francesco Potortì
-
Fix previous change.1995-06-20, by Richard M. Stallman
-
(read_key_sequence): Don't use Vprefix_help_command1995-06-20, by Richard M. Stallman
-
Fix previous change.1995-06-20, by Richard M. Stallman
-
(gud-make-debug-menu): Cope if no local map yet.1995-06-20, by Richard M. Stallman
-
Update MSDOS needs list.1995-06-20, by Richard M. Stallman
-
(dired-do-redisplay): Call dired-uncache.1995-06-20, by Richard M. Stallman
-
(map_virt_key): Mark some additional chars as valid ASCII.1995-06-20, by Richard M. Stallman
-
(ctrl_c_handler): Ignore CTRL_BREAK_EVENT signals.1995-06-20, by Richard M. Stallman
-
(Freset_this_command_lengths): New function.1995-06-20, by Richard M. Stallman
-
(universal-argument-num-events): New variable.1995-06-20, by Richard M. Stallman
-
Comment change.1995-06-20, by Richard M. Stallman
-
[convex] (LOAD_AVE_TYPE, LDAV_CVT): Define to double, no conversion.1995-06-20, by Roland McGrath
-
Use `defined' to test HAVE_STRING_H and STDC_HEADERS.1995-06-20, by Richard M. Stallman
-
(vc-fetch-properties): Add save-excursion.1995-06-20, by Richard M. Stallman
-
Mostly rewritten.1995-06-20, by Richard M. Stallman
-
(main): On MSDOS, don't change stdout to binary, and insist on an -o option.1995-06-20, by Richard M. Stallman
-
(vc-fetch-master-properties): Be more careful1995-06-20, by Richard M. Stallman
-
(rmdir): Fix up Aug 19 1993 change that wasn't done right.1995-06-20, by Richard M. Stallman
-
(win32_wait): Massage retval into what is expected in Unix.1995-06-19, by Richard M. Stallman
-
(sigchld_handler): Change XSETFASTINT to XSETINT.1995-06-19, by Richard M. Stallman
-
(shell-directory-tracker): Check for terminator after1995-06-19, by Karl Heuer
-
(addpm.exe): Change WinMainCRTStartup to mainCRTStartup.1995-06-19, by Richard M. Stallman
-
Documented the `l' tag.1995-06-19, by Richard M. Stallman
-
(universal-argument-other-key): Call reset-this-command-lengths.1995-06-19, by Richard M. Stallman
-
Test whether XFree86 needs -b i486-linuxaout to link.1995-06-19, by Richard M. Stallman
-
Update version number.1995-06-19, by Richard M. Stallman
-
(VERSION): Update version number.1995-06-19, by Richard M. Stallman
-
(Fx_create_frame): Fix last arg to x_get_arg for Qdisplay.1995-06-19, by Richard M. Stallman
-
Fix up load-path example.1995-06-19, by Richard M. Stallman
-
(LIB_GCC): Fix previous change.1995-06-19, by Richard M. Stallman
-
(negative-argument, digit-argument):1995-06-19, by Richard M. Stallman
-
Fix bug in determination of output string.1995-06-19, by Edward M. Reingold
-
(vc-register): Inhibit backups for the file's buffer1995-06-19, by Richard M. Stallman
-
Make doc strings and argument names consistent where necessary.1995-06-18, by Richard M. Stallman
-
(quit_throw_to_read_char): Turn off the error check1995-06-18, by Richard M. Stallman
-
(nt): Explicitly include makefile.nt and makefile.def only.1995-06-18, by Richard M. Stallman
-
*** empty log message ***1995-06-18, by Richard M. Stallman
-
(LIB_GCC): Define here, overriding Makefile.in.in,1995-06-18, by Richard M. Stallman
-
(texinfo-environment-regexp): Add @ifhtml, @html.1995-06-18, by Richard M. Stallman
-
(archive-zip-summarize): Handle per-file comments in central directory.1995-06-18, by Richard M. Stallman
-
Withdraw mouse-major-mode-map modifications.1995-06-18, by Johan Vromans
-
(vc-fetch-master-properties): Use path-separator1995-06-18, by Richard M. Stallman
-
(malloc, realloc): If not _MALLOC_INTERNAL, always use void *.1995-06-18, by Richard M. Stallman
-
(normal-top-level, command-line-1):1995-06-17, by Richard M. Stallman
-
Call precompute-menubar-bindings.1995-06-17, by Richard M. Stallman
-
(menu_item_equiv_key): Do reconsider a command that had1995-06-17, by Richard M. Stallman
-
(Vdefine_key_rebound_commands): New variable.1995-06-17, by Richard M. Stallman
-
(add-hook): Use local local-variable-if-set-p.1995-06-17, by Richard M. Stallman
-
(Flocal_variable_if_set_p): New function.1995-06-17, by Richard M. Stallman
-
(Info-directory-list): If path-separator isn't available, bind it here.1995-06-17, by Richard M. Stallman
-
(display_text_line): Fill in charstart for end of buffer.1995-06-17, by Richard M. Stallman
-
(forms--mode-menu-edit,forms--mode-menu-ro):1995-06-17, by Richard M. Stallman
-
Fixed bogus references to menu-bar-file-menu in define-key forms.1995-06-17, by Roland McGrath
-
(quit_throw_to_read_char): Use do_switch_frame directly.1995-06-17, by Richard M. Stallman
-
[MULTI_FRAME] (BASE_PURESIZE): Increase to 315000.1995-06-17, by Richard M. Stallman
-
(Fset_window_configuration): Use do_switch_frame directly.1995-06-16, by Richard M. Stallman
-
(do_switch_frame): Declared.1995-06-16, by Richard M. Stallman
-
(Fdelete_frame): Use do_switch_frame directly.1995-06-16, by Richard M. Stallman
-
make-frame-visible event was misdescribed as deiconify-frame.1995-06-16, by Richard M. Stallman
-
(isearch-mode-map): Bind frame events to nil.1995-06-16, by Karl Heuer
-
[MULTI_FRAME] (Fignore_event): New function.1995-06-16, by Karl Heuer
-
updates for version 19.29 made by melissa; also needed to check out files1995-06-16, by Melissa Weisshaus
-
(vc-lookup-triple): changed the code that used to call1995-06-16, by Richard M. Stallman
-
(vc-backend-dispatch): Move definition before first use.1995-06-16, by Richard M. Stallman
-
Adapt to the changes in vc-hooks.el, namely, the new1995-06-16, by Richard M. Stallman
-
Use long, not EMACS_INT.1995-06-16, by Richard M. Stallman
-
Reinstalled autoloads from ispell-dictionary-alist,1995-06-16, by Richard M. Stallman
-
(x_report_frame_params, x_set_icon_type, x_set_icon_name)1995-06-16, by Richard M. Stallman
-
(struct x_display): icon_name deleted.1995-06-16, by Richard M. Stallman
-
(struct frame): New field icon_name.1995-06-16, by Richard M. Stallman
-
(mark_object): Mark icon_name field.1995-06-16, by Richard M. Stallman
-
(vc-consult-rcs-headers): Fix typo in prev change.1995-06-16, by Richard M. Stallman
-
ditto for c-backslash-region.1995-06-16, by Simon Marshall
-
Put menu-enable mark-active on relevant items.1995-06-16, by Simon Marshall
-
Props -> Properties1995-06-16, by Simon Marshall
-
Change so font-lock-make-faces doesn't stomp all over user Font Lock faces.1995-06-16, by Simon Marshall
-
Fix previous change.1995-06-16, by Karl Heuer
-
(universal-argument-map): New var.1995-06-16, by Karl Heuer
-
(isearch-mode): Use overriding-terminal-local-map, not overriding-local-map.1995-06-16, by Karl Heuer
-
(init_kboard): Initialize it.1995-06-16, by Karl Heuer
-
(Qoverriding_terminal_local_map): New variable.1995-06-16, by Karl Heuer
-
(Fkey_binding, describe_buffer_bindings):1995-06-16, by Karl Heuer
-
(Fsubstitute_command_keys):1995-06-16, by Karl Heuer
-
Removed autoload from ispell-dictionary-alist,1995-06-16, by Richard M. Stallman
-
(struct kboard): Add Voverriding_terminal_local_map.1995-06-16, by Karl Heuer
-
(make-local-hook): Doc fix.1995-06-16, by Richard M. Stallman
-
(mouse-set-region): Bind last-command with this-command.1995-06-16, by Richard M. Stallman
-
(grep-null-device): Defined.1995-06-16, by Richard M. Stallman
-
(Fhandle_switch_frame): Preserve prefix arg.1995-06-16, by Karl Heuer
-
(grep-null-device): Set to "NUL".1995-06-16, by Richard M. Stallman
-
(path-separator, grep-null-device, grep-regexp-alist):1995-06-16, by Richard M. Stallman
-
(vc-fetch-master-properties): For RCS file,1995-06-16, by Richard M. Stallman
-
The RCS status is now found by reading the1995-06-15, by Richard M. Stallman
-
Update GPL version.1995-06-15, by Karl Heuer
-
Initial revision1995-06-15, by Karl Heuer
-
($valmask): Use EMACS_INT, not int.1995-06-15, by Karl Heuer
-
Change FSF address.1995-06-15, by Richard Kenner
-
(enum pvec_type): Don't use trailing comma.1995-06-15, by Karl Heuer
-
Initial revision1995-06-15, by Karl Heuer