1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00
Commit graph

17376 commits

Author SHA1 Message Date
Stefan Monnier
15d1caef82 (save-buffer-state): Use inhibit-modification-hooks
rather than (before|after)-change-functions.
2001-03-01 17:49:04 +00:00
Gerd Moellmann
f84ff02c81 *** empty log message *** 2001-03-01 15:28:57 +00:00
Gerd Moellmann
8a673c1021 (ediff-scroll-horizontally): Arrange for
scroll-left and scroll-right being called interactively so that
they set the window's min_hscroll.
2001-03-01 14:52:03 +00:00
Eli Zaretskii
e0c1e774d4 (info-insert-file-contents-1): Accept an additional
argument `lfn': if it is non-nil, concatenate `filename' and
`suffix'; otherwise use the complicated MS-DOS code.  All callers
changed.
(info-insert-file-contents, Info-find-node): If the MS-DOS port
can access long file names, try the long file-name version of
`info-insert-file-contents-1', then the short file-name version.
2001-03-01 14:14:09 +00:00
Kenichi Handa
fc3dc40cc5 ("Ethiopic"): Add documentation. 2001-02-28 12:42:21 +00:00
Kenichi Handa
b8b2ea31be (setup-ethiopic-environment-internal): Change bindings of functions
keys to conform to "Emacs Lisp Coding Convention".
2001-02-28 12:41:46 +00:00
Kenichi Handa
af12276613 *** empty log message *** 2001-02-28 12:40:20 +00:00
Kenichi Handa
75f6d72325 (mule-utf-8): Set coding-category property to coding-category-utf-8. 2001-02-28 05:50:44 +00:00
Kenichi Handa
1d64e2ad37 *** empty log message *** 2001-02-28 05:50:18 +00:00
Richard M. Stallman
7298f3f789 (lpr-add-switches): Default to t on gnu/linux. 2001-02-27 19:12:19 +00:00
Richard M. Stallman
9f84479bd0 (lpr-page-header-switches, print-region-1): Undo 2000-07-06 change. 2001-02-27 19:07:09 +00:00
Richard M. Stallman
91cb6e5163 *** empty log message *** 2001-02-27 19:06:56 +00:00
Gerd Moellmann
c0cb1027c5 (bs-attributes-list): Doc fix. 2001-02-27 13:24:54 +00:00
Gerd Moellmann
baebd8a544 *** empty log message *** 2001-02-26 16:40:46 +00:00
Gerd Moellmann
869e248da3 (describe-project): Display the file THE-GNU-PROJECT. 2001-02-26 16:40:08 +00:00
Gerd Moellmann
0145964874 (command-line-1): Add info about ordering manuals
to the not so fancy splash screens.
2001-02-26 14:17:29 +00:00
Gerd Moellmann
3879075511 (view-order-manuals): Use goto-address. 2001-02-26 14:13:35 +00:00
André Spiegel
f93e614e84 # 2001-02-26 13:48:36 +00:00
André Spiegel
336203a282 (vc-default-workfile-unchanged-p, vc-default-latest-on-branch-p): Add
missing BACKEND argument.
2001-02-26 13:45:06 +00:00
Gerd Moellmann
c596c392c8 *** empty log message *** 2001-02-26 13:08:00 +00:00
Gerd Moellmann
c02a1053a0 (lazy-lock-fontify-after-idle): Make sure to
fontify in the right buffer.
2001-02-26 13:07:27 +00:00
Gerd Moellmann
124350021f (outline-flag-region): Move macro in front of first
use to avoid a run-time error.
2001-02-26 12:08:29 +00:00
Andrew Innes
425de3869d *** empty log message *** 2001-02-24 22:12:00 +00:00
Andrew Innes
53b67fa093 Fix copyright notice. 2001-02-24 22:11:00 +00:00
Kenichi Handa
4c1593cec6 *** empty log message *** 2001-02-24 03:12:35 +00:00
Kenichi Handa
87ae797346 (mule-utf-8): Set correct value for valid-codes property. 2001-02-24 03:11:56 +00:00
Kenichi Handa
66c56ed161 *** empty log message *** 2001-02-24 02:44:38 +00:00
Kenichi Handa
6bf84cdec5 (x-complement-fontset-spec): In the
case that we use ASCII font for the other charsets, use only
family and regisry part of it.
2001-02-24 02:42:48 +00:00
Eli Zaretskii
119171dd3d (fit-window-to-buffer, window-safely-shrinkable-p)
(shrink-window-if-larger-than-buffer): Doc fix.
2001-02-23 21:35:45 +00:00
Stefan Monnier
932c309e30 (hi-lock-unface-buffer): Use nil rather than t for
predicate passed to completing-read.
2001-02-23 16:17:57 +00:00
Eli Zaretskii
9b760e3657 *** empty log message *** 2001-02-23 12:52:18 +00:00
Eli Zaretskii
6811051d4d (command-line): Fix last change. 2001-02-23 12:49:00 +00:00
Jason Rumney
3a55d3d027 (tool-bar-originally-present): New variable.
(command-line): Set it if the tool-bar is switched on at startup.
2001-02-23 10:26:22 +00:00
Jason Rumney
796ead7ee5 *** empty log message *** 2001-02-23 10:25:34 +00:00
Jason Rumney
5c39a60f1d (frame-notice-user-settings): Only adjust frame height
for no tool-bar case if tool-bar was originally switched on.
2001-02-23 10:23:08 +00:00
Stefan Monnier
39b557e891 (server-switch-buffer): Only switch window if the current one is dedicated. 2001-02-22 20:14:45 +00:00
Stefan Monnier
cb91b2c7ee (fill-region-as-paragraph): Skip spaces backward
rather than using (match-beginning 0) when searching for break point.
Because match-data might have been destroyed by fill-nobreak-predicate
or might never have been setup if the re-search-backward has failed.
2001-02-22 20:09:13 +00:00
Eli Zaretskii
4ff163fdcd Fix a typo in a comment. 2001-02-22 18:13:41 +00:00
Eli Zaretskii
9238a8df8a (texinfo-format-scan): Signal an error if
@ follows an accent command such as @'.  Support optional braces
in commands that insert accents, like makeinfo does.
2001-02-22 13:30:58 +00:00
Gerd Moellmann
3473f362e6 *** empty log message *** 2001-02-22 12:01:57 +00:00
Gerd Moellmann
d7618b6028 (fancy-splash-text): Add a line for ordering
manuals.  Reverse order of splash screens shown.
(use-fancy-splash-screens-p): Adapt to the text line added.
2001-02-22 11:18:28 +00:00
Gerd Moellmann
754084bb42 (view-order-manuals): New function.
(toplevel): Bind C-h C-m to this function.
2001-02-22 11:18:03 +00:00
Gerd Moellmann
ac0a46469f (menu-bar-help-menu): Add an item for ordering
manuals from the FSF.
2001-02-22 11:17:41 +00:00
Stefan Monnier
76a4de0725 (comment-forward): Skip the comment-start before
searching for the comment-end.
2001-02-22 01:48:24 +00:00
Dave Love
2f4c9a87dd (custom-initialize-changed, defcustom): Doc fix. 2001-02-21 20:47:38 +00:00
Dave Love
75b71d8572 *** empty log message *** 2001-02-21 15:54:00 +00:00
Dave Love
a284eea359 (make-coding-system): Doc fixes. 2001-02-21 14:58:35 +00:00
Dave Love
0b6cadfffa Doc fixes. 2001-02-21 14:52:40 +00:00
Gerd Moellmann
ffc9ff0cf5 *** empty log message *** 2001-02-21 14:10:41 +00:00
Gerd Moellmann
848c7757ae (fancy-splash-screens): Use display-hourglass
instead of display-busy-cursor.
2001-02-21 14:08:38 +00:00