1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00
Commit Graph

10073 Commits

Author SHA1 Message Date
Richard M. Stallman
c4b55ff15c (fill-region-as-paragraph): If region starts in mid-line,
don't fill the text before that, but count it for indentation.
(fill-region): If region starts in mid-line, keep whole line
in the region, but pass the region start to fill-region-as-paragraph.
1994-12-04 19:49:21 +00:00
Richard M. Stallman
00eb4c4abc (scroll_cost): FRAME_DELETE_COST and FRAME_DELETEN_COSTS were confused. Fixed. 1994-12-04 18:58:04 +00:00
Richard M. Stallman
441f6399d8 (child_setup_tty): Use CDISABLE for setting VERASE, VKILL.
(init_sys_modes) [SET_LINE_DISCIPLINE]: Set specified line discipline.
(reset_sys_modes) [SET_LINE_DISCIPLINE]: Restore old line discipline.
1994-12-04 17:06:56 +00:00
Richard M. Stallman
39b3b754b5 At compile time, discard any defsubr definitions
in the Emacs doing the compilation.
1994-12-04 16:51:38 +00:00
Richard M. Stallman
e230790596 (bibtex-mode-map): Delete binding for ".
Don't load in tex-insert-quote.
1994-12-04 14:37:24 +00:00
Richard M. Stallman
feaad827a6 (face-name, face-id, face-foreground, face-background)
(face-font, face-stipple, face-underline-p): Change defsubst to defun.
(set-face-font, set-face-foreground, set-face-background)
(set-face-stipple, set-face-underline-p): Change defsubst to defun.
1994-12-04 14:18:45 +00:00
Richard M. Stallman
9b0bf2b6bd (replace-string, query-replace): Doc fixes. 1994-12-04 12:52:52 +00:00
Richard M. Stallman
bcddd52e8c (rmail-get-new-mail): Position on first unseen message.
Return t if actually got new mail.
(rmail): Show rmail-first-unseen-message if got no new mail.
1994-12-03 18:29:24 +00:00
Richard M. Stallman
c03e1113ab (argmatch): Handle lstr == 0. 1994-12-03 14:59:40 +00:00
Karl Heuer
c4613e62bd (rmail-output): Don't quote "From " lines unless the capitalization is exact. 1994-12-02 02:08:31 +00:00
Karl Heuer
9a2c20d57f (gettext): Make sure this is always defined, even #if emacs.
(NULL): No need to #undef this anymore; Emacs uses NILP now.
1994-12-01 22:59:35 +00:00
Simon Marshall
0caef3e3b7 Added defaults for grayscale font-lock-reference-face. 1994-12-01 14:00:16 +00:00
David J. MacKenzie
b394796763 Don't try to make directories that are guaranteed to already exist. 1994-11-30 22:13:56 +00:00
Karl Heuer
ea9ceb343e (sendmail-send-it): Add `From:' header.
(mail-from-style): New variable.
1994-11-30 22:03:35 +00:00
Roland McGrath
2d325322c1 (compilation-next-error-locus): Finish last change. 1994-11-30 21:48:37 +00:00
Karl Heuer
4b8b296e5c (gud-basic-call): Detect error earlier. 1994-11-30 21:44:25 +00:00
Karl Heuer
48c454c716 (system-key-alist): Extra keys are F36 and F37. 1994-11-30 21:41:10 +00:00
Karl Heuer
615b306cf5 (imenu-generic-expression): New variable.
(imenu-example--generic-c++-expression): New variable.
(imenu-example--generic-texinfo-expression): New variable.
(imenu-example--generic-latex-expression): New variable.
(imenu-example--create-c++-index): Deleted.
(imenu-example--function-name-regexp-c++): Deleted.
(imenu--generic-function): New function.
(imenu--generic-extract-name): New function.
(imenu-default-create-index-function): Added the generic function calls for
the provided examples.
1994-11-30 20:50:33 +00:00
Roland McGrath
4ad26d84e1 (compilation-next-error-locus): Parsed column numbers are 1-origin. 1994-11-30 19:37:48 +00:00
Richard Kenner
b0e4a7adb6 (ibmrt): Add more cases for various forms of BSD. 1994-11-29 22:01:25 +00:00
Paul Eggert
facd2759c5 (re_compile_pattern, re_comp, regerror): Add gettext wrapper.
(re_error_msgid): Renamed from `re_error_msg', for consistency
with other source files that declare arrays of message ids.
Identifiers ending in `msgid' are special to to some prototype
message-extracting utilities.
Make "Success" be the 0th entry, so it can be extracted too.
(re_comp): Replace "Memory exhausted" with
re_error_msgid[REG_ESPACE], to aid message consistency.
1994-11-29 16:25:39 +00:00
Edward M. Reingold
bcbb4a0a25 Mention cal-x.el in comments. 1994-11-29 15:58:53 +00:00
Edward M. Reingold
38e3261c9f Initial revision 1994-11-29 15:53:55 +00:00
Richard M. Stallman
2d1db47cfd (get_time): Fix up whitespace. 1994-11-28 21:03:41 +00:00
Richard M. Stallman
e4c97a67e7 (Fminibuffer_complete_and_exit): Catch errors in do_completion.
(complete_and_exit_1, complete_and_exit_2): New subroutines.
1994-11-28 20:31:00 +00:00
Richard M. Stallman
c66587feff (keyboard-escape-quit): New command.
(beginning-of-buffer, end-of-buffer):
With argument, calculate fraction wrt accessible portion of buffer.
1994-11-28 19:44:16 +00:00
Richard M. Stallman
385b6cc702 (internal_delete_file, internal_delete_file_1): New functions. 1994-11-28 19:27:53 +00:00
Richard M. Stallman
2e3dc201ba (delete_temp_file): Use internal_delete_file. 1994-11-28 19:27:41 +00:00
Richard M. Stallman
cbb6a418dc (Fkill_buffer): Use internal_delete_file. 1994-11-28 19:27:27 +00:00
Richard M. Stallman
3a0e84672c Handle pilcrow, paragraph and pound signs.
Use \aa, \AA for a-with-ring.
1994-11-28 18:45:55 +00:00
Richard M. Stallman
7a9a9813ae (Fx_synchronize): Fix doc string syntax. 1994-11-28 18:17:31 +00:00
Richard M. Stallman
3efac4b015 (safe_strdup): Don't use ANSI argument prototype. 1994-11-28 18:13:30 +00:00
Richard M. Stallman
847bb7555a Fix erroneous comment syntax. 1994-11-28 18:08:42 +00:00
Richard M. Stallman
e79a0e1bf3 (NEED_UNISTD_H): Defined. 1994-11-28 18:03:04 +00:00
Richard M. Stallman
378ac3148e Have just one conditional to include unistd.h.
Test NEED_UNISTD_H, not AIX and IRIX4.
(UNISTD_H_INCLUDED): Don't define or test this.
1994-11-28 17:59:41 +00:00
Richard M. Stallman
caeb79ef07 (calculate-c-indent): Handle a top-level decl with multiple paren groups. 1994-11-28 16:53:54 +00:00
Richard M. Stallman
d390e294f5 (gnus-default-nntp-server): Doc fix. 1994-11-28 13:55:57 +00:00
Richard M. Stallman
46e4828217 Many doc fixes. Fix progress message formats.
(gnus-article-prev-digest): Rename arg to n.
(gnus-summary-next-digest, gnus-summary-prev-digest): Likewise.
(file-newer-than-file-p): Definition deleted.
1994-11-28 13:54:27 +00:00
Richard M. Stallman
056ab24479 (imenu): Widen temporary before scan the file.
Widen if the user asks to move to an object
that is outside the current accessible region.
1994-11-24 11:26:41 +00:00
Francesco Potortì
007f6f5ad2 * m/delta.h (C_SWITCH_MACHINE): -inline-functions removed,
because the compiler shipped with R3V7 is not stable.
EOF
1994-11-24 08:51:11 +00:00
Richard M. Stallman
3ef14e464b (command_loop_1): Use safe_run_hooks to run
deferred-action-function.
(Qdeferred_action_function): New variable.
(syms_of_keyboard): Initialize and staticpro Qdeferred_action_function.
1994-11-24 08:40:21 +00:00
Richard M. Stallman
e6d63effab (occur): Put number of matches in the header line. 1994-11-24 08:39:41 +00:00
Richard M. Stallman
cab856b085 added fortran status checking -tower 1994-11-24 01:44:59 +00:00
Richard M. Stallman
48a0ae63d2 (double-mode-name): Variable deleted.
(minor-mode-alist): Use a constant string to indicate Double mode.
1994-11-23 23:19:43 +00:00
Richard Kenner
351dc55097 Add cases for romp-ibm-aix and romp-ibm-bsd. 1994-11-23 21:51:08 +00:00
Richard M. Stallman
f08ad882c4 Create subdir etc/e. Make links to it.
Put man/Makefile.in in dist, instead of man/Makefile.
1994-11-23 20:26:16 +00:00
Richard M. Stallman
6784fb6772 (dvi): Run Make in our man subdir. 1994-11-23 20:25:48 +00:00
Richard M. Stallman
c367541d6f Create the man subdir. 1994-11-23 20:24:20 +00:00
Richard M. Stallman
d581cd336b Generate man/Makefile from man/Makefile.in. 1994-11-23 20:19:13 +00:00
Richard M. Stallman
3ffefa7935 (Info-follow-reference): Use regexp-quote. 1994-11-23 19:56:15 +00:00