1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-30 02:33:03 -07:00
Commit graph

26840 commits

Author SHA1 Message Date
Richard M. Stallman
ebeb898f46 (find-file-revert-without-query): New variable.
(find-file-noselect): Revert certain files without query
if the file has changed and the buffer has not.
1996-12-15 20:52:40 +00:00
Richard M. Stallman
3347526ce7 (Fuser_full_name): Return nil if the specified user doesn't exist.
(init_editfns): Set Vuser_full_name to "unknown" if the user name
can't be resolved.
1996-12-15 20:14:13 +00:00
Richard M. Stallman
0a26b136cd (x_set_scroll_bar_width): Reject a width that's too small. 1996-12-15 18:48:23 +00:00
Richard M. Stallman
e9286904ef (cpp-edit-load): Don't load anything if init-file-user is nil.
(cpp-edit-save): Doc fix.
1996-12-15 07:30:24 +00:00
Richard M. Stallman
580fae9403 (set_point): Check for intangible properties on overlays. 1996-12-15 04:58:53 +00:00
Richard M. Stallman
fcab51aabb (Fnext_char_property_change): New function.
(Fprevious_char_property_change): New function.
(syms_of_textprop): defsubr them.
1996-12-15 04:57:31 +00:00
Richard M. Stallman
21cd2849ae (outline-discard-overlays):
Use overlays-in, to ensure we get rid of empty overlays.
1996-12-14 22:24:35 +00:00
Richard M. Stallman
147f1d2af3 (menu-bar-tools-menu): Add items
Debugger, Compile and Search Files.
1996-12-14 22:23:58 +00:00
Richard M. Stallman
37eb1878a0 (rmail-summary-beginning-of-message):
Obey rmail-summary-size, and make sure summary is on top
if we split a single large window.

(rmail-summary-scroll-msg-down): If message is
not visible at all, use rmail-summary-beginning-of-message.
(rmail-summary-scroll-msg-up): Likewise.
1996-12-14 02:11:32 +00:00
Richard M. Stallman
082f6929d6 (disabled-command-hook): Correctly keep the first
paragraph of the command's documentation.
1996-12-13 20:50:55 +00:00
Richard M. Stallman
c9c0e4bb72 (time-stamp-am-pm): Variable deleted.
(time-stamp-weekday-full-names): Likewise.
(time-stamp-weekday-numbers): Likewise.
(time-stamp-old-format-warn): Doc fix.

(time-stamp-strftime): Function deleted.
(time-stamp-string): Use format-time-string.
(time-stamp-format): Change default value
to work with format-time-string.
1996-12-13 01:49:23 +00:00
Richard M. Stallman
a39a6e40e7 (display-time-event-handler): If Don't run the timer
for successive times that are already in the past.
1996-12-13 01:31:43 +00:00
Richard M. Stallman
f73299f360 (Info-mode): Default for `tab-width'. 1996-12-12 23:00:31 +00:00
Richard M. Stallman
75d97f473d Explain how disabled commands' doc strings are displayed. 1996-12-12 05:36:22 +00:00
Richard M. Stallman
31c8acc065 Fix previous change. 1996-12-11 21:06:53 +00:00
Richard M. Stallman
0f995be681 (browse-url-url-at-point): Use thing-at-point.
(browse-url-looking-at): Function deleted.
1996-12-11 21:06:18 +00:00
Richard M. Stallman
02807c95d3 (bounds-of-thing-at-point): Allow the end
to be at the same place as ORIG.
Try harder to find a thing that ends at ORIG.

(url): Move forward over colons.
Move back over colons at the end.
(thing-at-point-file-name-chars): Include @.
1996-12-11 20:59:18 +00:00
Richard M. Stallman
79062c6c2f Don't load .custom if -q was used. 1996-12-11 20:25:24 +00:00
Karl Heuer
7bb250dacc (byte-compile-insert-header): Fix previous change. 1996-12-11 01:29:00 +00:00
Richard M. Stallman
319c537c12 (syms_of_buffer): Doc fix (transient-mark-mode). 1996-12-11 01:07:41 +00:00
Richard M. Stallman
f2b0d7929e call-process does not create a buffer. 1996-12-11 00:57:00 +00:00
David J. MacKenzie
ec085977f5 * config.guess: Recognize machten.
From Eric W. Bates <ericx@vineyard.net>.
1996-12-11 00:37:52 +00:00
Richard M. Stallman
ef4296336d (Fwrite_region): Be careful not to destroy contents of
existing file when appending.
1996-12-11 00:29:18 +00:00
Richard M. Stallman
79dc9431d8 (goto-address-fontify): Use overlay, not text props. 1996-12-10 23:29:51 +00:00
Richard M. Stallman
b6436d4e83 (message2_nolog): Handle minibuffer_auto_raise. 1996-12-10 23:29:00 +00:00
Richard M. Stallman
d3e81d0a9e (Fcall_process_region): Define missing local `count'. 1996-12-10 23:27:58 +00:00
Richard M. Stallman
345d45b2c0 (window_scroll): Don't set w->start or w->force_start if signaling an error. 1996-12-10 23:26:48 +00:00
Richard M. Stallman
38b294ca29 (Fend_of_line, Fbeginning_of_line):
Use Fline_beginning_position, Fline_end_position.
1996-12-10 23:25:45 +00:00
Richard M. Stallman
bfc524bcad (Vmenu_updating_frame): New variable.
(syms_of_xmenu): Set up Lisp var.
(Fx_popup_menu, set_frame_menubar): Initialize it.
1996-12-10 23:25:14 +00:00
Richard M. Stallman
c08fe8fdc5 (sort-columns): Don't use `sort' utility if the text has text properties. 1996-12-10 07:26:02 +00:00
Richard M. Stallman
59b1de826d (timer-next-integral-multiple-of-time): Doc fix. 1996-12-10 07:24:21 +00:00
Richard M. Stallman
bf6c5df1a1 (thing-at-point-url-chars): Allow comma, = and &.
(url): Move back over commas at the end.
1996-12-10 07:19:54 +00:00
Geoff Voelker
2da0d7db99 (normal-top-level, command-line, command-line-1):
User w32 instead of ms-windows for window-system symbol.
1996-12-09 23:38:03 +00:00
Richard M. Stallman
58cc371087 (Fread_file_name_internal): Verify STRING is a string.
(Fread_file_name): Don't insert DIR or INITIAL if it isn't a string.
1996-12-09 06:38:01 +00:00
Richard M. Stallman
ea7cceff15 (gnus-button-alist): Allow whitespace in `<URL:...'
markup (rfc1738), done last, after possible partial matches.
(gnus-button-url): Zap any whitespace from a <URL:...> match.
1996-12-09 06:37:30 +00:00
Erik Naggum
4442951c8f (disabled-command-hook): Use `defvar' and add documentation string.
(disabled-command-hook): New option ! turns off disabled commands.
1996-12-09 04:21:11 +00:00
Richard M. Stallman
c9ac7fca83 (Fuser_full_name): Use build_string instead of make_string. 1996-12-09 02:41:44 +00:00
Richard M. Stallman
a8958813c2 (rs6000-ibm-aix4.2): New alternative.
(rs6000-ibm-aix4.0): New alternative.
(rs6000-ibm-aix4*): Assume aix 4.1 by default.
1996-12-09 02:29:24 +00:00
Richard M. Stallman
bf8cf4ecd3 (Fend_of_line, Fbeginning_of_line): Declared. 1996-12-09 00:51:15 +00:00
Richard M. Stallman
4703f85167 (gnus-read-init-file): Don't load anything if init-file-user is nil. 1996-12-08 22:00:45 +00:00
Richard M. Stallman
4da2f5be4a (status_notify): Test p->infd > 0
before each call to read_process_output.
(read_process_output): Handle match data properly in recursive calls.
(exec_sentinel): Likewise.
1996-12-08 21:36:42 +00:00
Richard M. Stallman
e1ddc4b48d (iconify-or-deiconify-frame): Define to be a
no-op, so commands that call it (like viper.el) work.
1996-12-08 08:24:03 +00:00
Richard M. Stallman
9064ef036e (texinfo-font-lock-keywords): Add url', email'. 1996-12-08 08:22:59 +00:00
Richard M. Stallman
3415b0e9d2 (Fuser_full_name): Accept a string (the login name) as
a parameter.  Do ampersand expansion, if required.
(init_editfns): Use it.
1996-12-08 08:20:50 +00:00
Richard M. Stallman
e98bcc1abd (syms_of_minibuf): Doc fix. 1996-12-08 08:20:17 +00:00
Richard M. Stallman
c9ed721db0 (Fline_beginning_position, Fline_end_position): New fns.
(Fuser_full_name): Accept an optional UID and return
the full name of that user instead.
1996-12-08 08:18:52 +00:00
Richard M. Stallman
345d9d7376 (Info-get-token): Find tokens where START matches 1996-12-08 07:37:55 +00:00
Richard Kenner
c0c0e4bd5d (PENTIUM:CPunix:4.0*:*): New case. 1996-12-07 22:47:59 +00:00
Richard M. Stallman
951e042711 (mouse-drag-mode-line): Don't get error
about sole window, if we don't actually try to change the size.
1996-12-07 22:19:50 +00:00
Richard M. Stallman
590571980e (isearch-no-upper-case-p): Use downcase
so that we handle arbitrary kinds of casification.
1996-12-07 22:17:50 +00:00