Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (msb--toggle-menu-type): Pass t as arg. | Richard M. Stallman | 1995-10-31 | 1 | -1/+1 |
| | |||||
* | (command-line-1): Say how to invoke menu bar, if not X. | Richard M. Stallman | 1995-10-31 | 1 | -2/+9 |
| | | | | (command-line): If not X, do enable menu bar. | ||||
* | Fix previous change. | Richard M. Stallman | 1995-10-31 | 1 | -1/+1 |
| | |||||
* | (mail-abbrev-syntax-table): Fix initialization. | Richard M. Stallman | 1995-10-31 | 1 | -1/+2 |
| | |||||
* | (describe-function): Call documentation just once. | Richard M. Stallman | 1995-10-31 | 1 | -8/+10 |
| | | | | (describe-key): Likewise. | ||||
* | update some doc strings. | Karl Heuer | 1995-10-31 | 1 | -70/+93 |
| | | | | | | (time-stamp-strftime): ignore some additional chars we might want to use in the future for additional controls or parameters. (time-stamp): minor optimizations. | ||||
* | Comment change | Erik Naggum | 1995-10-30 | 1 | -0/+1 |
| | |||||
* | Comment change. | Erik Naggum | 1995-10-30 | 1 | -1/+1 |
| | |||||
* | Correct initial line typo. | Erik Naggum | 1995-10-30 | 1 | -1/+1 |
| | |||||
* | (describe-variable): Don't call substitute-command-keys. | Richard M. Stallman | 1995-10-30 | 1 | -3/+1 |
| | |||||
* | (finding existing executable versions): Add a period to the end of BASE. | Richard M. Stallman | 1995-10-30 | 1 | -1/+1 |
| | |||||
* | (select-tags-table): Don't modify the value of tags-table-list. | Richard M. Stallman | 1995-10-30 | 1 | -1/+1 |
| | |||||
* | (disassemble-internal): Handle lazy-loaded doc strings. | Richard M. Stallman | 1995-10-30 | 1 | -1/+4 |
| | | | | (disassemble-1): Handle lazy-loaded bytecode objects. | ||||
* | (archive-zoo-summarize): Handle archives with long file names. | Richard M. Stallman | 1995-10-30 | 1 | -3/+17 |
| | |||||
* | (byte-recompile-directory): New arg FORCE. | Richard M. Stallman | 1995-10-30 | 1 | -3/+16 |
| | | | | (byte-force-recompile): New function. | ||||
* | Comment change. | Richard M. Stallman | 1995-10-30 | 54 | -173/+161 |
| | |||||
* | Comment change. | Richard M. Stallman | 1995-10-30 | 3 | -5/+5 |
| | |||||
* | Initial revision | Richard M. Stallman | 1995-10-30 | 2 | -0/+137 |
| | |||||
* | (tmm-old-mb-map): Initialize to nil. | Richard M. Stallman | 1995-10-30 | 1 | -94/+125 |
| | | | | | | | | | | | | | | | | | (tmm-delete-map): Don't use tmm-old-mb-map if nil. (tmm-add-prompt): Bind C-n and C-p. Put only the shortcuts into the completion buffer's map. Produce the completion list by hand so as not to sort it. (tmm-prompt): Start at the first item in the menu. Don't reverse tmm-km-list; reverse compl-list instead. Use try-completion in last-ditch attempt to find a match. Rename compl-list to history. (tmm-get-keybind): Put more local bindings last in a menu. Major rewrite. (tmm-menubar): Handle menu-bar-final-items. (tmm-remove-shortcuts): Function deleted. (tmm-add-shortcuts): If we can't find a letter shortcut, use a numeric shortcut. | ||||
* | Use frame-parameters, not font-lock-background-mode and font-lock-display-type. | Simon Marshall | 1995-10-30 | 1 | -11/+10 |
| | |||||
* | (column-number-mode): Make default value nil. | Richard M. Stallman | 1995-10-29 | 1 | -1/+1 |
| | |||||
* | (set-visited-file-name, basic-save-buffer): | Richard M. Stallman | 1995-10-29 | 1 | -2/+3 |
| | | | | Set buffer-file-number consistently with find-file-noselect. | ||||
* | Comment change. | Richard M. Stallman | 1995-10-28 | 1 | -3/+3 |
| | |||||
* | Don't load c-mode. | Richard M. Stallman | 1995-10-28 | 1 | -3/+1 |
| | |||||
* | Adapt to new char-table implementation. Fix name of file in the first | Erik Naggum | 1995-10-28 | 1 | -4/+4 |
| | | | | | line, part number syntax of ISO standards, and `provide' clause. Register file with RCS. | ||||
* | entered into RCS | Richard M. Stallman | 1995-10-28 | 1 | -0/+93 |
| | |||||
* | (ange-ftp-ftp-name,ange-ftp-replace-name-component): Use posix-string-match | Erik Naggum | 1995-10-28 | 1 | -3/+3 |
| | | | | | for complex regexp in `ange-ftp-name-format'. (ange-ftp-process-sentinel): Quote final * in buffer name match. | ||||
* | (rlogin): If `buffer' arg is a buffer object, initialize buffer-name to the | Noah Friedman | 1995-10-27 | 1 | -5/+9 |
| | | | | | | | | buffer name. Set `buffer' to buffer actually created or returned by get-buffer-create. Set `proc' to the process actually in the new buffer, not the process with the name buffer-name; they may not be the same if buffers have bee renamed. | ||||
* | (mouse-drag-region): Set end-of-range after calling mouse-scroll-subr. | Richard M. Stallman | 1995-10-27 | 1 | -2/+7 |
| | | | | (mouse-set-region): Don't do the sit-for on a pc frame. | ||||
* | Fix the way the sexagisimal names are calculated. | Edward M. Reingold | 1995-10-26 | 1 | -13/+19 |
| | |||||
* | Don't eval-when-compile mail-font-lock-keywords, since it refers to ↵ | Simon Marshall | 1995-10-26 | 1 | -14/+13 |
| | | | | mail-header-separator. | ||||
* | Change to citation regexp for mail-font-lock-keywords. | Simon Marshall | 1995-10-26 | 1 | -8/+14 |
| | |||||
* | Change to citation regexp for rmail-font-lock-keywords. | Simon Marshall | 1995-10-26 | 1 | -6/+13 |
| | |||||
* | Updated to 3.08; don't use `let' var from caller. | Simon Marshall | 1995-10-26 | 1 | -13/+20 |
| | |||||
* | Fix to fortran-font-lock-keywords-* for new font-lock-keywords structure. | Simon Marshall | 1995-10-26 | 1 | -55/+87 |
| | |||||
* | General reorganisation; moving and renaming etc. | Simon Marshall | 1995-10-26 | 1 | -635/+944 |
| | | | | | | Addition to font-lock-keywords; MATCH-ANCHORED structure and OVERRIDE values. font-lock-fontify-anchored-keywords written to use the former, font-lock-apply-highlight modified to use the latter. | ||||
* | Require cc-mode. | Richard M. Stallman | 1995-10-26 | 1 | -1/+3 |
| | |||||
* | Provide hideif; require cc-mode. | Richard M. Stallman | 1995-10-26 | 1 | -0/+4 |
| | |||||
* | (describe-key, describe-key-briefly): For a mouse click, | Richard M. Stallman | 1995-10-25 | 1 | -19/+54 |
| | | | | go to its buffer and position before looking up the key. | ||||
* | (Info-validate, Info-validate-node-name): Use buffer-substring-no-properties. | Richard M. Stallman | 1995-10-24 | 1 | -8/+11 |
| | | | | (Info-tagify, batch-info-validate, Info-validate-tags-table): Likewise. | ||||
* | (set-visited-file-name): Abbreviate buffer-file-name. | Richard M. Stallman | 1995-10-24 | 1 | -3/+5 |
| | |||||
* | (gud-dbx-directories): New variable. | Richard M. Stallman | 1995-10-24 | 1 | -24/+58 |
| | | | | | | | | | (gud-dbx-massage-args): Use gud-dbx-directories. (gud-dbx-file-name): New function. (gud-irixdbx-marker-filter): Use gud-dbx-file-name. (gud-dbx-file-file): Use gud-dbx-file-name. (gud-filter): Fix previous change. | ||||
* | (Info-following-node-name, Info-extract-menu-node-name) | Richard M. Stallman | 1995-10-24 | 1 | -6/+6 |
| | | | | (Info-select-node): Use buffer-substring-no-properties. | ||||
* | Fix menu for Chinese calendar. | Edward M. Reingold | 1995-10-24 | 1 | -6/+5 |
| | |||||
* | Minor doc fixes. | Edward M. Reingold | 1995-10-24 | 1 | -7/+5 |
| | |||||
* | Various fixes and simplifications. | Edward M. Reingold | 1995-10-24 | 1 | -83/+53 |
| | |||||
* | (get-method-definition, get-method-definition-1): | Richard M. Stallman | 1995-10-24 | 1 | -5/+8 |
| | | | | Rename var md to get-method-definition-md and defvar it. | ||||
* | Completely rewritten! | Edward M. Reingold | 1995-10-23 | 1 | -88/+243 |
| | |||||
* | (normal-top-level): Set auto-save-list-file-name later, | Richard M. Stallman | 1995-10-23 | 1 | -8/+8 |
| | | | | after calling command-line. | ||||
* | (internal-ange-ftp-mode): | Richard M. Stallman | 1995-10-23 | 1 | -0/+4 |
| | | | | Set comint-password-prompt-regexp locally to not match anything. |