- 04 Oct, 2000 32 commits
-
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
(where_is_internal_1): Don't bother ignoring menu-items any more.
-
Miles Bader authored
Update call to `diff-hunk-status-msg' to reflect new REV variable.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
(fancy-splash-pre-command): New function. (fancy-splash-screens): Rewritten. (command-line-1): If fancy-splash-pending-command is set, call it interactively.
-
Gerd Moellmann authored
(parse_menu_item): Use AREF. If update_menu_bindings is 0, don't update menu bindings. (syms_of_keyboard): New Lisp variable `update-menu-bindings'.
-
Dave Love authored
Require ring when compiling. (gnus-x-splash): Bind width, height. (gnus-article-compface-xbm): New variable. (gnus-article-display-xface): Move graphic test. Use unibyte. Obey gnus-article-compface-xbm. Use pbm, not xbm.
-
André Spiegel authored
-
Dave Love authored
-
Stefan Monnier authored
-
Dave Love authored
pbm images.
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
(play-sound-file): new command.
-
André Spiegel authored
-
André Spiegel authored
-
André Spiegel authored
-
André Spiegel authored
vc-version-backup-file-name): New functions.
-
André Spiegel authored
(vc-version-backup-file): New function. (vc-checkout): Create a version backup if necessary. (vc-checkin): If a version backup file exists, delete it. (vc-version-diff): Diff locally using version backups, if available. (vc-revert-file): If there's a version backup, revert locally. (vc-transfer-file): Use version backup for base version, if available. If not, ask for confirmation whether to get it from the server. Update mode line before check-in.
-
Dave Love authored
(tool-bar-mode): Use it.
-
Peter Breton authored
ftp-font-lock-keywords, smbclient-font-lock-keywords): Only set if window-system is non-nil (net-utils-run-program): Returns buffer. (network-connection-reconnect): Added this function.
-
Peter Breton authored
-
Peter Breton authored
Incorporates extensive cleanup and docfixes by Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu). Uses cl compile-time macros. (generic-mode-name, generic-comment-list, generic-keywords-list, generic-font-lock-expressions, generic-mode-function-list, generic-mode-syntax-table): Removed variables. (generic-mode-alist): Renamed to generic-mode-list. (generic-find-file-regexp): Default changed to "^#". (generic-read-type): Uses completing read on generic-mode-list. (generic-mode-sanity-check): removed this function. (generic-add-to-auto-mode): Removed this function (generic-mode-internal): Binds mode-specific definitions into function instead of putting them in alist. (generic-mode-set-comments): Reworked extensively. (generic-mode-find-file-hook): Simplified regexp searching (generic-make-keywords-list): Omit extra pair of parens
-
Peter Breton authored
-
Peter Breton authored
which caused a max-specpdl-size exceeded error.
-
Peter Breton authored
Regexp now allows leading whitespace. (rc-generic-mode): Added eval-when-compile around generic-make-keywords-list. Deleted duplicate regexp (rul-generic-mode): Added eval-when-compile around generic-make-keywords-list. (etc-fstab-generic-mode): New generic mode.
-
Peter Breton authored
Make sure directory name ends with "/".
-
Miles Bader authored
-
Miles Bader authored
(Copying): Change example year to `20yy'.
-
Miles Bader authored
-
- 03 Oct, 2000 8 commits
-
-
Stefan Monnier authored
(diff-goto-source): Be smarter when choosing REVERSE or not.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Miles Bader authored
-
Dave Love authored
-
Miles Bader authored
(dired-do-create-files): If there's only one file, pass it in as the DEFAULT arg to dired-mark-read-file-name.
-
Miles Bader authored
New variable. (next-history-element): Try to keep the position of point in the input string constant.
-
Dave Love authored
(quoted-printable-decode-region): Rewritten. (quoted-printable-decode-string, quoted-printable-encode-region): Doc fix. (quoted-printable-encode-region): Barf on multibyte characters. Maybe make the class multibyte. Upcase chars, not formatted strings. Allow mm-use-ultra-safe-encoding to be unbound. (quoted-printable-encode-string): Don't use mm-with-unibyte-buffer.
-