]>
git.eshelyaron.com Git - emacs.git/log
Roland McGrath [Sat, 30 Sep 1995 16:35:12 +0000 (16:35 +0000)]
(cd): Fix interactive spec to require match if there is no CDPATH.
Richard M. Stallman [Fri, 29 Sep 1995 03:50:47 +0000 (03:50 +0000)]
Fix previous change.
Richard M. Stallman [Fri, 29 Sep 1995 03:49:35 +0000 (03:49 +0000)]
(comint-password-prompt-regexp): Recognize
Old Password and New password.
Richard M. Stallman [Fri, 29 Sep 1995 00:48:05 +0000 (00:48 +0000)]
(ispell-message-text-end): Match reporter.el bug reports.
Richard M. Stallman [Thu, 28 Sep 1995 19:19:08 +0000 (19:19 +0000)]
(interpreter-mode-alist): Handle nawk.
Richard M. Stallman [Thu, 28 Sep 1995 02:34:44 +0000 (02:34 +0000)]
(sendmail-send-it): Handle FCC after all text changes.
(mail-do-fcc): Don't add From field here.
Richard M. Stallman [Wed, 27 Sep 1995 17:39:32 +0000 (17:39 +0000)]
(ange-ftp-dumb-unix-host): Avoid error if HOST is nil.
Richard M. Stallman [Wed, 27 Sep 1995 15:26:15 +0000 (15:26 +0000)]
(undigestify-rmail-message): Better error messages.
Richard M. Stallman [Mon, 25 Sep 1995 23:22:40 +0000 (23:22 +0000)]
Fix minor error.
Richard M. Stallman [Mon, 25 Sep 1995 22:15:11 +0000 (22:15 +0000)]
(add-log-current-defun): Ignore quotes before fcn name.
Karl Heuer [Mon, 25 Sep 1995 19:50:22 +0000 (19:50 +0000)]
(Info-fontify-node): Fix previous change.
Karl Heuer [Mon, 25 Sep 1995 18:58:51 +0000 (18:58 +0000)]
(Info-title-face-alist): New var.
(Info-fontify-node): Check for headings that are `underlined' with
characters on the following line.
Richard M. Stallman [Mon, 25 Sep 1995 18:46:19 +0000 (18:46 +0000)]
(Fx_create_frame): Set up buffer-predicate slot.
(x_decode_color): Get error if color not defined.
Richard M. Stallman [Mon, 25 Sep 1995 18:44:59 +0000 (18:44 +0000)]
(safe_run_hooks): No longer static.
(read_char_x_menu_prompt):
When unreading events generated by a menu,
turn symbols and integers into lists,
for the sake of last_nonmenu_event and thus y-or-n-p.
Richard M. Stallman [Mon, 25 Sep 1995 18:42:00 +0000 (18:42 +0000)]
(read_minibuf_unwind): Use safe_run_hooks.
Richard M. Stallman [Mon, 25 Sep 1995 18:40:24 +0000 (18:40 +0000)]
(undigestify-rmail-message): Scan back as far as start
of message, to find end of digest.
Richard M. Stallman [Mon, 25 Sep 1995 18:39:31 +0000 (18:39 +0000)]
(help-mode): Call view-mode.
Richard M. Stallman [Mon, 25 Sep 1995 18:36:32 +0000 (18:36 +0000)]
(view-mode-enter): Renamed from view-mode. Callers changed.
Don't create local vars here. Set view-mode-auto-exit.
Don't change local map--just set view-mode.
(view-mode): New function toggles minor mode in the usual way.
(view-mode-map): Put this on minor-mode-map-alist.
(view-mode-exit): Do the exit actions only if view-mode-auto-exit.
(View-scroll-lines-forward): Exit only if view-scroll-lines-forward.
(view-mode-auto-exit, view-old-buffer-read-only)
(view-old-Helper-return-blurb, view-scroll-size, view-last-regexp)
(view-exit-action, view-return-here, view-exit-position):
Defvar them and make them always-local.
Richard M. Stallman [Mon, 25 Sep 1995 18:21:48 +0000 (18:21 +0000)]
(clipboard-yank): Add delete-selection property.
Richard M. Stallman [Mon, 25 Sep 1995 18:20:30 +0000 (18:20 +0000)]
(dun-climb): Handle unknown object name.
(dun-objnames): Add "palm" as alias for "tree".
Richard M. Stallman [Mon, 25 Sep 1995 14:55:02 +0000 (14:55 +0000)]
(mark-sexp-diary-entries): Add \ for C-M-f's sake.
Richard M. Stallman [Mon, 25 Sep 1995 14:50:42 +0000 (14:50 +0000)]
Fix typo.
Erik Naggum [Mon, 25 Sep 1995 11:04:07 +0000 (11:04 +0000)]
(command-line-1): --insert: Don't complain on --insert=file.
Erik Naggum [Mon, 25 Sep 1995 10:56:15 +0000 (10:56 +0000)]
(command-line-1): --eval: Don't print the value.
Richard M. Stallman [Sun, 24 Sep 1995 23:33:06 +0000 (23:33 +0000)]
(popup_get_selection): Pop menu down if button is pressed
outside the menu.
(xmenu_show): Ignore `quote' when looking up the result.
Richard M. Stallman [Sun, 24 Sep 1995 23:28:18 +0000 (23:28 +0000)]
(server-process-filter): Ignore lines that don't start
with `Error:' or `Client:'.
Richard M. Stallman [Sun, 24 Sep 1995 23:25:06 +0000 (23:25 +0000)]
(occur): Indent better for matches that contain newlines.
Richard M. Stallman [Sun, 24 Sep 1995 23:20:39 +0000 (23:20 +0000)]
[These changes were actually in the previous version.
This version is a doc fix.]
(mouse-drag-vertical-line): New function.
(mouse-scroll-min-lines): New variable.
(mouse-scroll-subr): Use it.
(mouse-drag-region): Record where the mouse drag has reached
and use that to adjust the drag event before replaying it.
(mouse-drag-region): Store the right end position
in the drag-event before replaying it at the end.
(mouse-skip-word): Skip complete symbol when over a
character with symbol syntax.
Richard M. Stallman [Sun, 24 Sep 1995 03:59:02 +0000 (03:59 +0000)]
(auto-compression-mode): Add autoload cookie.
Renamed from toggle-auto-compression.
(toggle-auto-compression): Define as alias.
Erik Naggum [Fri, 22 Sep 1995 21:51:21 +0000 (21:51 +0000)]
(get-setf-method): Protect caller's match-data from string-match.
Karl Heuer [Fri, 22 Sep 1995 21:34:12 +0000 (21:34 +0000)]
(edt-setup-default-bindings): Revert function is
revert-buffer, not revert-file.
Karl Heuer [Fri, 22 Sep 1995 21:31:45 +0000 (21:31 +0000)]
Major revision.
Much improved and quicker highlighting using font-lock.
Support for hilit19 removed.
Support for imenu added.
Changed indentation for continue statements.
Added treatment of preprocessor directives.
(f90-directive-comment-re) is now a regular expression.
Many bug fixes.
Edward M. Reingold [Fri, 22 Sep 1995 19:36:26 +0000 (19:36 +0000)]
Fix display of Chinese date.
Richard M. Stallman [Fri, 22 Sep 1995 02:48:04 +0000 (02:48 +0000)]
(mail-do-fcc): Clear read-only flag in ` mail-temp' buffer.
Richard M. Stallman [Fri, 22 Sep 1995 02:46:46 +0000 (02:46 +0000)]
(mail-do-fcc): Erase the ` mail-temp' buffer.
Erik Naggum [Thu, 21 Sep 1995 22:03:57 +0000 (22:03 +0000)]
(byte-boolean-vars): Update list to reflect actual DEFVAR_BOOL symbols in
the C code.
Karl Heuer [Thu, 21 Sep 1995 21:06:26 +0000 (21:06 +0000)]
(edt-set-term-width-80, edt-set-term-width-132):
Terminal-specific functions.
Don't redefine edt-set-screen-width-80 and edt-set-screen-width-132.
Karl Heuer [Thu, 21 Sep 1995 21:06:09 +0000 (21:06 +0000)]
(edt-set-screen-width-80, edt-set-screen-width-132):
If a terminal-specific function exists, call it.
Karl Heuer [Thu, 21 Sep 1995 20:54:35 +0000 (20:54 +0000)]
(te-escape, te-escape-help): Handle non-ASCII events.
Richard M. Stallman [Thu, 21 Sep 1995 20:21:16 +0000 (20:21 +0000)]
(mail-file-babyl-p): Function deleted.
(sendmail-send-it): Load mail-utils first thing.
Richard M. Stallman [Thu, 21 Sep 1995 20:20:49 +0000 (20:20 +0000)]
(mail-file-babyl-p): Function moved from rmail.el and renamed.
Richard M. Stallman [Thu, 21 Sep 1995 20:20:11 +0000 (20:20 +0000)]
(rmail-file-p): Function moved to mail-utils.el
and renamed to mail-file-babyl-p.
(rmail-output, rmail-output-to-rmail-file): Use new name.
Edward M. Reingold [Thu, 21 Sep 1995 03:11:06 +0000 (03:11 +0000)]
Initial revision
Edward M. Reingold [Thu, 21 Sep 1995 03:05:13 +0000 (03:05 +0000)]
New file.
Edward M. Reingold [Thu, 21 Sep 1995 03:04:16 +0000 (03:04 +0000)]
*** empty log message ***
Edward M. Reingold [Thu, 21 Sep 1995 02:57:43 +0000 (02:57 +0000)]
Initial revision
Edward M. Reingold [Thu, 21 Sep 1995 02:54:58 +0000 (02:54 +0000)]
Minor fixes; moved some code here from other calendar files.
Edward M. Reingold [Thu, 21 Sep 1995 02:51:24 +0000 (02:51 +0000)]
Minor fixes.
Edward M. Reingold [Thu, 21 Sep 1995 02:49:54 +0000 (02:49 +0000)]
Added new calendars to menus and made minor fixes.
Edward M. Reingold [Thu, 21 Sep 1995 02:48:58 +0000 (02:48 +0000)]
Moved stuff to calendar.el, as per RSM's request.
Edward M. Reingold [Thu, 21 Sep 1995 02:47:50 +0000 (02:47 +0000)]
Added code to support Chinese calendar. Minor fixes as well.
Edward M. Reingold [Thu, 21 Sep 1995 02:46:47 +0000 (02:46 +0000)]
Added code to support Chinese calendar.
Edward M. Reingold [Thu, 21 Sep 1995 02:45:33 +0000 (02:45 +0000)]
Moved stuff to other files.
Edward M. Reingold [Thu, 21 Sep 1995 02:40:35 +0000 (02:40 +0000)]
Many functions moved to other files, some rewritten. See ChangeLog entry.
Paul Eggert [Wed, 20 Sep 1995 03:27:58 +0000 (03:27 +0000)]
(LOCALTIME_CACHE, tzset): New macros.
Paul Eggert [Wed, 20 Sep 1995 03:26:43 +0000 (03:26 +0000)]
(gettimeofday, init_gettimeofday, daylight, gmtoffset): Undo previous change.
(init_environment): No need to call tzset and init_gettimeofday,
since `main' now does that for us.
(gettimeofday): Ignore tzp; it's obsolescent.
(init_gettimeofday): Invoke tzset first.
Richard M. Stallman [Mon, 18 Sep 1995 14:45:44 +0000 (14:45 +0000)]
(substitute-key-definition): Do recursively scan
where KEYMAP has nothing at all.
Richard M. Stallman [Mon, 18 Sep 1995 14:15:22 +0000 (14:15 +0000)]
(C-down-mouse-1): Use buffer menu, not font menu.
(S-down-mouse-1): Put font menu here.
Richard M. Stallman [Sun, 17 Sep 1995 14:12:02 +0000 (14:12 +0000)]
(find-alternate-file): Kill any preexisting ` **lose**' buf.
Richard M. Stallman [Fri, 15 Sep 1995 16:45:41 +0000 (16:45 +0000)]
(Fload): Rename arg STR to FILE.
Richard M. Stallman [Thu, 14 Sep 1995 14:45:02 +0000 (14:45 +0000)]
(indent-for-tab-command): Get the prefix arg
and pass it along to indent-line-function if it isn't nil.
André Spiegel [Thu, 14 Sep 1995 07:23:43 +0000 (07:23 +0000)]
(vc-fetch-master-properties): Call "cvs status" in the right
directory, passing only the nondirectory part of the file name.
(vc-find-cvs-master): Bind `mtime' locally instead of using it as a
free variable.
Erik Naggum [Tue, 12 Sep 1995 23:20:42 +0000 (23:20 +0000)]
(dired-up-directory): Add optional argument `other-window' to obviate
the need to redefine it in dired-x.el.
Richard M. Stallman [Tue, 12 Sep 1995 21:37:08 +0000 (21:37 +0000)]
(auto-mode-alist): .pl is now Perl.
Karl Heuer [Tue, 12 Sep 1995 17:45:33 +0000 (17:45 +0000)]
(src/paths.h, paths-force): Use paths.h.$$ instead
of paths.h.tmp$$, to avoid going beyond 14 characters.
Karl Heuer [Tue, 12 Sep 1995 17:39:01 +0000 (17:39 +0000)]
(BROKEN_SELECT_NON_X): Moved to s/isc2-2.h.
(HAVE_SELECT): Deleted; s/isc2-2.h no longer undefs this.
Karl Heuer [Tue, 12 Sep 1995 17:38:38 +0000 (17:38 +0000)]
(BROKEN_SELECT_NON_X): Define this instead of turning
off HAVE_SELECT.
Richard M. Stallman [Tue, 12 Sep 1995 17:37:53 +0000 (17:37 +0000)]
(call_mod_hooks, verify_interval_modification):
Functions moved to textprop.c.
Richard M. Stallman [Tue, 12 Sep 1995 17:37:32 +0000 (17:37 +0000)]
(call_mod_hooks): Moved from intevals.c
(verify_interval_modification): Moved from intervals.c.
(interval_insert_behind_hooks, interval_insert_in_front_hooks): New variables.
(report_interval_modification): New function.
Richard M. Stallman [Tue, 12 Sep 1995 17:37:02 +0000 (17:37 +0000)]
(signal_after_change): Call report_interval_modification.
Paul Eggert [Sun, 10 Sep 1995 19:38:19 +0000 (19:38 +0000)]
(Fencode_time): Use mktime to do the real work;
this fixes bugs involving out-of-range dates and leap seconds,
and allows date arithmetic via out-of-range values for arguments.
Allow the ZONE parameter to be a TZ-style string.
Doc string fix: `1900' -> `this century'.
(set_time_zone_rule): New function.
(Fset_time_zone_rule): Use it.
(environ, make_time): Add extern declarations.
(days_per_month): Remove.
Richard M. Stallman [Sun, 10 Sep 1995 17:45:08 +0000 (17:45 +0000)]
(hexl-current-address): New arg VALIDATE.
Handle point values in the ASCII text section and in the addresses.
(hexl-insert-char): Handle point located in the ASCII text.
Richard M. Stallman [Sun, 10 Sep 1995 17:44:25 +0000 (17:44 +0000)]
(center-line): New arg NLINES.
Do nothing for lines that are too wide.
Richard M. Stallman [Sun, 10 Sep 1995 15:16:16 +0000 (15:16 +0000)]
Improve error msg for invalid --with-x-toolkit value.
Richard M. Stallman [Sun, 10 Sep 1995 04:38:13 +0000 (04:38 +0000)]
(init_gettimeofday): Remove declaration.
Richard M. Stallman [Sun, 10 Sep 1995 04:37:51 +0000 (04:37 +0000)]
(gettimeofday): Don't bother setting time zone,
since nobody uses it, and our hacks to get it get in the way
of the above fix. Use simpler method for getting time stamp.
(init_gettimeofday, daylight, gmtoffset): Remove.
Richard M. Stallman [Sun, 10 Sep 1995 04:37:21 +0000 (04:37 +0000)]
(Fset_time_zone_rule): New function.
(syms_of_editfns): defsubr it.
Richard M. Stallman [Sun, 10 Sep 1995 04:36:12 +0000 (04:36 +0000)]
(setenv): Call set-time-zone-rule when setting TZ.
Richard M. Stallman [Sun, 10 Sep 1995 04:23:38 +0000 (04:23 +0000)]
(LOCALTIME_CACHE): Remove; now configured automatically.
Richard M. Stallman [Sun, 10 Sep 1995 04:20:44 +0000 (04:20 +0000)]
(main): Call tzset only if LOCALTIME_CACHE is defined;
not all Suns have this bug.
Richard M. Stallman [Sun, 10 Sep 1995 04:18:58 +0000 (04:18 +0000)]
(LOCALTIME_CACHE): Define if tzset exists and
if localtime caches TZ. Check for tzset.
Richard M. Stallman [Sun, 10 Sep 1995 01:23:14 +0000 (01:23 +0000)]
(command_loop_1): Set this_command to nil before reading a command.
Richard M. Stallman [Sat, 9 Sep 1995 19:31:29 +0000 (19:31 +0000)]
(Fdecode_time): Doc fix.
André Spiegel [Fri, 8 Sep 1995 20:39:17 +0000 (20:39 +0000)]
(vc-dired-mode): Now a major mode derived from dired-mode.
(vc-directory): Take DIRNAME as an argument. Ask for it in
the minibuffer.
Don't kill pre-existing vc-dired buffers (dired now re-uses the
right one).
(vc-file-tree-walk): New argument DIRNAME. Updated all callers.
(vc-dired-update): New function. `g' in vc-dired-mode calls it.
(vc-dired-reformat-line): Handle different ls -l formats.
André Spiegel [Fri, 8 Sep 1995 20:38:53 +0000 (20:38 +0000)]
(vc-locking-user): Fixed wrong parentheses.
André Spiegel [Fri, 8 Sep 1995 20:38:17 +0000 (20:38 +0000)]
(dired-internal-noselect): Set dired-directory when refreshing a buffer
that displays a list of files.
(dired-find-buffer-nocreate): Handle the case when dired-directory is
a list.
(dired-sort-other): Don't set mode-name if we are not in dired-mode.
Richard M. Stallman [Fri, 8 Sep 1995 17:19:37 +0000 (17:19 +0000)]
Rename all register-name args to `register'.
Richard M. Stallman [Fri, 8 Sep 1995 16:59:25 +0000 (16:59 +0000)]
(Fmake_marker): Initialize insertion_type to 0.
Richard M. Stallman [Fri, 8 Sep 1995 16:58:39 +0000 (16:58 +0000)]
Fix typos.
Richard M. Stallman [Fri, 8 Sep 1995 16:24:48 +0000 (16:24 +0000)]
(HAVE_UNISTD_H): Add #undef.
Richard M. Stallman [Wed, 6 Sep 1995 18:17:59 +0000 (18:17 +0000)]
(ange-ftp-gwp-filter): Go to process buffer before getting text from it.
Richard M. Stallman [Wed, 6 Sep 1995 18:04:02 +0000 (18:04 +0000)]
(Info-suffix-list): Add .inf to MSDOS list.
(info-insert-file-contents): Use info-insert-file-contents-1
to set FULLNAME. Use call-process-region to run the decode program.
(Info-find-node): Use info-insert-file-contents-1.
(info-insert-file-contents-1) [MSDOS]: Don't use the dot in SUFFIX
if FILENAME already has one.
Richard M. Stallman [Wed, 6 Sep 1995 17:07:53 +0000 (17:07 +0000)]
(gud-filter): Save up text that arrives while processing previous text.
Richard M. Stallman [Wed, 6 Sep 1995 15:18:29 +0000 (15:18 +0000)]
(install-arch-indep): Always install the new dir file;
rename the previous dir file to dir.bak or dir.old.
Richard M. Stallman [Wed, 6 Sep 1995 15:16:39 +0000 (15:16 +0000)]
(rmail-summary-construct-io-menu): Use all of FILES.
Also disable the menu instead of not displaying it, if FILES is empty.
Richard M. Stallman [Mon, 4 Sep 1995 20:26:58 +0000 (20:26 +0000)]
(mail-interactive-insert-alias): Call mail-abbrev-expand-hook.
Richard M. Stallman [Sun, 3 Sep 1995 18:53:58 +0000 (18:53 +0000)]
(Fcopy_marker): New arg TYPE.
(Fmarker_insertion_type, Fset_marker_insertion_type): New functions.
(syms_of_marker): defsubr them.
Richard M. Stallman [Sun, 3 Sep 1995 18:52:37 +0000 (18:52 +0000)]
(Fmake_indirect_buffer): Set the insertion_type of the zv_marker markers to 1.
Richard M. Stallman [Sun, 3 Sep 1995 18:51:47 +0000 (18:51 +0000)]
(adjust_markers_for_insert): New function.
(insert_from_buffer_1, insert_from_string_1, insert_1): Call it.
Richard M. Stallman [Sun, 3 Sep 1995 17:34:56 +0000 (17:34 +0000)]
(dired-internal-noselect): New arg MODE.
If it's non-nil, switch to that nil.
(dired-find-buffer-nocreate): New arg MODE.