1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-16 11:52:55 -07:00
Commit graph

26840 commits

Author SHA1 Message Date
Richard M. Stallman
89e1ec1dd0 (Fcall_process): Encode the new current dir. 1997-09-09 05:32:07 +00:00
Richard M. Stallman
a932f187fb (create_process): Encode the new current dir. 1997-09-09 05:30:58 +00:00
Richard M. Stallman
cfa0a2553d (diff group): Remove autoload cookie. 1997-09-09 02:59:34 +00:00
Richard M. Stallman
a8328975a6 (browse-url group): Remove autoload cookie. 1997-09-09 02:59:06 +00:00
Richard M. Stallman
8c36e64841 (icon-tab-always-indent): Fix customize type. 1997-09-09 02:58:47 +00:00
Richard M. Stallman
39f2ec46d3 (hs-minor-mode-hook): Fix customize type. 1997-09-09 02:58:23 +00:00
Richard M. Stallman
d9d41ec60a (f90-break-before-delimiters): Fix customize type. 1997-09-09 02:58:06 +00:00
Richard M. Stallman
ba6b3a2a59 (defun-prompt-regexp): Fix customize type. 1997-09-09 02:57:48 +00:00
Richard M. Stallman
9cbf5df254 (executable-chmod): Fix customize type. 1997-09-09 02:57:27 +00:00
Richard M. Stallman
233f3fb8de (shell-chdrive-regexp): Likewise. 1997-09-09 02:56:56 +00:00
Richard M. Stallman
6c80b133aa (ispell-personal-dictionary): Fix customize type. 1997-09-09 02:56:16 +00:00
Richard M. Stallman
fec1279bc2 (dabbrev-case-fold-search): Remove extra quote in customize constant.
(dabbrev-case-replace): Likewise.
1997-09-09 02:56:04 +00:00
Richard M. Stallman
0a53202aab (UPDATE_SYNTAX_TABLE_FORWARD): Add missing fourth
argument of update_syntax_table.
(UPDATE_SYNTAX_TABLE_BACKWARD): Likewise.
(UPDATE_SYNTAX_TABLE): Likewise.
1997-09-09 00:48:08 +00:00
Richard M. Stallman
f03f248997 (x_screen_planes): Fix type of argument. 1997-09-09 00:47:40 +00:00
Richard M. Stallman
35cb86869d (encode_designation_at_bol): Fix type of local vars C1, C2. 1997-09-09 00:46:00 +00:00
Richard M. Stallman
0db1ff2312 (custom-variable-save): Fixed doc string.
(custom-variable-menu): Make it clear that `Lisp
mode' edit the initial lisp expression.
1997-09-09 00:21:07 +00:00
Per Abrahamsen
1e4ed6df18 *** empty log message *** 1997-09-08 19:17:57 +00:00
Richard M. Stallman
67053274b5 (info-insert-file-contents): Bind
coding-system-for-write to no-conversion.
1997-09-08 18:26:41 +00:00
Richard M. Stallman
29c98ed31c Recompile everything after updating various Lisp files.
Recompile in leim as well as lisp.
Check in leim as well as lisp for mismatched files and too-long names.
1997-09-08 17:52:57 +00:00
Richard Kenner
4255118814 (alpha:OSF1:*:*): For V4.0, get the letter suffix. 1997-09-08 12:29:17 +00:00
Richard M. Stallman
12eb951fa5 (mail-mode): Allow dash in citation prefixes
in adaptive-fill-regexp and adaptive-fill-first-line-regexp.
1997-09-08 10:28:45 +00:00
Richard M. Stallman
e35832ba25 (telnet-initial-filter): Temporarily go to proper buffer. 1997-09-08 10:27:58 +00:00
Richard M. Stallman
24c2a54f4c (ENCODE_FILE): New macro.
(Ffile_attributes): Encode the file names to operate on.
(file_name_completion): Do completion on encoded name, then decode.
(Fdirectory_files): Encode the argument.
Decode all result file names using Vfile_name_coding_system.
1997-09-08 10:09:15 +00:00
Richard M. Stallman
fe487a7128 (Fencode_coding_string, Fdecode_coding_string): Doc fixes. 1997-09-08 10:00:48 +00:00
Richard M. Stallman
3304a6c452 (standard-display-european): Arg AUTO
specifies coding system for terminal output (if needed).
1997-09-08 09:59:29 +00:00
Richard M. Stallman
35ae8ec829 (command-line): Pass charset to standard-display-european. 1997-09-08 09:57:37 +00:00
Richard M. Stallman
ab85f1b124 (insert-directory): Encode the file name. 1997-09-08 09:56:52 +00:00
Kenichi Handa
6cade423e8 (quail-translation-keymap): Bind C-space
to quail-select-current.
1997-09-08 07:23:23 +00:00
Richard M. Stallman
4574ee6c8d (fill-individual-paragraphs): Don't include
paragraph-separate lines in any paragraph; just skip them.
1997-09-08 06:47:05 +00:00
Richard M. Stallman
6e23ef57e9 Comment change. 1997-09-08 03:24:58 +00:00
Richard M. Stallman
f4a344bae3 (c-version): Updated. 1997-09-08 03:24:01 +00:00
Richard M. Stallman
62971612a2 (c-style-alist) <python>:, knr-argdecl-intro == +
fill-column = 78, arglist-intro <= +, inextern-lang <= 0.
Set c-comment-continuation-stars to "".
1997-09-08 03:22:22 +00:00
Richard M. Stallman
9796cb5b2f (c-end-of-statement-1): Wrap backward-up-list in a c-safe call so no
error results when buffer contains only a comment and point is at eob.

(c-inside-bracelist-p): Add a test to the enum list test so that enum
in a k&r arg decl doesn't confuse handling of the function body.
1997-09-08 03:20:49 +00:00
Richard M. Stallman
b2eeba64e9 (c-mode-base-map): Don't define C-c C-e here.
(c-mode-map, c++-mode-map): Define C-c C-e here.
(objc-mode-map): Define C-c C-e, not /.
(java-mode-map, idl-mode-map): Don't define /.
1997-09-08 03:20:17 +00:00
Richard M. Stallman
fd3b1ef655 (c-beginning-of-statement): Fixes in sentence movement to properly
handle M-e moving forward into a comment when looking at preceding
whitespace, and M-a moving backward into comment when looking at
following whitespace.

(c-comment-line-break-function): Don't break line in the middle of a string.
1997-09-08 03:20:02 +00:00
Richard M. Stallman
13febd855d (Feval_buffer): New arg FILENAME. 1997-09-07 18:32:49 +00:00
Richard M. Stallman
0b79b2ace8 (load-with-code-conversion):
Use third arg to eval-buffer and don't set buffer-file-name.
1997-09-07 18:32:24 +00:00
Richard M. Stallman
d8b9150f33 (modify_overlay): Update overlay_modiff of proper buffer. 1997-09-07 17:49:08 +00:00
Richard M. Stallman
27ffd10e62 Enlarge the stack size of temacs to 100KB. 1997-09-07 17:25:55 +00:00
Richard M. Stallman
c532f34968 (command-line-1): Update copyright year in string. 1997-09-07 17:07:01 +00:00
Richard M. Stallman
e14a8f4c59 (universal-coding-system-argument): Improve prompt strings. 1997-09-07 06:51:34 +00:00
Richard M. Stallman
4ddd2beb67 Rename uniquify-fix-list-* to uniquify-fix-item-*.
All callers changed.

(uniquify-rationalize-file-buffer-names):
Use directory-file-name for directories (eliminate trailing slash).
Call uniquify-fix-item-unrationalized-buffer.
(uniquify-buffer-file-name): Use directory-file-name.
(uniquify-fix-item-unrationalized-buffer): New function.
(uniquify-unrationalized-buffer): Function deleted.
1997-09-07 06:17:29 +00:00
Richard M. Stallman
6239880d20 Continue previous change, add mipsel-*-openbsd*. 1997-09-07 05:27:45 +00:00
Richard M. Stallman
e0f7eb3bb0 Test __OpenBSD__ along with __NetBSD__. 1997-09-07 05:25:37 +00:00
Richard M. Stallman
8082986440 Initial revision 1997-09-07 05:14:46 +00:00
Richard M. Stallman
8ad97b87ee (menu-bar-options-menu): Simplify global-font-lock-mode
entry using enhanced global-font-lock-mode function.
1997-09-07 04:43:10 +00:00
Richard M. Stallman
09efee6cc7 (quail-execute-non-quail-command): Call quail-terminate-translation. 1997-09-07 04:31:35 +00:00
Richard M. Stallman
7967f8ab1e (time-stamp-time-zone): Allow nil as alternative. 1997-09-07 04:30:52 +00:00
Richard M. Stallman
0f8b8c5063 (Fcall_process_region): Fix previous change:
never override Vcoding_system_for_write.
1997-09-07 04:25:59 +00:00
Richard M. Stallman
3f1ea77ed6 (display_string): Determine multibyte from current buffer,
not from W's buffer.
1997-09-07 04:22:29 +00:00