Commit graph

  • 485efad04b (forms-mode): Plug security hole by disabling eval-buffer' unless enable-local-eval' is set to t. Correct setting of forms--mode-setup'. (forms--local-write-file-function): New function to be used as local-write-file-hooks'. (forms-mode): Use it. (forms-find-file,forms-find-file-other-window): Locally set enable-local-eval' and enable-local-variables' to t. (forms-find-file-other-window): Remove extraneous call to `eval-current-buffer'. Richard M. Stallman 1994-06-13 12:07:44 +00:00
  • 03240d1103 (transpose_markers): Allow for gap at start of region. (Ftranspose_regions): Don't precompute pointers into buffer text. Karl Heuer 1994-06-12 19:58:00 +00:00
  • a2570ea9df (iso-iso2tex-trans-tab): Change a few characters. (iso-iso2gtex-trans-tab): Likewise. (iso-tex2iso-trans-tab): Add braces to some characters. (iso-gtex2iso-trans-tab): Likewise. Richard M. Stallman 1994-06-12 15:58:51 +00:00
  • 032e4ebe99 (x_window): Request "save yourself" commands. Richard M. Stallman 1994-06-12 15:43:34 +00:00
  • 7757c47617 (Info-fontify-node): Require some whitespace after *Note. Richard M. Stallman 1994-06-12 14:37:21 +00:00
  • 16d1606d77 (mail): If homedir is nonexistent, don't use as default. Richard M. Stallman 1994-06-12 12:57:42 +00:00
  • cd72760cca (read_char): When we loop and call redisplay, do prepare_menu_bars first. Richard M. Stallman 1994-06-12 12:42:56 +00:00
  • 784450462f (Freplace_match): Be sure not to treat non-digit like digit. Richard M. Stallman 1994-06-11 21:53:09 +00:00
  • 42bbacdff7 (server-start): Doc fix. Richard M. Stallman 1994-06-11 20:18:46 +00:00
  • 9a6e04e5b0 (xmenu_show): Don't call XMenuDestroy twice in XM_FAILURE case. Richard M. Stallman 1994-06-11 20:11:36 +00:00
  • e8bb452847 (xterm.o): Depend on dispextern.h. Richard M. Stallman 1994-06-11 20:09:33 +00:00
  • 039ecbae40 (latex-mode, slitex-mode): In paragraph-separate, delete spurious \\\\ from char set. Richard M. Stallman 1994-06-11 19:19:31 +00:00
  • eccd311755 (isearch-mode-map): Bind the ASCII-equivalent fcn keys explicitly to nil. Richard M. Stallman 1994-06-11 18:59:38 +00:00
  • af9239811c (iso-translate-conventions): Get rid of interactive spec. Richard M. Stallman 1994-06-11 18:17:00 +00:00
  • 96ae4787ad (mouse-avoidance-point-position): Fix compute-motion call to use (X . Y) relative to window, not frame. Avoid errors if window-start < point-min. Richard M. Stallman 1994-06-11 12:14:28 +00:00
  • 2e7d3af41c (X_IO_BUG): Defined. Richard M. Stallman 1994-06-11 12:12:57 +00:00
  • 055c8d713a (tex-font-lock-keywords): Make the pattern for macros respect TeX's idea of identifiers. (font-lock-set-defaults): Don't check for 'tex-mode, but instead for 'plain-tex-mode, 'latex-mode, and 'slitex-mode which is what tex-mode.el uses. Richard M. Stallman 1994-06-11 12:11:27 +00:00
  • dd3038f6b2 (comint-dynamic-list-completions): No space in *Completions*. Richard M. Stallman 1994-06-10 23:02:04 +00:00
  • 1af808dc42 (lisp-complete-symbol): Likewise. Richard M. Stallman 1994-06-10 23:01:49 +00:00
  • 67698633a0 (PC-do-completion): Likewise. Richard M. Stallman 1994-06-10 23:01:33 +00:00
  • c6d38ae261 (complete-tag): Likewise. Richard M. Stallman 1994-06-10 23:01:10 +00:00
  • e58df0dc54 (ielm-complete-symbol): Likewise. Richard M. Stallman 1994-06-10 23:00:56 +00:00
  • 03cb20991e (ispell-complete-word): Likewise. Richard M. Stallman 1994-06-10 23:00:40 +00:00
  • 31480010d5 (ispell-dictionary-alist): Fix regexp in francais. Richard M. Stallman 1994-06-10 21:53:32 +00:00
  • d82cfc0cfd Require dired and dired-aux in the standard way. Richard M. Stallman 1994-06-10 21:20:25 +00:00
  • 80ec9ac5a3 Add provide call. Richard M. Stallman 1994-06-10 21:09:40 +00:00
  • e8adde3fd1 (Info-complete-menu-item): New function. (Info-menu): Use it to speed completion. Richard M. Stallman 1994-06-10 21:00:53 +00:00
  • 18ae44fc25 (Fdisplay_completion_list): Require at least two spaces between items. Richard M. Stallman 1994-06-10 20:33:03 +00:00
  • b2e209baaf (CLASH_DETECTION): Defined. Richard M. Stallman 1994-06-10 20:32:46 +00:00
  • d974af3044 (tex-start-shell): Add autoload. Richard M. Stallman 1994-06-10 20:28:52 +00:00
  • fdb90184f6 (mail-bury): If showing rmail buffer that has summary, show the summary too. Richard M. Stallman 1994-06-10 20:20:53 +00:00
  • cc1032b3f3 (menu_item_equiv_key): Check whether def1 matches un-aliased command name as well as given command name. Richard M. Stallman 1994-06-07 18:31:56 +00:00
  • 6ee37df2e6 (iso-translate-conventions): Use case-dependent search and don't alter case. Richard M. Stallman 1994-06-07 18:04:58 +00:00
  • c3a14a2bcf (standard-display-european): Treat 0 arg like negative. Richard M. Stallman 1994-06-07 18:02:08 +00:00
  • 23553df06a (ange-ftp-canonize-filename): Preserve // after colon. (ange-ftp-expand-file-name): Likewise. (ange-ftp-canonize-filename): Preserve // at very beginning. Richard M. Stallman 1994-06-07 17:58:32 +00:00
  • 8e91f44151 (command_loop_1): Treat nil in display tab like no display tab. Richard M. Stallman 1994-06-07 17:34:44 +00:00
  • 54626b604c (tex-show-print-queue): Display the tex shell buffer. (tex-file, tex-bibtex-file): Likewise. (latex-mode, slitex-mode): Treat \] as paragraph starter. Richard M. Stallman 1994-06-07 16:51:20 +00:00
  • 4808385995 *** empty log message *** Richard M. Stallman 1994-06-07 15:36:36 +00:00
  • 0670bdd128 (Info-default-directory-list): Setting this no longer needed. Richard M. Stallman 1994-06-07 15:32:29 +00:00
  • 1a6640ec24 (init_callproc) [MSDOS]: Exclude less code, so ../etc is still tested for doc file. Richard M. Stallman 1994-06-07 15:29:45 +00:00
  • 7df5cd28d4 [MSDOS]: #include "msdos.h". Richard M. Stallman 1994-06-07 15:26:59 +00:00
  • af1b066bd6 Add template for rootrelativepath. Richard M. Stallman 1994-06-07 15:25:21 +00:00
  • 88b284831c (init_environment): Clean up code and make the default EMACSPATH equal to the directory from which Emacs was started. (emacsroot): New variable. (rootrelativepath): New function. Richard M. Stallman 1994-06-07 15:24:57 +00:00
  • 35ebc5cf90 (rootrelativepath) [MSDOS]: Define, expanding to dynamic location of data directory. Richard M. Stallman 1994-06-07 15:19:33 +00:00
  • 54133323d2 (src/paths.h): Use sed script msdos/sed4.inp. Richard M. Stallman 1994-06-07 15:16:39 +00:00
  • 2e5217c7ba entered into RCS Richard M. Stallman 1994-06-07 15:13:58 +00:00
  • 6d30d416f3 (delete-blank-lines): Doc fix. Richard M. Stallman 1994-06-07 07:47:24 +00:00
  • c88a7f88e3 (test-distrib): Use ALL_CFLAGS. Richard M. Stallman 1994-06-07 07:30:58 +00:00
  • a3b14a4525 (Fy_or_n_p, Fyes_or_no_p) [HAVE_X_MENU]: Redisplay before popping up a menu. Karl Heuer 1994-06-07 02:32:54 +00:00
  • 267ad509d7 (Fframe_or_buffer_changed_p): Reuse the state vector. Karl Heuer 1994-06-07 01:12:36 +00:00
  • 7ad68eadd6 (tab-stop-list): Doc fix. Richard M. Stallman 1994-06-06 09:22:14 +00:00
  • 9fb89b5e0f (mips-siemens-sysv*): Use cpp, not cc -E. Richard M. Stallman 1994-06-06 08:47:18 +00:00
  • 096ec7e78b (menu-bar-update-buffers): Avoid excessive consing. Karl Heuer 1994-06-06 05:05:28 +00:00
  • 078b369638 (Fframe_or_buffer_changed_p): New function. Karl Heuer 1994-06-06 05:03:41 +00:00
  • 4c7d5f1318 (Fkey_description): Avoid using Fmapconcat--do it directly. Richard M. Stallman 1994-06-05 18:30:59 +00:00
  • 6cbd1643c9 Include systime.h after xterm.h. Richard M. Stallman 1994-06-05 18:29:46 +00:00
  • 0c2611c5b9 (modify_event_symbol): Return nil if out of range. Richard M. Stallman 1994-06-05 18:28:57 +00:00
  • 75231bad05 (x_wm_set_icon_position, x_wm_set_icon_pixmap): [USE_X_TOOLKIT]: Use top-level widget's window. Richard M. Stallman 1994-06-05 18:17:53 +00:00
  • 908fee497b (BSD): Redefine. (WAITTYPE, WRETCODE, WCOREDUMP): New definitions. Include wait.h. Richard M. Stallman 1994-06-05 18:05:15 +00:00
  • c326cbebdc Accept bsdi as opsys, like bsd386. Richard M. Stallman 1994-06-05 18:00:08 +00:00
  • 24eb26b1f0 (LIBS_MACHINE) [USG]: New #define. Richard M. Stallman 1994-06-05 17:51:23 +00:00
  • e1b1bee872 (Fx_open_connection): Set up Vx_resource_name and xrm_option before calling x_term_init. Pass new args. Richard M. Stallman 1994-06-05 17:43:51 +00:00
  • 1f8255f228 (x_term_init): New args xrm_option and resource_string. Pass an -xrm option to XtAppInitialize if appropriate. Richard M. Stallman 1994-06-05 17:42:38 +00:00
  • d9a62b4c38 (gomoku-display-statistics): Use human's point of view for wins and losses. (gomoku-number-of-emacs-wins): Renamed from gomoku-number-of-wins. (gomoku-number-of-human-wins): Renamed from gomoku-number-losses. Richard M. Stallman 1994-06-05 17:36:02 +00:00
  • f5608c7621 tcl-current-word does the right thing in inferior-tcl-mode. Tom Tromey 1994-06-05 16:57:22 +00:00
  • 56152e1744 (derived-mode-merge-abbrev-tables): Do nothing if OLD is nil. Richard M. Stallman 1994-06-05 15:17:16 +00:00
  • ad0dae0710 (x_window): Take account of internal border of paned widget. Richard M. Stallman 1994-06-05 12:43:42 +00:00
  • c596952366 (PURESIZE): Increased to 240000. Richard M. Stallman 1994-06-05 12:12:44 +00:00
  • 3b65392ee8 (PURESIZE): Increased to 222000. Richard M. Stallman 1994-06-05 12:08:51 +00:00
  • 874a2cbd81 (mouse-choose-completion): If *Completion* is a special buffer or just has a dedicated window, do something reasonable. Richard M. Stallman 1994-06-05 12:06:23 +00:00
  • 4e722714a8 (gnus-newsrc-to-gnus-format): In main loop, don't try to match the ranges with the regexp. Match just the group name and the subscribed-flag. Richard M. Stallman 1994-06-05 12:05:05 +00:00
  • e5fd28221b (PC-do-completion): Clear text props from inserted text. Richard M. Stallman 1994-06-05 12:01:16 +00:00
  • 75cc8ee527 (using_x_p): New function. Richard M. Stallman 1994-06-05 11:55:49 +00:00
  • 588064ce4e (Fy_or_n_p): Don't use dialog box if not an X frame. (Fyes_or_no_p): Likewise. Richard M. Stallman 1994-06-05 11:55:23 +00:00
  • 42b31bf937 (Info-directory-list): Don't use the invocation directory unless it was used for exec-directory too. Richard M. Stallman 1994-06-05 11:43:26 +00:00
  • edb85f595a (main): Do the setpgrp after checking for -batch. Richard M. Stallman 1994-06-05 11:31:25 +00:00
  • 054c8675bf (command_loop_1): Properly handle nil in display table. Richard M. Stallman 1994-06-05 11:30:29 +00:00
  • e8d9f2dff0 (mips-sony-newsos*): Use news-risc.h. Richard M. Stallman 1994-06-05 10:44:45 +00:00
  • 8fde62c18c entered into RCS Richard M. Stallman 1994-06-04 16:23:20 +00:00
  • 39c5a83f1c Put #include of errno.h and decl of errno before #ifndef HAVE_GETLOADAVG. Roland McGrath 1994-06-04 05:24:48 +00:00
  • 533b55576e (frame-parameters): Setting this is no longer needed. Karl Heuer 1994-06-04 00:16:37 +00:00
  • 00353d4f04 [MSDOS]: #include "msdos.h" for rootrelativepath template. Karl Heuer 1994-06-04 00:15:17 +00:00
  • efd7d762ec Another menu fix. Tom Tromey 1994-06-03 21:09:19 +00:00
  • a796569b5c Fixed menu bug. Tom Tromey 1994-06-03 20:39:14 +00:00
  • 8a7cdf3af1 (solar-holidays): Revised to use the rewritten and new fcns. Edward M. Reingold 1994-06-03 20:27:02 +00:00
  • c68488d2f7 (solar-sunrise, solar-sunset): Fix doc string. (solar-time-string): Rewritten. (solar-adj-time-for-dst): New function. (solar-sunrise-sunset, diary-sabbath-candles, solar-equinoxes-solstices): Revised to use the rewritten and new fcns. Edward M. Reingold 1994-06-03 20:26:33 +00:00
  • e483c805af (lunar-phase): Revised to use the rewritten and new fcns. Edward M. Reingold 1994-06-03 20:25:44 +00:00
  • e9b2b94cd6 * etags.c (absolute_filename): Remove infinite loop bug when accessing files in directories whose name begins with a dot. Francesco Potortì 1994-06-03 17:10:42 +00:00
  • ddebf5f606 * etags.c (etags_getcwd): Delete the trailing newline from cwd. Francesco Potortì 1994-06-03 11:30:57 +00:00
  • 647c32eb3e (run_msdos_command): Make local copy of argv[2] on stack, not on heap. (run_msdos_command): When changing argv[2] from using slashes to using backslashes, only do so on the first white-space delimited part. Karl Heuer 1994-06-03 04:50:17 +00:00
  • 6873cfa393 (Fprevious_single_property_change): Check for null interval after correcting for edge effects. Karl Heuer 1994-06-03 04:08:32 +00:00
  • 1105ff2059 (display_text_line): Make sure pointer is in range. Karl Heuer 1994-06-03 03:26:11 +00:00
  • 03993eef27 Fixed bug in bug-reporting code. Tom Tromey 1994-06-03 00:47:15 +00:00
  • b558721531 (xdialog_show): Fix problem with message in dialog box. Karl Heuer 1994-06-02 23:47:26 +00:00
  • ed8f166017 (C_SWITCH_SYSTEM): Put inside __GNUC__ conditional. Richard M. Stallman 1994-06-02 19:12:26 +00:00
  • c021b7a5dc (compilation-error-regexp-alist): Stricter Lucid regexp. Richard M. Stallman 1994-06-02 18:15:13 +00:00
  • 2d1687d7f4 [emacs]: Block input around the garbage reclamation. Include blockinput.h. Richard M. Stallman 1994-06-02 17:45:40 +00:00
  • 22f33dd9d2 (comint-dynamic-complete-as-filename) (comint-dynamic-complete-filename): Suppress most messages when completing in the minibuffer. Richard M. Stallman 1994-06-02 16:29:05 +00:00
  • e9e00ff2ea (defvar_bool, defvar_int, defvar_lisp, defvar_lisp_nopro): Delete third arg DOC. Richard M. Stallman 1994-06-01 20:37:42 +00:00
  • e1ab4959f3 (kill_buffer_processes): For net conn, use Fdelete_process. Richard M. Stallman 1994-06-01 20:36:08 +00:00