Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (ange-ftp-start-process): Create the buffer | Richard M. Stallman | 1997-05-10 | 1 | -6/+9 |
| | | | | | | | | and set its mode, before starting the process. Set point in that buffer, and the process mark, (ange-ftp-gwp-start): Don't set the mode here. Move point to end of buffer. (internal-ange-ftp-mode): Don't move process-mark here. | ||||
* | (backup-extract-version-start): New variable. | Richard M. Stallman | 1997-05-10 | 1 | -20/+22 |
| | | | | | | | (find-backup-file-namem, backup-extract-version): Rename bv-length to backup-extract-version-start. (file-relative-name): Bind the variable fname. | ||||
* | (dired-collect-file-versions): | Richard M. Stallman | 1997-05-10 | 1 | -1/+1 |
| | | | | Rename bv-length to backup-extract-version-start. | ||||
* | (diff-latest-backup-file): | Richard M. Stallman | 1997-05-10 | 1 | -2/+2 |
| | | | | Rename bv-length to backup-extract-version-start. | ||||
* | (auto-mode-alist): Shuffle a few elements, | Richard M. Stallman | 1997-05-10 | 1 | -4/+4 |
| | |||||
* | (iso-languages): For Latin-2, add ^I and ^i. Fix ~a. | Richard M. Stallman | 1997-05-10 | 1 | -12/+18 |
| | |||||
* | (iso-languages): Add charset spec to some elements. | Richard M. Stallman | 1997-05-10 | 1 | -7/+25 |
| | | | | | | | (iso-accents-compose): Add iso-accents-insert-offset to the code. (iso-accents-insert-offset): New variable. (iso-accents-customize): Set iso-accents-insert-offset according to data from iso-languages. | ||||
* | (quoted-insert-character-offset): Initialize more cleanly. | Richard M. Stallman | 1997-05-10 | 1 | -5/+70 |
| | | | | (quoted-insert): Don't offset codes above 377. | ||||
* | (server-buffer-done): New arg FOR-KILLING. | Richard M. Stallman | 1997-05-10 | 1 | -5/+11 |
| | | | | (server-kill-buffer): New fn, to inform clients when buffer is killed. | ||||
* | (dabbrev-case-replace, dabbrev-case-fold-search): | Richard M. Stallman | 1997-05-10 | 1 | -26/+33 |
| | | | | | | | Make these simple three-value choices. (dabbrev-completion): Handle dabbrev-case-fold-search and dabbrev-case-replace the new way. (dabbrev-expand, dabbrev--substitute-expansion): Likewise. | ||||
* | Add a `provide' call. | Richard M. Stallman | 1997-05-09 | 1 | -6/+8 |
| | | | | Delete periods from many error messages. | ||||
* | (timer-event-handler): Take timer as arg directly. | Richard M. Stallman | 1997-05-09 | 1 | -12/+5 |
| | | | | Don't bind a key in special-event-map. | ||||
* | (read-quoted-char): Don't mask down to 8 bits. | Richard M. Stallman | 1997-05-09 | 1 | -1/+1 |
| | |||||
* | (byte-compile-file-form-custom-declare-variable): New function. | Richard M. Stallman | 1997-05-08 | 1 | -1/+9 |
| | |||||
* | Fix previous change. | Richard M. Stallman | 1997-05-08 | 1 | -1/+1 |
| | |||||
* | (customize): Call customize-group. | Richard M. Stallman | 1997-05-08 | 1 | -1/+1 |
| | |||||
* | (iso-accents-compose): | Richard M. Stallman | 1997-05-08 | 1 | -2/+3 |
| | | | | Handle case where unread-command-events is already nonempty. | ||||
* | (assoc-ignore-case): Function deleted. | Richard M. Stallman | 1997-05-08 | 1 | -14/+2 |
| | | | | | (bibtex-member-of-regexp): Renamed from member-of-regexp. Call changed. | ||||
* | Customize. | Richard M. Stallman | 1997-05-08 | 1 | -14/+36 |
| | | | | | | (display-time-string-forms): Test display-time-day-and-date and display-time-24hr-format here. (display-time-format): Default value is now nil. | ||||
* | (menu-bar-help-menu): Move "Customize" to the top. | Richard M. Stallman | 1997-05-07 | 1 | -2/+2 |
| | |||||
* | (printify-region): Doc fix. | Richard M. Stallman | 1997-05-07 | 1 | -3/+3 |
| | |||||
* | (holiday-passover-etc): Postpone date of Yom | Richard M. Stallman | 1997-05-07 | 1 | -1/+4 |
| | | | | | HaShoah to Monday if it falls on Sunday (as per ammendment passed by the Israeli Kenesset, May, 1997). | ||||
* | Fix customization change. | Richard M. Stallman | 1997-05-07 | 1 | -1/+1 |
| | |||||
* | (outline-mode): Autoload cookie deleted. | Richard M. Stallman | 1997-05-07 | 1 | -2/+0 |
| | | | | (outline-minor-mode): Likewise. | ||||
* | (outline-mode): Autoload cookie added. | Richard M. Stallman | 1997-05-07 | 1 | -2/+2 |
| | | | | (outline-minor-mode): Likewise. | ||||
* | Use defgroup and defcustom. | Richard M. Stallman | 1997-05-07 | 1 | -14/+27 |
| | |||||
* | (custom-make-dependencies): | Richard M. Stallman | 1997-05-06 | 1 | -22/+59 |
| | | | | | | | | Don't use NOSORT in directory-files. Don't actually visit the files. Use re-search to search contents fast. Search the subdirs of `lisp'. Bind kept-new-versions when saving. | ||||
* | Use sexp widget in case modified outside custom. | Simon Marshall | 1997-05-06 | 1 | -4/+4 |
| | |||||
* | Quote :group names. | Simon Marshall | 1997-05-06 | 1 | -2/+2 |
| | |||||
* | (byte-optimize-approx-equal): Use <=, not <. | Richard M. Stallman | 1997-05-06 | 1 | -1/+19 |
| | | | | | (byte-optimize-minus, byte-optimize-plus): Optimize adding or subtracting 1. | ||||
* | (imenu-auto-rescan): Fix typo. | Richard M. Stallman | 1997-05-05 | 1 | -1/+1 |
| | |||||
* | (ffap-alist): Delete `math-mode'. | Richard M. Stallman | 1997-05-05 | 1 | -146/+151 |
| | | | | | | | | | | | Move all defvars and defuns out of this, to top level. Use a constant list as the initial value. (ffap-soft-value): Rewrite as a macro. And now it is used only at run time, not at load time. (ffap-ftp-default-user): Use just "anonymous" as default value. (ffap-what-domain): Don't set mail-extr-all-top-level-domains here. (ffap-newsgroup-regexp, ffap-newsgroup-heads): Move up past first use. (ffap-string-at-point-region): Likewise. | ||||
* | (dungeon-nil): Explicitly return nil. | Richard M. Stallman | 1997-05-05 | 1 | -1/+2 |
| | |||||
* | Use defgroup and defcustom. | Richard M. Stallman | 1997-05-05 | 1 | -58/+133 |
| | |||||
* | Use defgroup and defcustom. | Richard M. Stallman | 1997-05-05 | 1 | -39/+107 |
| | | | | Doc fixes. | ||||
* | (mouse-sel-get-selection-function): | Richard M. Stallman | 1997-05-05 | 1 | -1/+1 |
| | | | | Look in x-last-selected-text if necessary. | ||||
* | Comment change. | Richard M. Stallman | 1997-05-05 | 1 | -0/+3 |
| | |||||
* | (cal-menu-list-holidays-following-year) | Richard M. Stallman | 1997-05-05 | 1 | -0/+24 |
| | | | | | | (cal-menu-list-holidays-previous-year) (cal-menu-list-holidays-year): New commands. (calendar-mode-map): Put them in the holidays menu. | ||||
* | Doc fix. | Richard M. Stallman | 1997-05-05 | 1 | -1/+1 |
| | |||||
* | Use defcustom. | Richard M. Stallman | 1997-05-05 | 4 | -15/+33 |
| | |||||
* | Use defgroup and defcustom. | Richard M. Stallman | 1997-05-05 | 2 | -20/+44 |
| | |||||
* | Use defgroup and defcustom. | Richard M. Stallman | 1997-05-05 | 3 | -71/+189 |
| | |||||
* | (minibuffer-text-before-history): New variable. | Richard M. Stallman | 1997-05-05 | 1 | -49/+38 |
| | | | | | | | | | | | | (minibuffer-history-initialize): New fn, on minibuffer-setup-hook. (next-history-element, previous-matching-history-element): Initialize minibuffer-text-before-history. (next-history-element): Use minibuffer-text-before-history as "position 0" of the history list. Use minibuffer-default as position -1, if it is non-nil. Simplify error logic for beginning and end of history. (set-variable): Delete old definition (duplicate). | ||||
* | Change RCS Header to Id. | Paul Eggert | 1997-05-05 | 1 | -1/+1 |
| | |||||
* | (set-auto-mode): New arg JUST-FROM-FILE-NAME. | Richard M. Stallman | 1997-05-05 | 1 | -77/+111 |
| | | | | | | (hack-local-variables): New arg MODE-ONLY. (set-visited-file-name): Alter the major mode based on new file name. (change-major-mode-with-file-name): New variable. | ||||
* | (term-mode): Add a mode-class property. | Richard M. Stallman | 1997-05-05 | 1 | -0/+2 |
| | |||||
* | (gud-mode): Add a mode-class property. | Richard M. Stallman | 1997-05-05 | 1 | -0/+2 |
| | |||||
* | (wordstar-mode): Add a mode-class property. | Richard M. Stallman | 1997-05-05 | 1 | -0/+2 |
| | |||||
* | (hexl-mode): Add a mode-class property. | Richard M. Stallman | 1997-05-05 | 1 | -0/+2 |
| | |||||
* | (occur-mode): Add a mode-class property. | Richard M. Stallman | 1997-05-05 | 1 | -3/+5 |
| | | | | (occur): Doc fix. |