1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-01 11:41:39 -07:00
Commit graph

26840 commits

Author SHA1 Message Date
Richard M. Stallman
41f2130007 Reverse conditional in previous change. 1996-08-26 16:10:43 +00:00
Richard M. Stallman
fbcb305501 (shell-mode): Don't assume /dev/null is its own truename. 1996-08-26 15:33:13 +00:00
Richard M. Stallman
9f748a354f (diff): Don't pop to *diff* buffer. Change bogus
unwind-protect to save-excursion.
1996-08-26 15:21:57 +00:00
Richard M. Stallman
2a81150148 (ensure-mark): Minor rewrite.
(scroll-down-mark): Handle pc-select-override-scroll-error,
(scroll-down-nomark): Likewise.
(scroll-up-mark, scroll-up-nomark): Likewise.
(pc-selection-mode): Get rid of the advice on scroll-up, scroll-down.
1996-08-26 15:15:02 +00:00
Richard M. Stallman
fd20f0150d (byte-compile-insert-header): Fix previous change. 1996-08-26 14:46:44 +00:00
Richard M. Stallman
8396299d26 (imenu--in-alist): Accept only bottom-level matches. 1996-08-26 00:08:21 +00:00
Richard M. Stallman
e932d73def (fast_find_position): Fix previous change. 1996-08-25 23:31:20 +00:00
Richard M. Stallman
5f17a95a2f (byte-compile-insert-header):
Edit byte-compile-version to extract just the version number.
1996-08-25 23:18:39 +00:00
Richard M. Stallman
c4fb6a3cd6 (byte-compile-version): Use $Revision, not $Id. 1996-08-25 23:14:30 +00:00
Richard M. Stallman
1e09850419 (byte-compile-insert-header): Clean up syntax
(byte-compile-version): Use the RCS version number.
1996-08-25 23:11:07 +00:00
Richard M. Stallman
f61f515836 (fast_find_position): Minor fix in handling maybe_next_line. 1996-08-25 17:48:32 +00:00
Richard M. Stallman
0e82a18162 (HAVE_LIBKRB, HAVE_LIBDES): Add #undefs. 1996-08-25 17:00:12 +00:00
Richard M. Stallman
486b92169d Check for krb and des libraries. 1996-08-25 16:58:09 +00:00
Richard M. Stallman
962ae6365c (command_loop_1): Check column_number_displayed
in the selected window, not Vcolumn_number_mode.
(Vcolumn_number_mode): Variable deleted.
(syms_of_keyboard): Delete Lisp variable column-number-mode.
1996-08-25 16:34:36 +00:00
Richard M. Stallman
6b19c22961 (minibuffer-setup-hook): Fix misspelling of hook name. 1996-08-25 02:31:33 +00:00
Richard M. Stallman
40f2809942 Include des.h krb.h with no dir name if SOLARIS2. 1996-08-25 02:27:24 +00:00
Richard M. Stallman
aac2257c3e (*-sunos4.1.[3-9]*noshare): Use sunos413, not sunos4-1-3.
(m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
(arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
1996-08-25 02:19:28 +00:00
Richard M. Stallman
b4d413451a Initial revision 1996-08-25 02:14:42 +00:00
Richard M. Stallman
f73741fc23 (tex-main-file): New variable.
(tex-file): Use that.  Rename local var to source-file
so it is obviously local.
1996-08-25 01:25:07 +00:00
Lars Magne Ingebrigtsen
a081f2023b (gnus-group-enter-directory): Virtual server definition
list wasn't quoted.
1996-08-24 23:22:22 +00:00
Lars Magne Ingebrigtsen
c415589d46 Sat Aug 24 23:32:02 1996 Lars Magne Ingebrigtsen <larsi@ylfing.ifi.uio.no>
* gnus.el (gnus-group-enter-directory): Would temporarily bind
	`nneething-read-only', shadowing the proper `defvar'.
1996-08-24 21:38:59 +00:00
Richard M. Stallman
2dd7b854e3 Add xrefs from Saving Buffers to Format Conversion and Saving
Properties.
1996-08-24 21:26:03 +00:00
Richard M. Stallman
86e71abf77 (xdialog_show): Don't allow 9 buttons. 1996-08-24 21:24:45 +00:00
Erik Naggum
7b8b6c7ad9 Use ISO 8601 date format, with time zone appended if
change-log-time-zone-rule is non-nil, instead of traditional Unix date
format.

(datearg): When computing default from ChangeLog, handle ISO format dates
in addition to old-fashioned dates from Emacs 19.31 and earlier.  Don't
worry about hh:mm:ss since the resolution is now by day.  Use emtpy
datearg, not empty rlog_options, to decide whether to pass "$datearg"
option to $rlog.
(logTZ): New variable, set to TZ specified by change-log-time-zone-rule.
(month_data): Remove `mo'; no longer needed.
(rlog_options): Use -zLT for localltime output, if `rlog' supports it.
(extractTZ): Use UTC if the zone is t.

Match `revision' line of rlog output more accurately.

Add -c, -v options.
1996-08-24 21:11:14 +00:00
Erik Naggum
085e9fcbb4 (Fencode_time, Fset_time_zone_rule): Use UTC if the zone is t. 1996-08-24 21:11:13 +00:00
Erik Naggum
51bd184380 Change to ISO 8601 date formats, without time of day.
(change-log-font-lock-keywords): Adjust accordingly.
(add-change-log-entry): Compare and insert with new date format.
(change-log-mode): Make `paragraph-start' and `paragraph-separate' use \<
like `page-delimiter' for consistency.
(change-log-time-zone-rule): New variable.
(iso8601-time-zone): New function.
(add-change-log-entry): If change-log-time-zone-rule is non-nil, calculate
date according to that rule, and indicate resulting time zone.
1996-08-24 21:10:47 +00:00
Erik Naggum
2f100b5c7a (print-quoted): New variable.
(print): Print certain expressions more compactly when set.
Also use XCAR and XCDR directly -- we know we have conses.
1996-08-24 19:39:34 +00:00
Richard M. Stallman
20c5a87d0b Replace \n in doc strings.
(pc-selection-mode): Big doc fix.  Don't bind f1.

(forward-line-mark): New function.
(forward-line-nomark): New function.
(backward-line-mark): New function.
(backward-line-nomark): New function.
(pc-selection-mode): Add keybindings for those functions.
(pc-select-override-scroll-error): New variable.
1996-08-24 16:10:28 +00:00
Richard M. Stallman
d4866ec362 (isearch-edit-string): When starting nonincremental
search, after peeking ahead one char, call cancel-kbd-macro-events.
1996-08-24 16:03:25 +00:00
Erik Naggum
fb42d95500 (Fsplit_window): Fix previous change. 1996-08-24 12:12:08 +00:00
Richard M. Stallman
51b592fb33 (x_term_init): If the default Xt font does not exist on
the X server, add a resource so that dialog boxes use a common font.
1996-08-24 00:03:22 +00:00
Richard M. Stallman
0072414b40 Include <config.h>, so DOS_NT is defined on MSDOS. 1996-08-23 08:16:06 +00:00
Richard M. Stallman
a59fed7e23 (Fsplit_window): Treat width just like height;
no special handling for scroll bars.
1996-08-23 06:20:58 +00:00
Richard M. Stallman
fed7afa101 (apropos-mode): Turn on View mode. 1996-08-22 19:57:35 +00:00
Richard M. Stallman
9ee83b023d (paths.h, config.h): Targets deleted.
(../config.status): Add two new rules to check need for reconfigure.
1996-08-22 19:48:43 +00:00
Richard M. Stallman
ab85d35558 Generate src/paths.h here. 1996-08-22 19:29:12 +00:00
Richard M. Stallman
12daf453b8 (paths-force): Don't print a message. 1996-08-22 19:28:44 +00:00
Richard M. Stallman
0a0dca7374 (src/paths.h): Target deleted.
(paths-force): Delete all dependencies on this target
but don't delete the target.
(install): Depend on `all'.
1996-08-22 19:28:01 +00:00
Erik Naggum
ae19c6f24c (change_frame_size_1): Clean up conditional. 1996-08-22 08:23:30 +00:00
Richard M. Stallman
6044e593a6 (send_process): GCPRO object. 1996-08-22 02:57:09 +00:00
Richard M. Stallman
8bed5e3d10 (keyboard-translate): Use a char-table.
(keyboard-translate-table): Add char-table-extra-slots property.
1996-08-21 20:36:30 +00:00
Richard M. Stallman
d7b43eaa00 Conditionalize the changes below on not __linux__.
Include reloc.h and elf_abi.h.
(rel_dyn_section, dynstr_section, dynsym_section): New variables.
(old_data_scnhdr): New variable.
(CHECK_SCNHDR): Compare just 8 chars of section name.
(unexec): Check for rel_dyn_section, dynsym_section, dynstr_section.
Do call update_dynamic_symbols.
(update_dynamic_symbols): Finish it up and take away #if 0.
1996-08-21 20:18:00 +00:00
Richard M. Stallman
18aa68c389 (kill-region): inhibit-read-only overrides text props too. 1996-08-21 16:20:39 +00:00
Richard M. Stallman
a90ab37216 (x_set_scroll_bar_width): Call x_set_window_size when arg is nil. 1996-08-21 04:53:08 +00:00
Richard M. Stallman
5b2b26d52a (revert-buffer): Doc fix. 1996-08-20 21:22:41 +00:00
Karl Heuer
45c50c5ded [fixing previous change]
(change-log-mode-map): Don't bind M-q.
(change-log-mode): Set fill-paragraph-function instead.
1996-08-20 20:50:35 +00:00
Richard M. Stallman
d6749f8f3d (makefile-font-lock-keywords): Catch variable
references that use substitutions.
1996-08-20 20:42:52 +00:00
Karl Heuer
60f10a06e1 (change-log-mode): Set fill-paragraph-function.
(change-log-mode-map): Deleted; no bindings left.
1996-08-20 19:11:55 +00:00
Karl Heuer
950086e6eb (ielm-map): Don't bind M-q.
(inferior-emacs-lisp-mode): Set fill-paragraph-function instead.
1996-08-20 19:10:47 +00:00
Richard M. Stallman
7d7134484a (unexec): Copy the .got section. 1996-08-19 16:53:35 +00:00