]> git.eshelyaron.com Git - emacs.git/log
emacs.git
31 years agoFix calendar-cursor-to-date to handle starred days correctly.
Edward M. Reingold [Wed, 23 Feb 1994 02:38:23 +0000 (02:38 +0000)]
Fix calendar-cursor-to-date to handle starred days correctly.

31 years ago(Finsert_file_contents): If REPLACE, always do lseek.
Richard M. Stallman [Wed, 23 Feb 1994 00:33:13 +0000 (00:33 +0000)]
(Finsert_file_contents): If REPLACE, always do lseek.
Exit main loop if INSERTED reaches TOTAL.

31 years ago(rmail-insert-inbox-text): Recognize the spool directory even if symlinks are
Karl Heuer [Wed, 23 Feb 1994 00:29:43 +0000 (00:29 +0000)]
(rmail-insert-inbox-text): Recognize the spool directory even if symlinks are
present.

31 years agoNew variable docdir to control where the docstring file goes.
Karl Heuer [Tue, 22 Feb 1994 23:57:13 +0000 (23:57 +0000)]
New variable docdir to control where the docstring file goes.

31 years agoUse docdir to initialize PATH_DOC in paths.h.
Karl Heuer [Tue, 22 Feb 1994 23:56:15 +0000 (23:56 +0000)]
Use docdir to initialize PATH_DOC in paths.h.

31 years agoNew path PATH_DOC for doc-directory.
Karl Heuer [Tue, 22 Feb 1994 23:51:48 +0000 (23:51 +0000)]
New path PATH_DOC for doc-directory.

31 years ago(syms_of_callproc): New variable Vdoc_directory.
Karl Heuer [Tue, 22 Feb 1994 23:50:27 +0000 (23:50 +0000)]
(syms_of_callproc): New variable Vdoc_directory.
(init_callproc_1): Initialize it.

31 years ago(get_doc_string, Snarf_documentation): Use new variable doc_directory.
Karl Heuer [Tue, 22 Feb 1994 23:49:01 +0000 (23:49 +0000)]
(get_doc_string, Snarf_documentation): Use new variable doc_directory.

31 years agoNew variable doc_directory.
Karl Heuer [Tue, 22 Feb 1994 23:46:42 +0000 (23:46 +0000)]
New variable doc_directory.

31 years agoWhen --run-in-place, don't inherit archlibdir.
Karl Heuer [Tue, 22 Feb 1994 21:54:40 +0000 (21:54 +0000)]
When --run-in-place, don't inherit archlibdir.

31 years agoMove extern declarations to top of file.
Karl Heuer [Tue, 22 Feb 1994 19:43:28 +0000 (19:43 +0000)]
Move extern declarations to top of file.

31 years ago(get_time): Simplify; avoid calling index.
Karl Heuer [Tue, 22 Feb 1994 19:22:11 +0000 (19:22 +0000)]
(get_time): Simplify; avoid calling index.
(main): exit on EOF.

31 years ago(calendar-cursor-to-date): Fix search string so it
Richard M. Stallman [Tue, 22 Feb 1994 04:46:12 +0000 (04:46 +0000)]
(calendar-cursor-to-date): Fix search string so it
correctly moves past a starred date.

31 years ago(make_lispy_event): For menu bar event in USE_X_TOOLKIT
Richard M. Stallman [Tue, 22 Feb 1994 00:45:38 +0000 (00:45 +0000)]
(make_lispy_event): For menu bar event in USE_X_TOOLKIT
case, convert x position to glyphs after map_event_to_object.
Call window_from_coordinates later on.

31 years ago(construct_menu_click): Undo previous change.
Richard M. Stallman [Tue, 22 Feb 1994 00:43:04 +0000 (00:43 +0000)]
(construct_menu_click): Undo previous change.

31 years ago(x_had_errors_p): New function.
Richard M. Stallman [Mon, 21 Feb 1994 21:54:33 +0000 (21:54 +0000)]
(x_had_errors_p): New function.
(construct_menu_click): Convert x pos from pixels to glyphs.
Move function after pixel_to_glyph_coords.

[!USE_X_TOOLKIT] (x_any_window_to_frame):
Define as x_window_to_frame.

31 years ago(get_keyelt): Cached equiv-key data is now a sublist.
Richard M. Stallman [Mon, 21 Feb 1994 21:50:02 +0000 (21:50 +0000)]
(get_keyelt): Cached equiv-key data is now a sublist.

31 years agoWhitespace change.
Richard M. Stallman [Mon, 21 Feb 1994 21:41:01 +0000 (21:41 +0000)]
Whitespace change.

31 years ago(shrink-window-if-larger-than-buffer): Don't shrink if the window that would
Karl Heuer [Mon, 21 Feb 1994 21:40:59 +0000 (21:40 +0000)]
(shrink-window-if-larger-than-buffer): Don't shrink if the window that would
expand is the minibuffer.

31 years ago(single_keymap_panes): Properly skip help-string if any.
Richard M. Stallman [Mon, 21 Feb 1994 06:46:09 +0000 (06:46 +0000)]
(single_keymap_panes): Properly skip help-string if any.
Rename item2 to item_string.
GCPRO some things.
(menu_item_equiv_key): Use either VECTORP or STRINGP, not both.

31 years ago(picture-mode-map): Replace delete-backward-char
Richard M. Stallman [Mon, 21 Feb 1994 02:49:58 +0000 (02:49 +0000)]
(picture-mode-map): Replace delete-backward-char
like backward-delete-char-untabify.

31 years agoMove config.h after system includes.
Roland McGrath [Sun, 20 Feb 1994 19:45:18 +0000 (19:45 +0000)]
Move config.h after system includes.

31 years ago[BSD]: #undef WCOREDUMP before defining it.
Roland McGrath [Sun, 20 Feb 1994 19:34:12 +0000 (19:34 +0000)]
[BSD]: #undef WCOREDUMP before defining it.

31 years ago(BSD_PGRPS): Add #undef.
Richard M. Stallman [Sun, 20 Feb 1994 07:10:37 +0000 (07:10 +0000)]
(BSD_PGRPS): Add #undef.

(TAB3): Defined.
(NEED_ERRNO, NO_TERMIO, HAVE_TERMIOS, HAVE_UNION_WAIT): Defined.

31 years ago(install-arch-dep, install-arch-indep):
Richard M. Stallman [Sun, 20 Feb 1994 03:25:09 +0000 (03:25 +0000)]
(install-arch-dep, install-arch-indep):
New targets split up former do-install rule.
(do-install): Target deleted.

31 years ago(Fframe_visible_p): Do FRAME_SAMPLE_VISIBILITY first.
Richard M. Stallman [Sun, 20 Feb 1994 02:50:13 +0000 (02:50 +0000)]
(Fframe_visible_p): Do FRAME_SAMPLE_VISIBILITY first.

31 years ago(x_window_to_frame): Add parens for clarity.
Richard M. Stallman [Sat, 19 Feb 1994 22:57:12 +0000 (22:57 +0000)]
(x_window_to_frame): Add parens for clarity.

31 years ago(XTread_socket--cases KeyPress, EnterNotify, LeaveNotify)
Richard M. Stallman [Sat, 19 Feb 1994 22:56:21 +0000 (22:56 +0000)]
(XTread_socket--cases KeyPress, EnterNotify, LeaveNotify)
(cases FocusIn, FocusOut): Use x_any_window_to_frame.

31 years ago*** empty log message ***
Richard M. Stallman [Sat, 19 Feb 1994 20:53:26 +0000 (20:53 +0000)]
*** empty log message ***

31 years ago(get_keyelt): Discard keyboard equivalents
Richard M. Stallman [Sat, 19 Feb 1994 06:29:30 +0000 (06:29 +0000)]
(get_keyelt): Discard keyboard equivalents
stored in a menu keymap element.

31 years agoFind and display keyboard equivalents of menu items.
Richard M. Stallman [Sat, 19 Feb 1994 06:29:10 +0000 (06:29 +0000)]
Find and display keyboard equivalents of menu items.
(menu_item_equiv_key): New function.
(single_keymap_panes): Call it.

31 years ago(calendar-string-to-mayan-long-count): Don't
Richard M. Stallman [Sat, 19 Feb 1994 02:05:53 +0000 (02:05 +0000)]
(calendar-string-to-mayan-long-count): Don't
assume that periods must end numbers.  Look for digit runs explicitly.

31 years ago(substitute-key-definition): Don't discard menu strings.
Richard M. Stallman [Sat, 19 Feb 1994 00:01:46 +0000 (00:01 +0000)]
(substitute-key-definition): Don't discard menu strings.

31 years ago(lisp-complete-symbol): Doc fix.
Richard M. Stallman [Fri, 18 Feb 1994 23:51:41 +0000 (23:51 +0000)]
(lisp-complete-symbol): Doc fix.

31 years ago(mouse-delete-max-match): Set len properly.
Richard M. Stallman [Fri, 18 Feb 1994 23:51:12 +0000 (23:51 +0000)]
(mouse-delete-max-match): Set len properly.

31 years agoInitial revision
Richard M. Stallman [Fri, 18 Feb 1994 22:50:05 +0000 (22:50 +0000)]
Initial revision

31 years agoComment changes.
Richard M. Stallman [Fri, 18 Feb 1994 22:42:29 +0000 (22:42 +0000)]
Comment changes.

31 years agoInitial revision
Richard M. Stallman [Fri, 18 Feb 1994 22:40:27 +0000 (22:40 +0000)]
Initial revision

31 years ago*** empty log message ***
Fred Pierresteguy [Fri, 18 Feb 1994 22:38:14 +0000 (22:38 +0000)]
*** empty log message ***

31 years ago(Fx_parse_geometry): Don't call check_x.
Richard M. Stallman [Fri, 18 Feb 1994 20:11:20 +0000 (20:11 +0000)]
(Fx_parse_geometry): Don't call check_x.

31 years ago(gud-mode): Define C-c C-l in gud buffer.
Richard M. Stallman [Fri, 18 Feb 1994 20:10:05 +0000 (20:10 +0000)]
(gud-mode): Define C-c C-l in gud buffer.

31 years agoComment change.
Richard M. Stallman [Fri, 18 Feb 1994 19:46:53 +0000 (19:46 +0000)]
Comment change.

31 years agoInitial revision
Richard M. Stallman [Fri, 18 Feb 1994 19:46:18 +0000 (19:46 +0000)]
Initial revision

31 years agoentered into RCS
Fred Pierresteguy [Fri, 18 Feb 1994 13:38:55 +0000 (13:38 +0000)]
entered into RCS

31 years ago*** empty log message ***
Fred Pierresteguy [Fri, 18 Feb 1994 13:24:41 +0000 (13:24 +0000)]
*** empty log message ***

31 years ago(popup_selection_callback): Clean up code. Remove code in #if 0 directive.
Fred Pierresteguy [Fri, 18 Feb 1994 11:03:38 +0000 (11:03 +0000)]
(popup_selection_callback): Clean up code. Remove code in #if 0 directive.
(popup_down_callback): Likewise.

31 years ago(gnu_bits): Use unsigned char.
Richard M. Stallman [Fri, 18 Feb 1994 06:28:50 +0000 (06:28 +0000)]
(gnu_bits): Use unsigned char.

31 years ago(unshow_buffer): Unconditionally set last_window_start.
Richard M. Stallman [Fri, 18 Feb 1994 06:10:23 +0000 (06:10 +0000)]
(unshow_buffer): Unconditionally set last_window_start.

31 years ago(vc-lookup-triple): Yield nil, not "", if NAME is nil.
Paul Eggert [Fri, 18 Feb 1994 02:51:33 +0000 (02:51 +0000)]
(vc-lookup-triple): Yield nil, not "", if NAME is nil.
Otherwise vc-revert-buffer fails with SCCS.

31 years ago(Fdelete_other_windows): Don't call Frecenter;
Richard M. Stallman [Fri, 18 Feb 1994 01:12:10 +0000 (01:12 +0000)]
(Fdelete_other_windows): Don't call Frecenter;
do it by hand and avoid setting w->force_start.

31 years ago(dumpglyphs): Try various alternatives for foreground color
Richard M. Stallman [Fri, 18 Feb 1994 01:01:51 +0000 (01:01 +0000)]
(dumpglyphs): Try various alternatives for foreground color
of a glyph with the cursor on it.

31 years agoComment changes.
Richard M. Stallman [Thu, 17 Feb 1994 23:33:02 +0000 (23:33 +0000)]
Comment changes.

31 years ago*** empty log message ***
Richard M. Stallman [Thu, 17 Feb 1994 23:32:05 +0000 (23:32 +0000)]
*** empty log message ***

31 years ago(ange-ftp-insert-file-contents): New arg REPLACE.
Richard M. Stallman [Thu, 17 Feb 1994 23:19:36 +0000 (23:19 +0000)]
(ange-ftp-insert-file-contents): New arg REPLACE.

31 years ago*** empty log message ***
Fred Pierresteguy [Thu, 17 Feb 1994 22:09:05 +0000 (22:09 +0000)]
*** empty log message ***

31 years agoDelete the code to enable menu bars.
Richard M. Stallman [Thu, 17 Feb 1994 22:01:45 +0000 (22:01 +0000)]
Delete the code to enable menu bars.

31 years ago(defun-prompt-regexp): Now a user variable.
Richard M. Stallman [Thu, 17 Feb 1994 21:06:52 +0000 (21:06 +0000)]
(defun-prompt-regexp): Now a user variable.

31 years agoUse <...> for config.h.
Richard M. Stallman [Thu, 17 Feb 1994 20:05:33 +0000 (20:05 +0000)]
Use <...> for config.h.

31 years ago*** empty log message ***
Richard M. Stallman [Thu, 17 Feb 1994 20:02:50 +0000 (20:02 +0000)]
*** empty log message ***

31 years ago(Finsert_file_contents): Fix previous change.
Richard M. Stallman [Thu, 17 Feb 1994 19:23:59 +0000 (19:23 +0000)]
(Finsert_file_contents): Fix previous change.

31 years ago(mail-mailer-swallows-blank-line): Fix regexp typo.
Richard M. Stallman [Thu, 17 Feb 1994 19:04:07 +0000 (19:04 +0000)]
(mail-mailer-swallows-blank-line): Fix regexp typo.
Check for apparent header line as well as for leading whitespace.

31 years ago* etags.c (--absolute-pathnames): this option removed.
Francesco Potortì [Thu, 17 Feb 1994 18:01:38 +0000 (18:01 +0000)]
* etags.c (--absolute-pathnames): this option removed.

31 years ago(Finsert_file_contents): New arg REPLACE.
Richard M. Stallman [Thu, 17 Feb 1994 08:38:34 +0000 (08:38 +0000)]
(Finsert_file_contents): New arg REPLACE.
New feature to replace buffer contents with file contents.

31 years ago(revert-buffer): Use new insert-file-contents replace arg.
Richard M. Stallman [Thu, 17 Feb 1994 08:19:58 +0000 (08:19 +0000)]
(revert-buffer): Use new insert-file-contents replace arg.

31 years agointerpreter-mode-alist: Add modes for awk, gawk, and scm scripts.
Noah Friedman [Thu, 17 Feb 1994 05:52:56 +0000 (05:52 +0000)]
interpreter-mode-alist: Add modes for awk, gawk, and scm scripts.

31 years ago(child_setup_tty): Typo in previous change.
Richard M. Stallman [Thu, 17 Feb 1994 05:40:07 +0000 (05:40 +0000)]
(child_setup_tty): Typo in previous change.

31 years ago(time-stamp-start): Allow more white space
Richard M. Stallman [Thu, 17 Feb 1994 03:44:17 +0000 (03:44 +0000)]
(time-stamp-start): Allow more white space
between keyword and time stamp.

31 years agoentered into RCS
Richard M. Stallman [Thu, 17 Feb 1994 03:36:11 +0000 (03:36 +0000)]
entered into RCS

31 years ago(unexec): Add cast to result of `sbrk'.
Richard M. Stallman [Thu, 17 Feb 1994 03:32:02 +0000 (03:32 +0000)]
(unexec): Add cast to result of `sbrk'.

31 years ago(EMACS_TTY_TABS_OK): Alternate definition if no TABDLY.
Richard M. Stallman [Thu, 17 Feb 1994 03:21:36 +0000 (03:21 +0000)]
(EMACS_TTY_TABS_OK): Alternate definition if no TABDLY.

31 years ago(child_setup_tty): Use IUCLC, OLCUC, NLDLY only if defined.
Richard M. Stallman [Thu, 17 Feb 1994 03:20:17 +0000 (03:20 +0000)]
(child_setup_tty): Use IUCLC, OLCUC, NLDLY only if defined.

31 years ago(BSD_PGRPS): Defined.
Richard M. Stallman [Thu, 17 Feb 1994 03:07:50 +0000 (03:07 +0000)]
(BSD_PGRPS): Defined.

31 years ago(main): Test BSD_PGRPS, not BSD.
Richard M. Stallman [Thu, 17 Feb 1994 03:00:56 +0000 (03:00 +0000)]
(main): Test BSD_PGRPS, not BSD.

31 years ago(init_sys_modes, reset_sys_modes): Test BSD_PGRPS.
Richard M. Stallman [Thu, 17 Feb 1994 02:59:48 +0000 (02:59 +0000)]
(init_sys_modes, reset_sys_modes): Test BSD_PGRPS.
(narrow_foreground_group, widen_foreground_group): Define if BSD_PGRPS.

31 years ago(mips-sony-newsos*): New configuration.
Richard M. Stallman [Thu, 17 Feb 1994 02:18:09 +0000 (02:18 +0000)]
(mips-sony-newsos*): New configuration.

31 years ago(rs6000-bull-bosx*): New configuration.
Fred Pierresteguy [Thu, 17 Feb 1994 02:13:55 +0000 (02:13 +0000)]
(rs6000-bull-bosx*): New configuration.

31 years ago(copmilation-error-regexp-alist): Tighten up Ultrix 3.0 f77 regexp to
Roland McGrath [Thu, 17 Feb 1994 00:11:28 +0000 (00:11 +0000)]
(copmilation-error-regexp-alist): Tighten up Ultrix 3.0 f77 regexp to
exclude : from file names; avoids lossage when : appears in error text.

31 years ago(init_sys_modes): IEXTEN is in c_lflag, not c_iflag.
Richard M. Stallman [Wed, 16 Feb 1994 23:43:53 +0000 (23:43 +0000)]
(init_sys_modes): IEXTEN is in c_lflag, not c_iflag.

31 years ago(put_line): Don't break the line if it all fits.
Richard M. Stallman [Wed, 16 Feb 1994 20:53:00 +0000 (20:53 +0000)]
(put_line): Don't break the line if it all fits.

31 years ago(recover-file): Call auto-save-file-name-p correctly.
Richard M. Stallman [Wed, 16 Feb 1994 18:23:16 +0000 (18:23 +0000)]
(recover-file): Call auto-save-file-name-p correctly.

31 years ago(c++-mode): Set parse-sexp-ignore-comments to t.
Richard M. Stallman [Wed, 16 Feb 1994 18:20:13 +0000 (18:20 +0000)]
(c++-mode): Set parse-sexp-ignore-comments to t.

31 years ago(interpreter-mode-alist): New variable.
Richard M. Stallman [Wed, 16 Feb 1994 07:06:10 +0000 (07:06 +0000)]
(interpreter-mode-alist): New variable.
(set-auto-mode): Use that for chosing a mode.

31 years ago(face-try-color-list): Don't rely on errors from using
Richard M. Stallman [Tue, 15 Feb 1994 22:38:00 +0000 (22:38 +0000)]
(face-try-color-list): Don't rely on errors from using
a color that the server can't really support.

31 years ago(sys_write): If any bytes were written, return how many.
Richard M. Stallman [Tue, 15 Feb 1994 16:22:49 +0000 (16:22 +0000)]
(sys_write): If any bytes were written, return how many.

31 years ago(XTread_socket): Do not assume that select returning
Richard M. Stallman [Tue, 15 Feb 1994 16:17:25 +0000 (16:17 +0000)]
(XTread_socket): Do not assume that select returning
immediately with no events implies a hangup.

31 years ago*** empty log message ***
Fred Pierresteguy [Tue, 15 Feb 1994 13:59:18 +0000 (13:59 +0000)]
*** empty log message ***

31 years ago*** empty log message ***
Fred Pierresteguy [Tue, 15 Feb 1994 13:54:14 +0000 (13:54 +0000)]
*** empty log message ***

31 years ago(Fx_close_current_connection): call check_x.
Karl Heuer [Mon, 14 Feb 1994 23:28:23 +0000 (23:28 +0000)]
(Fx_close_current_connection): call check_x.

31 years ago(Fx_popup_menu): Likewise.
Karl Heuer [Mon, 14 Feb 1994 21:44:50 +0000 (21:44 +0000)]
(Fx_popup_menu): Likewise.

31 years ago(check_x): Make it global.
Karl Heuer [Mon, 14 Feb 1994 21:41:46 +0000 (21:41 +0000)]
(check_x): Make it global.
(x-parse-geometry, x-list-fonts): call check_x.

31 years ago(x-own-selection-internal, x-get-selection-internal,
Karl Heuer [Mon, 14 Feb 1994 21:40:43 +0000 (21:40 +0000)]
(x-own-selection-internal, x-get-selection-internal,
x-disown-selection-internal, x-selection-owner-p, x-selection-exists-p,
x-get-cut-buffer-internal, x-store-cut-buffer-internal,
x-rotate-cut-buffers-internal): call check_x.

31 years ago(check_x): Declare it.
Karl Heuer [Mon, 14 Feb 1994 21:38:49 +0000 (21:38 +0000)]
(check_x): Declare it.

31 years agoInitial revision
Richard M. Stallman [Mon, 14 Feb 1994 20:37:15 +0000 (20:37 +0000)]
Initial revision

31 years ago(current-word): Remove (interactive).
Karl Heuer [Mon, 14 Feb 1994 19:51:22 +0000 (19:51 +0000)]
(current-word): Remove (interactive).

31 years ago(indented_beyond_p): New function.
Karl Heuer [Mon, 14 Feb 1994 19:44:36 +0000 (19:44 +0000)]
(indented_beyond_p): New function.
(compute_motion, vmotion): Use it to treat blank lines specially in selective
display.

31 years ago(try_window_id, display_text_line): Treat blank lines specially in
Karl Heuer [Mon, 14 Feb 1994 19:42:30 +0000 (19:42 +0000)]
(try_window_id, display_text_line): Treat blank lines specially in
selective_display.

31 years agoFix comments.
Karl Heuer [Mon, 14 Feb 1994 19:30:48 +0000 (19:30 +0000)]
Fix comments.

31 years ago* etags.c (absolute_pathnames, cwd): added global vars.
Francesco Potortì [Mon, 14 Feb 1994 14:28:22 +0000 (14:28 +0000)]
* etags.c (absolute_pathnames, cwd): added global vars.
(longopts, print_help, main, process_file): put absolute filenames
in the tag file if the -A --absolute-pathnames option is used.
(print_help): alfabetically order the options.
(malloc, realloc, strcpy, strncpy, strcmp): remove extern declar.

31 years agoInitial revision
Roland McGrath [Mon, 14 Feb 1994 00:41:56 +0000 (00:41 +0000)]
Initial revision

31 years ago(BROKEN_START, TEXT_START): Don't define.
Roland McGrath [Sun, 13 Feb 1994 22:22:26 +0000 (22:22 +0000)]
(BROKEN_START, TEXT_START): Don't define.
(HAVE_TEXT_START): Define this instead.