- 27 Nov, 1997 4 commits
-
-
Kenichi Handa authored
start_polling, stop_polling, bind_polling_period, timer_start_idle, timer_stop_idle, gobble_input, record_asynch_buffer_change, clear_input_pending, stuff_buffered_input, clear_waiting_for_input, quit_throw_to_read_char): Declare these as void. (Fsuspend_emacs): Delete unnecessary extern declaration for init_sys_mode.
-
Kenichi Handa authored
input_poll_signal.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
- 26 Nov, 1997 6 commits
-
-
Joel N. Weber II authored
files.'; previously it said `Don't protect any files', which may have implied that we think fascism is good.
-
Edward M. Reingold authored
-
Richard M. Stallman authored
New maintainer (Dirk Herrmann <D.Herrmann@tu-bs.de>).
-
Simon Marshall authored
-
Simon Marshall authored
-
Ulrich Drepper authored
-
- 25 Nov, 1997 13 commits
-
-
Edward M. Reingold authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Andreas Schwab authored
split_non_ascii_string.
-
Andreas Schwab authored
(delete_window): Fix return type. (set_window_height): Likewise. (set_window_width): Likewise. (change_window_height): Likewise.
-
Andreas Schwab authored
-
Andreas Schwab authored
-
Andreas Schwab authored
(save_signal_handlers): Make static. (restore_signal_handlers): Likewise.
-
Andreas Schwab authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(diary-mail-entries): New function.
-
Richard M. Stallman authored
-
Michael Kifer authored
-
- 24 Nov, 1997 10 commits
-
-
Simon Marshall authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
No need to compile with -Dstrftime=emacs_strftime any more.
-
Paul Eggert authored
(Fformat_time_string): Doc fix: %b, %h, %B, %a, %A, and %p depend on locale; don't use actual chars to describe %n and %t.
-
Paul Eggert authored
-
Richard M. Stallman authored
Rename some menu item strings. (menu-bar-manuals-menu, menu-bar-describe-menu): New submenus. Add an Apropos Variables item.
-
Richard M. Stallman authored
(apropos-command): New arg JUST-VARS.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(lisp-mode-variables): Bind normal-auto-fill-function.
-
- 23 Nov, 1997 7 commits
-
-
Karl Heuer authored
-
Karl Heuer authored
(ps-print-version): New version number (3.05.2) and doc fix. (ps-print, ps-header-lines, ps-show-n-of-n, ps-font-info-database) (ps-font-family, ps-font-size, ps-header-font-family) (ps-header-font-size, ps-header-title-font-size, ps-bold-faces) (ps-italic-faces, ps-underlined-faces, ps-left-header, ps-right-header) (ps-font, ps-font-bold, ps-font-italic, ps-font-bold-italic) (ps-avg-char-width, ps-space-width, ps-line-height): Doc fix. (ps-error-scale-font): New fn. (ps-soft-lf, ps-hard-lf): Fn deleted. (ps-get-page-dimensions, ps-set-bg, ps-face-bold-p, ps-face-italic-p) (ps-set-color): Reindentation. (ps-output-string-prim, ps-xemacs-face-kind-p): Internal blank lines deleted. (ps-set-font): Little programming improvement. (ps-line-lengths-internal, ps-nb-pages, ps-select-font) (ps-select-header-font): Simplify some expressions. (ps-plot-region): Replace (- X 1) by (1- X). (ps-generate-header): Replace (+ X 1) by (1+ X). (ps-print-preprint, ps-plot-with-face, ps-print-ensure-fontified) (ps-kill-emacs-check): Replace (if (and A B) C) by (and A B C). (ps-init-output-queue, ps-gnus-article-prepare-hook, ps-jts-ps-setup): Replace (setq a b)(setq c d) by (setq a b c d). (ps-begin-file, ps-end-file): Replace (ps-output A)(ps-output B) by (ps-output A B). (ps-begin-page): Replace (ps-output A)(ps-output B) by (ps-output A B), replace (setq a b)(setq c d) by (setq a b c d). (ps-next-line, ps-continue-line): Replace (setq a b)(setq c d) by (setq a b c d), and incorporates ps-soft-lf and ps-hard-lf, respectively. (ps-plot): Replace (setq a b)(setq c d) by (setq a b c d), and programming improvement. (ps-generate-postscript-with-faces): Initialization fix, replace (setq a b)(setq c d) by (setq a b c d), replace (if (and A B) C) by (and A B C). (ps-generate): Doc fix, reprogramming to set the page count, replace (setq a b)(setq c d) by (setq a b c d), replace (if A nil B) by (or A B), replace (if (and A B) C) by (and A B C). (ps-info-mode-hook): Replace (list 'A 'B) by '(A B). (ps-jack-setup): Replace (list) by nil.
-
Karl Heuer authored
when reaching the first of the pair.
-
Karl Heuer authored
-
Karl Heuer authored
(main): Use getopt_long to handle --version and --help.
-
Karl Heuer authored
Downcase the host name (ange-ftp-passwd-hashtable): Doc fix.
-
Karl Heuer authored
-