summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (refill-fill-paragraph-at): Avoid refilling the following paragraph.Richard M. Stallman2003-05-281-35/+37
| | | | (refill-doit): Doc fix.
* (ctl-x-map): Don't bind C-x C-i or C-x 3.Richard M. Stallman2003-05-281-4/+5
| | | | | (global-map): Don't bind C-z. (vip-setup): New function to rebind C-x 7 and C-z.
* (last-sexp-toggle-display):Richard M. Stallman2003-05-281-3/+2
| | | | Undo previous change (don't check for eob). Widen at the beginning.
* (byte-compile-no-warnings): New function.Richard M. Stallman2003-05-281-2/+7
| | | | (with-no-warnings): Set up compile handler.
* (type-break-cancel-function-timers): Use with-no-warnings.Richard M. Stallman2003-05-281-6/+7
|
* (command-line-1): Use with-no-warnings.Richard M. Stallman2003-05-281-1/+2
|
* (browse-url-mozilla): Correct the conditionals for using ,new-window.Richard M. Stallman2003-05-281-2/+2
|
* (map-y-or-n-p): No special handling for exit-prefix.Richard M. Stallman2003-05-281-3/+3
| | | | In help string, mention C-g but not ESC.
* (jka-compr-insert-file-contents):Richard M. Stallman2003-05-281-4/+1
| | | | When REPLACE, delete the proper range of text.
* (Info-index): Add autoload cookie.Richard M. Stallman2003-05-281-0/+1
|
* (forms-mode): Use write-file-functions instead of local-write-file-hooks.Richard M. Stallman2003-05-281-7/+7
| | | | Use make-local-variable to make it local.
* Comment change.Richard M. Stallman2003-05-281-1/+1
|
* (set-face-attribute): Set face-modified prop to tRichard M. Stallman2003-05-281-1/+8
| | | | | | when we change the new-frame defaults. (face-spec-set): Set face-modified prop to nil when we change the new-frame defaults.
* (substitute-env-vars): Fix typo.Richard M. Stallman2003-05-281-3/+5
|
* (describe-char-unicode-data): New dummy definition.Richard M. Stallman2003-05-281-211/+218
| | | | | Real definition commented out since we can't use UnicodeData.txt as is. (describe-char-unicodedata-file): Variable commented out.
* (custom-face-state-set): non-nil `face-modified'Richard M. Stallman2003-05-281-22/+28
| | | | means face was set outside of Custom.
* (with-no-warnings): New function.Richard M. Stallman2003-05-281-0/+6
|
* Commentary change.Glenn Morris2003-05-271-1/+1
|
* (sh-here-document-word): Document new treatment of leading "-".Glenn Morris2003-05-272-2/+34
| | | | | (sh-maybe-here-document): Strip a leading "-" from closing heredoc delimiter, if present.
* (align-rules-list): Doc fix.Glenn Morris2003-05-271-3/+3
|
* Update copyright.Glenn Morris2003-05-271-29/+39
| | | | | | | | | | | | | | (timeclock-ask-before-exiting): Put `timeclock-query-out' on `kill-emacs-query-functions' rather than `kill-emacs-hook'. (timeclock-mode-string): Doc fix. (timeclock-modeline-display): Doc fix. Use `global-mode-string' rather than `mode-line-format'. (timeclock-query-out): Doc fix. (timeclock-update-modeline): No need for `let*', so use `let'. Add some help-echo text to `timeclock-mode-string'. (timeclock-mode-string): Give it the risky-local-variable property, so that help-echo text will display. (timeclock-find-discrep): Set `accum' to 0 if `timeclock-discrepancy' is nil.
* *** empty log message ***Stefan Monnier2003-05-271-4/+28
|
* (lisp-font-lock-syntactic-face-function): Don't infinite lop at bob.Stefan Monnier2003-05-271-60/+78
| | | | | | | (emacs-lisp-mode): Mark its main custom group to be `lisp'. (prin1-char): New fun. (eval-last-sexp-1): Use it. Use with-syntax-table as well. (eval-defun-1): Don't replace `defvar' with `defconst'.
* (global-map): Bind M-S-<backspace toKai Großjohann2003-05-272-0/+6
| | | | kill-whole-line.
* (gud-find-class): Remove unused var `pos'.Stefan Monnier2003-05-261-3/+94
| | | | | | | | | (gdb-script-mode-syntax-table, gdb-script-font-lock-keywords) (gdb-script-font-lock-syntactic-keywords) (gdb-script-font-lock-syntactic-face, gdb-script-basic-indent) (gdb-script-skip-to-head, gdb-script-calculate-indentation) (gdb-script-indent-line, gdb-script-mode): New mode to edit .gdbinit-like scripts.
* *** empty log message ***John Paul Wallington2003-05-261-0/+5
|
* (x-create-frame-with-faces): Call `face-set-after-frame-default'.John Paul Wallington2003-05-261-4/+3
| | | | (display-supports-face-attributes-p): Doc fix.
* (global-map): Don't bind S-<backspace>. Too manyKai Großjohann2003-05-262-1/+13
| | | | people hit it by mistake.
* #André Spiegel2003-05-261-0/+6
|
* (vc-delete-file): Fix free variable reference.André Spiegel2003-05-261-4/+7
| | | | | (vc-annotate-display): Remove obsolesence declaration; it isn't obsolete.
* (skeleton-internal-1): Don't loop if interactor of subskeleton is nil.Stefan Monnier2003-05-261-25/+29
| | | | | (skeleton-pair-default-alist): New var. (skeleton-pair-insert-maybe): Use it.
* (autoconf-mode setups): Recognise AH_ and AU_ entries in "(autoconf)AutoconfJuanma Barranquero2003-05-252-4/+36
| | | | | | Macro Index". Add "(autoconf)M4 Macro Index" and "(autoconf)Autotest Macro Index". Remove duplicate copy of "(automake)Macro and Variable Index". Keep automake after all autoconf possibilities, so as to prefer those.
* (gdb-info-breakpoints-custom, gdb-assembler-custom):Nick Roberts2003-05-251-14/+35
| | | | | | | | | | | | | | Put string associated with breakpoint at start of line so that it is always visible. (gdb-display-source-buffer): Display assembler during execution, when requested. (gud-menu-map): Add a toggle button to menubar for gdb-many-windows. (gdb-many-windows): Define explicitly as a function and a variable (formerly as a minor mode). These need to be global so layout can be reset from any buffer. (gdb-assembler-mode): Keep fringe outside margin as the overlay arrow is not used for assembler.
* *** empty log message ***Nick Roberts2003-05-251-0/+15
|
* *** empty log message ***Juanma Barranquero2003-05-251-0/+18
|
* (which-func-update-timer): New variable.Juanma Barranquero2003-05-251-3/+7
| | | | (which-function-mode): Use it.
* (idle-update-delay): New variable.Juanma Barranquero2003-05-251-0/+8
|
* (forward-visible-line): Fix negative arguments.Juanma Barranquero2003-05-251-9/+8
|
* (skeleton-pair-insert-maybe): Remove leftover reference toJuanma Barranquero2003-05-251-10/+9
| | | | skeleton-abbrev-cleanup.
* *** empty log message ***Stefan Monnier2003-05-251-12/+47
|
* (skeleton-abbrev-cleanup, skeleton-proxy): Remove obsolete code.Stefan Monnier2003-05-251-59/+0
|
* *** empty log message ***Andreas Schwab2003-05-241-0/+4
|
* (insert-directory): Preserve CR in a file name.Andreas Schwab2003-05-241-1/+7
|
* (iconify-or-deiconify-frame): Move to frame.el.Stefan Monnier2003-05-241-8/+1
|
* (iconify-or-deiconify-frame): Move to frame.el.Stefan Monnier2003-05-241-15/+11
| | | | Turn on mouse-wheel support by default.
* (iconify-or-deiconify-frame): Move from term/x-win.el.Stefan Monnier2003-05-241-0/+7
|
* Version 2.0.34 (of Tramp) released.Kai Großjohann2003-05-244-474/+394
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (tramp-handle-file-symlink-p): If target of symlink is absolute, return a Tramp filename. (Ie, return "/user@host:/target" instead of "/target".) (tramp-handle-file-truename): Deal with new return value from `file-symlink-p'. (tramp-handle-expand-file-name): Make default method explicit in file name. (tramp-unified-filenames): Move to an earlier spot in the file. (top-level): If tramp-unified-filenames is set and we're running on XEmacs, load tramp-efs. (tramp-wait-for-shell-prompt, tramp-barf-if-no-shell-prompt): New functions, used by tramp-send-command-internal. (tramp-open-connection-setup-interactive-shell): Simplify using `tramp-send-command-internal'. (tramp-send-command-internal): New function. (tramp-methods): New entries "remsh" and "remcp" are like "rsh" and "rcp" but invoke "remsh" instead of "rsh". This is useful on Cray systems, for instance. Unify tramp-rsh-program, tramp-telnet-program, tramp-su-program into tramp-login-program. Likewise with tramp-login-args, tramp-copy-program, tramp-copy-args, tramp-copy-keep-date-arg. Users changed. New method plink1; like plink but pass "-1" to force protocol version 1. (tramp-default-method): Use plink as the default on machines where the plink program is present. (tramp-completion-file-name-handler): Add safe-magic property. (tramp-shell-prompt-pattern): Allow ANSI escapes at end of prompt. (ANSI escapes elsewhere in the prompt are recognized properly already.)
* Use `push' and replace `regi-pos' by equivalents.Stefan Monnier2003-05-241-277/+154
| | | | | | | | | (sc-emacs-features): Remove. Use better tests instead. (sc-minor-mode): Use define-minor-mode. (sc-mode-string, sc-set-mode-string): Remove. Use a better modeline expression instead. (sc-completing-read, sc-read-string, sc-submatch, sc-member) (sc-string-text): Remove those compatibility functions.
* (gdba): Accommodate Fortran programs.Nick Roberts2003-05-231-7/+7
| | | | | | | (gud-gdba-command-name): Use -noasync in all cases (as Fortran seems to require it also). (gdb-source-info): Parse correctly when compilation directory specifies host also (IRIX).
* *** empty log message ***Nick Roberts2003-05-231-0/+8
|