Richard M. Stallman
bf40a97ffa
(UNEXEC): Override the definition.
...
(LIBS_DEBUG, ORDINARY_LINK): Add #undefs.
Total rewrite.
1995-03-24 05:18:06 +00:00
Karl Heuer
554216ad38
(syms_of_buffer): Doc fix.
1995-03-24 03:19:16 +00:00
Karl Heuer
632ab66500
(try_window_id): Stop scan at bottom of window, not one line later.
...
Don't fail on account of continuation line below window.
(redisplay_window): Stop scan at bottom of window.
Fix reversed condition.
1995-03-24 03:16:19 +00:00
Karl Heuer
02da8c8209
(c-style-alist): Set c-continued-brace-offset and
...
c-brace-offset in all styles, so that they don't inherit a trash
value from a previously set style.
1995-03-24 02:50:54 +00:00
Karl Heuer
12b4943a37
(compilation-sentinel): Use format'; concat' doesn't
...
stringize integers anymore.
1995-03-24 00:48:45 +00:00
Karl Heuer
4d641a1562
(redisplay): Make sure pause is set before used.
...
Delete unused vars.
(redisplay_window): Make sure update_mode_line is set before used.
If startp might not have been set, use w->start directly.
(try_window_id): In the easy case, find cursor pos before returning.
1995-03-24 00:35:46 +00:00
Karl Heuer
fa7a4531e7
Don't load mouse and face files in system-specific
...
branches; an earlier test has already loaded them based on a
symbol equivalent to HAVE_MOUSE or HAVE_FACES.
1995-03-23 21:44:59 +00:00
Karl Heuer
ce339dfb6d
(FRAME_SUPPORT, MSDOS_SUPPORT): Don't list face and mouse related files here.
...
(FACE_SUPPORT, MOUSE_SUPPORT): New lists.
(FACE_SUPPORT): Add facemenu.elc.
(WINNT_SUPPORT): New list.
(lisp): Add format.elc, FACE_SUPPORT, MOUSE_SUPPORT, WINNT_SUPPORT.
1995-03-23 21:33:22 +00:00
Richard M. Stallman
f45a220ab3
(asm-mode): Make a per-buffer child keymap here.
...
Use asm-comment-char to specify which character to define.
(asm-mode-map): Don't bind `;' at load time.
1995-03-23 20:57:04 +00:00
Richard M. Stallman
e7d795eba3
(pascal-mode-syntax-table): Give \ punctuation syntax.
1995-03-23 20:40:48 +00:00
Boris Goldowsky
14c5f080c5
*** empty log message ***
1995-03-23 14:17:10 +00:00
Boris Goldowsky
20ea8f1d69
New magic number for text/enriched files.
1995-03-23 14:09:34 +00:00
Simon Marshall
993713ce0a
Change to macro, and return nil if there was no match at the specified depth.
1995-03-23 08:43:08 +00:00
Richard M. Stallman
73d2bf95bb
(isearch-update-ring): New subroutine.
...
(isearch-done): Use that.
1995-03-23 02:25:55 +00:00
Paul Eggert
4c952fd0fa
(output_authors): Replace /[/]/ by /[\/]/, for portability to mawk and nawk.
1995-03-23 01:21:07 +00:00
Richard M. Stallman
148d2a8dec
Doc fixes.
1995-03-22 21:31:08 +00:00
Karl Heuer
fc04fa47a4
(overlay_touches_p): New function.
1995-03-22 21:23:10 +00:00
Karl Heuer
15874c5958
(direct_output_forward_char): Don't use direct output at an overlay boundary.
1995-03-22 21:22:31 +00:00
Karl Heuer
64c947d33c
Declare overlay_touches_p.
1995-03-22 21:20:41 +00:00
Karl Heuer
1b56c3098b
(concat): Treat integers as characters, not strings.
...
This makes `concat' more like `insert'.
1995-03-22 20:45:26 +00:00
Karl Heuer
f2d9e61da4
(ml-concat): New function.
1995-03-22 20:39:17 +00:00
Karl Heuer
bdafb772d7
Translate concat to ml-concat.
1995-03-22 20:38:52 +00:00
Boris Goldowsky
9dc90430f3
Doc fix + autoload cookies.
1995-03-22 19:42:05 +00:00
Karl Heuer
824a483f3b
(syms_of_fileio): Fix missing \n\.
1995-03-22 17:57:55 +00:00
Karl Heuer
d7ec5fa2e0
(Fwhere_is_internal): Fix missing \n\.
1995-03-22 17:47:55 +00:00
Karl Heuer
2e5ce1a042
(syms_of_window): Fix missing \n\.
1995-03-22 17:44:18 +00:00
Richard M. Stallman
28fc169ba4
(one-window-p, walk-windows, minibuffer-window-active-p):
...
Functions moved to window.el.
1995-03-22 16:58:14 +00:00
Richard M. Stallman
82e6d8cb34
(one-window-p, walk-windows, minibuffer-window-active-p): Functions moved here.
1995-03-22 16:57:58 +00:00
Richard M. Stallman
b1aa6cb344
(redisplay_window): Skip the only-point-has-changed
...
optimization if updating the window's mode line.
1995-03-22 14:50:50 +00:00
Richard M. Stallman
3e9430d935
(rm400, rm600): New machine names.
...
(sinix5.*, sinix): New os aliases.
(mips-siemens): Default os to sysv4.
1995-03-22 08:54:39 +00:00
Richard M. Stallman
13fce4e6ed
(init-file-user, site-run-file): Doc fixes.
1995-03-22 04:50:15 +00:00
Paul Eggert
0a4e59d934
Treat -u 'LOGIN:FULLNAME:MAILADDR' as if it were
...
-u 'LOGIN<tab>FULLNAME<tab>MAILADDR'.
1995-03-21 23:14:41 +00:00
Boris Goldowsky
c0a7db8434
(list-text-properties-at): New fn.
...
(facemenu-menu): Add it to menu.
1995-03-21 21:47:23 +00:00
Richard M. Stallman
243a81f524
(vc-update-change-log): Use new -u option for rcs2log.
1995-03-21 20:22:41 +00:00
Richard M. Stallman
84a150451b
(Vload_read_function): New variable.
...
(readevalloop): Use that variable.
(syms_of_lread): Set up Lisp variable.
1995-03-21 20:05:23 +00:00
Richard M. Stallman
1fc3181449
(CHECK_IMPURE): Declare my_edata as char array.
1995-03-21 20:03:04 +00:00
Richard M. Stallman
bb8a51f54d
(my_edata): Declare as char array, not int.
1995-03-21 20:02:52 +00:00
Richard M. Stallman
55697f5b80
(dump-emacs-data, dump-emacs): Declare my_edata as char array.
1995-03-21 20:02:34 +00:00
Richard M. Stallman
bdd610b25e
(occur): Copy default-directory to *Occur* buffer.
1995-03-21 19:57:36 +00:00
Richard M. Stallman
f1913a26cb
Initial revision
1995-03-21 06:16:35 +00:00
Paul Eggert
44ef8c25be
Add -u "login<tab>fullname<tab>mailaddr" option, which replaces the
...
(now obsolescent) -n login fullname mailaddr option.
Don't omit path from repository root when logging CVS files.
Add -R option for recursive rlog.
(AWK): New environment variable (default `awk') for name of awk program.
(output_authors, tab, loginFullnameMailaddrs, recursive): New variables.
Quote authors and fullnames correctly.
1995-03-21 05:37:42 +00:00
Richard M. Stallman
d382f61045
(shell-command): Use *Async Shell Command* for
...
asynchronous commands. Doc fix.
1995-03-21 05:14:38 +00:00
Karl Heuer
806cba9c00
(tar-parse-octal-long-integer): Return list, not vector.
1995-03-21 02:19:38 +00:00
Karl Fogel
2c9ad69fec
(bookmark-automatically-show-annotations): new var.
...
(bookmark-jump): only show annotation if above var is non-nil.
1995-03-20 14:46:38 +00:00
Richard M. Stallman
73e78cf15e
(debug): Now interactive.
1995-03-20 05:09:18 +00:00
Richard M. Stallman
c5c170d083
(c-mode-map): Use "C-mode", not "C mode".
1995-03-20 00:06:30 +00:00
Richard M. Stallman
ffbdd83d7d
(menu-bar-files-menu): Renamed from ...-file-menu.
...
(menu-bar-tools-menu, menu-bar-search-menu): New menu bar menus.
Items moved from Edit and Files menus.
Add Split Window, One Window, Find Tag and Postscript print menu items.
(nonincremental-search-forward, nonincremental-search-backward)
(nonincremental-re-search-forward, nonincremental-re-search-backward)
(noninteractive-repeat-search-forward)
(noninteractive-repeat-search-backward)
(noninteractive-repeat-re-search-forward)
(noninteractive-repeat-re-search-backward): New commands.
1995-03-19 21:11:13 +00:00
Richard M. Stallman
af460d46f6
(invisible_p, invisible_ellipsis_p): Handle list
...
as invisible property value.
1995-03-19 18:48:15 +00:00
Richard M. Stallman
6b1bbc4641
(display_menu_bar): Just one space between menu items.
1995-03-18 23:08:02 +00:00
Richard M. Stallman
fb65091fbc
(Info-next-preorder, Info-next-preorder-1):
...
When moving up, advance to next menu item.
1995-03-18 22:55:23 +00:00