bpt/emacs.git
1998-06-16 Richard M.... (encode_eol): Fix typo that prevented converting to Mac
1998-06-16 Richard M.... (sys_rename): On some network drives, rename fails...
1998-06-16 Richard M.... (message_dolog): GCPRO the oldpoint, oldbegv and oldzv
1998-06-15 Richard M.... (custom-declare-variable): Update current-load-list.
1998-06-15 Richard M.... (rmail): Make the buffer multibyte
1998-06-15 Richard M.... (midnight-mode): New variable.
1998-06-15 Richard M.... (widget-default-get): Doc fix.
1998-06-15 Dave LoveFix Keywords header.
1998-06-15 Kenichi Handa(tar-extract): Adjusted for the change of the spec
1998-06-15 Kenichi Handa(syms_of_fileio): Doc-string of the variable
1998-06-15 Kenichi Handa(Finsert_file_contents): Redo the change for handling
1998-06-15 Kenichi Handa(set-auto-coding): Redo the previous change.
1998-06-14 Richard M.... Initial revision
1998-06-14 Richard M.... Comment change.
1998-06-14 Richard M.... Initial revision
1998-06-14 Richard M.... (find-function-on-key): Don't discard up event after...
1998-06-14 Richard M.... (skip_chars): Don't examine STRING before verifying...
1998-06-14 Richard M.... (Fcall_interactively) <k, K>: If sequence ends in a...
1998-06-14 Richard M.... (jka-compr-insert-file-contents): Don't run
1998-06-14 Richard M.... (uncompress-while-visiting):
1998-06-14 Richard M.... (tmm-get-keymap): Handle :filter.
1998-06-14 Eli Zaretskii(dos_set_keyboard): Call Int 2Fh via the DPMI server...
1998-06-14 Eli Zaretskii(file-name-invalid-regexp): Add control characters...
1998-06-14 Erik Naggum(Fcompleting_read): Escape bare newline in doc string.
1998-06-14 Richard M.... (Finsert_file_contents): Fix change to set INSERTED.
1998-06-13 Richard Kenner(sun4H:SunOS:5.*:*): New case.
1998-06-13 Richard M.... (user-init-file): Default value now nil.
1998-06-13 Richard M.... (command-line-1): Check that user-init-file non-nil.
1998-06-13 Richard M.... (rmail-variables): Locally bind
1998-06-13 Richard M.... (tar-mode): Locally bind local-enable-local-variables,
1998-06-13 Richard M.... (archive-mode): Locally bind local-enable-local-variabl...
1998-06-13 Richard M.... (info-other-window): New function.
1998-06-13 Richard M.... (help-map): C-h 4 i runs info-other-window.
1998-06-13 Richard M.... (parse_menu_item): Put a quote around DEF
1998-06-13 Richard M.... (other): Doc fix.
1998-06-13 Richard M.... (repeat): Don't set obsolete var repeat-num-input-keys...
1998-06-13 Richard M.... (find-file-noselect): Delete unused local var `error'.
1998-06-13 Richard M.... (find-file-noselect): Use find-file-noselect-1
1998-06-13 Richard M.... (elisp-eval-region): Accept new arg read-function;...
1998-06-13 Richard M.... (eval-defun): Pass read function to
1998-06-13 Richard M.... Several fixes in doc string style.
1998-06-13 Richard M.... (ispell-region): Return non-nil if not aborted.
1998-06-13 Kenichi Handa(detect_coding_system): Always return a list of HIGHEST...
1998-06-13 Richard M.... (read-feature): Doc fix.
1998-06-13 Richard M.... Add @dircategory, @direntry.
1998-06-13 Richard M.... *** empty log message ***
1998-06-13 Richard M.... (INSTALL_INFO): New variable.
1998-06-12 Richard M.... (standard_args): Fix arg order to match code in `main'.
1998-06-12 Richard M.... (tpu-include) Use insert-file-contents, remove save...
1998-06-12 André Spiegel(vc-dired-hook): Don't use dired-kill-line to remove...
1998-06-12 Kenichi Handa(set-auto-coding): Cancel the previous change.
1998-06-12 Kenichi Handa(Finsert_file_contents): Undo the previous change for
1998-06-12 Kenichi Handa(Finsert_file_contents): After calling handler,
1998-06-12 Kenichi Handa(instantiate-fontset): Delete
1998-06-12 Kenichi HandaWhile creating fontsets of style variants, pay
1998-06-12 Kenichi Handa(set-face-font): Pay attention to fontset.
1998-06-12 Richard M.... (gud-filter): extend scope of binding of gud-filter...
1998-06-12 Thien-Thi Nguyen(hs-minor-mode): Use `make-local-variable' not `make...
1998-06-12 Thien-Thi NguyenRequire `easymenu'. Rework to use easymenu. Remove...
1998-06-12 Richard M.... Initial revision
1998-06-12 Kenichi Handa(set-auto-coding): Argument is changed to SIZE.
1998-06-12 Kenichi Handa(set_auto_coding_unwind): New function.
1998-06-11 Richard M.... *** empty log message ***
1998-06-11 Richard M.... Renamed from vi-dot.el.
1998-06-11 Richard M.... (SETUP_SYNTAX_TABLE): Don't call update_syntax_table
1998-06-11 André Spiegel(vc-dired-recurse, vc-dired-terse-display): New user...
1998-06-11 André Spiegel(dired-readin): Insert headerline only if necessary...
1998-06-11 Richard M.... (rmail-toggle-header): Fix previous change.
1998-06-11 Geoff Voelker(LINK_FLAGS): Place debug info in executable in
1998-06-11 Richard M.... Describe widget type `other'.
1998-06-11 Richard M.... (Fforward_comment): Properly compute BYTEPOS arg to...
1998-06-10 Richard M.... (getcwd): Remove define.
1998-06-10 Richard M.... (sys_rename): Don't examine errno if rename didn't...
1998-06-10 Richard M.... (command-line): Set `temporary-file-directory' based
1998-06-10 Richard M.... (etags_getcwd) [WINDOWSNT]: Use getcwd on Windows.
1998-06-10 Richard M.... (RUN-EMACS): Add --multibyte.
1998-06-10 Dave Love(metamail-region): Don't use concat with
1998-06-10 Dave LoveDon't require dired when compiling.
1998-06-10 Richard M.... (ctl-x-map): Change vi-dot binding to repeat.
1998-06-10 Richard M.... (c-mode-menu): Use (mark t), not (mark), in enable...
1998-06-10 Richard M.... (widget-specify-secret): New function.
1998-06-10 Richard M.... (other): New widget type.
1998-06-10 Richard M.... (readevalloop): New arg READFUN. Callers changed.
1998-06-10 Richard M.... *** empty log message ***
1998-06-10 Richard M.... (Feval_region): Accept 4 args.
1998-06-10 Richard M.... (help-make-xrefs): When scanning keymap binding listings,
1998-06-09 Richard M.... (uce-message-text): Change the text of message that...
1998-06-09 Edward M. ReingoldPrevent diary display from being corrupted on printed...
1998-06-09 Edward M. ReingoldMinor fix to previous change.
1998-06-09 Edward M. ReingoldRewrote calendar-mouse-holidays, calendar-mouse-view...
1998-06-09 Edward M. ReingoldDon't overide default value of diary-file.
1998-06-09 Richard M.... (PTR_TO_OFFSET): Alternate definition if not `emacs'.
1998-06-09 Richard M.... (mail-header-end): Widen.
1998-06-09 Richard M.... (pod2man-program): Var reinstalled.
1998-06-09 Richard M.... (apropos-print): The cross ref for a variable
1998-06-09 Richard M.... Comment change.
1998-06-09 Richard M.... (ange-ftp-expand-dir): Use null-device.
1998-06-09 Richard M.... (null-device): New variable.
1998-06-09 Richard M.... (grep-null-device): Variable deleted.
1998-06-09 Richard M.... (find-file-noselect-1): New function.
next