summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Fix previous change.Kenichi Handa2004-11-091-1/+1
|
* Change coding: tag back to iso-2022-7bit.Kenichi Handa2004-11-091-1/+1
|
* *** empty log message ***Jay Belanger2004-11-091-0/+13
|
* (calc-init-extensions): Bound calc-yank to mouse-2.Jay Belanger2004-11-091-0/+1
|
* (calc-mode-hook, calc-trail-mode-hook, calc-start-hook, calc-end-hook)Jay Belanger2004-11-091-50/+28
| | | | | | | | (calc-load-hook): New variables. (calc, calc-trail-display, calc-mode): Removed obsolete sections. (calc-x-paste-text): Removed.
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-679Miles Bader2004-11-092-5/+13
| | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-69 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-70 Update from CVS 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-msg.el (gnus-configure-posting-styles): Don't cause the "Args out of range" error. Reported by Arnaud Giersch <arnaud.giersch@free.fr>.
* (select-safe-coding-system-interactively):Stefan Monnier2004-11-081-172/+177
| | | | | New function extracted from select-safe-coding-system. (select-safe-coding-system): Use it.
* (gdb-current-stack-level): New variable.Nick Roberts2004-11-081-4/+8
| | | | | | (gdb-info-frames-custom, gdb-frame-handler): Use it to find current frame (in case of recursive calls). (gdb-show-changed-values): Add :version keyword.
* *** empty log message ***Nick Roberts2004-11-081-0/+7
|
* *** empty log message ***Richard M. Stallman2004-11-081-3/+22
|
* (next-error group, face): Move before first use.Richard M. Stallman2004-11-081-71/+130
| | | | | | | | | | | | (next-error-highlight, next-error-highlight-no-select): Likewise. (line-move-invisible-p): Renamed from line-move-invisible. (line-move): New args NOERROR and TO-END. Return t if if succeed in moving specified number of lines. (move-end-of-line): New function. (beginning-of-buffer-other-window, end-of-buffer-other-window): Use with-no-warnings.
* (syntax-after): Doc fix.Richard M. Stallman2004-11-081-2/+2
|
* (show-paren-function): Change calls to syntax-afterRichard M. Stallman2004-11-081-2/+2
| | | | for new way of returning the value.
* (menu-bar-file-menu): Make this the real nameRichard M. Stallman2004-11-081-28/+28
| | | | | and menu-bar-files-menu the alias. Use the former. (global-map): Use `file', not `files', as the symbol.
* (Info-revert-find-node): Don't use beginning-of-buffer.Richard M. Stallman2004-11-081-2/+2
|
* (filesets-spawn-external-viewer, filesets-run-cmd):Richard M. Stallman2004-11-081-3/+4
| | | | | Don't use beginning-of-buffer. (filesets-cmd-show-result): Use with-no-warnings.
* (compile): Don't overwrite last command in minibuffer historyJuri Linkov2004-11-081-5/+8
| | | | with default command if they are not equal.
* *** empty log message ***Juri Linkov2004-11-081-0/+5
|
* *** empty log message ***Jay Belanger2004-11-081-0/+5
|
* (math-do-integral-methods): Try linear, then non-linear, substitutions.Jay Belanger2004-11-081-3/+2
|
* *** empty log message ***Jay Belanger2004-11-081-0/+9
|
* (math-linear-subst-tried): New variable.Jay Belanger2004-11-071-2/+7
| | | | | | | | | | (math-do-integral): Set `math-linear-subst-tried' to nil. (math-do-integral-methods): Use `math-linear-subst-tried' to determine what type of substitution to try. (math-integ-try-linear-substituion): Set `math-linear-subst-tried' to t.
* *** empty log message ***Kim F. Storm2004-11-071-0/+4
|
* (bootstrap-clean): New target for 'make bootstrap'.Kim F. Storm2004-11-071-0/+3
|
* *** empty log message ***Richard M. Stallman2004-11-071-0/+40
|
* (info-lookup): Allow reusing in the current bufferJuri Linkov2004-11-071-32/+32
| | | | | | | | | | not only *info* buffer, but all (even renamed) Info buffers by checking for major-mode instead of *info* buffer name. (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode) (octave-mode, maxima-mode) <doc-spec>: Allow long dashes generated by Texinfo 4.7 before definitions. (texinfo-mode) <doc-spec>: Add space to suffix to find command definitions with argument separated by space.
* *** empty log message ***Juri Linkov2004-11-071-0/+11
|
* (syntax-after): Return the syntax letter, not the raw code.Richard M. Stallman2004-11-071-5/+13
|
* (elp-results): Delete wasteful beginning-of-buffer.Richard M. Stallman2004-11-071-1/+0
|
* (iso-cvt-define-menu): menu-bar-files-menu renamed to menu-bar-file-menu.Richard M. Stallman2004-11-071-8/+8
|
* (browse-url-gnome-moz-program)Richard M. Stallman2004-11-071-8/+9
| | | | (browse-url-gnome-moz-arguments): Move up before first use.
* (tramp group): Add :version.Richard M. Stallman2004-11-071-1/+2
|
* (ada-gdb-application): Use goto-char instead of beginning-of-buffer.Richard M. Stallman2004-11-071-1/+1
|
* (cperl-info-on-command): Use goto-char instead of beginning-of-buffer.Richard M. Stallman2004-11-071-1/+1
|
* (idlwave-shell-examine-map): Move up before first use.Richard M. Stallman2004-11-071-17/+14
| | | | | | (idlwave-shell-temp-pro-file): Likewise. (idlwave-shell-temp-rinfo-save-file): Likewise. (idlwave-shell-temp-file): Minor doc fix.
* (flyspell-external-point-words): Use goto-char instead of beginning-of-buffer.Richard M. Stallman2004-11-071-1/+1
|
* (tramp-uudecode): Mention `uudecode -o /dev/stdout'.Kai Großjohann2004-11-062-2/+4
|
* (tramp-coding-commands): Additionally try "uudecode -o /dev/stdout"Kai Großjohann2004-11-062-0/+8
| | | | before trying "uudecode -o -". Suggested by Han Boetes.
* (recentf-menu-path): Use menu item name.David Ponce2004-11-061-1/+1
|
* *** empty log message ***David Ponce2004-11-061-0/+4
|
* *** empty log message ***Eli Zaretskii2004-11-061-0/+5
|
* Don't call define-fringe-bitmap if the display doesn't support images.Eli Zaretskii2004-11-061-2/+3
|
* (tempo-match-finder): Doc fix.Andreas Schwab2004-11-062-2/+4
|
* (easy-menu-get-map): Fix last change.Andreas Schwab2004-11-062-1/+5
|
* Change log entry reconstructed from commit message.Andreas Schwab2004-11-061-0/+9
|
* *** empty log message ***Eli Zaretskii2004-11-061-0/+5
|
* (hide-body): Don't hide lines at the top of the fileEli Zaretskii2004-11-061-2/+3
| | | | that precede the first header line.
* (align-areas): Delete whitespace before reindenting, soEli Zaretskii2004-11-062-0/+13
| | | | that tabs are never placed after spaces.
* (insert-kbd-macro): Do completions based on macros,Eli Zaretskii2004-11-062-1/+13
| | | | rather than all commands.
* (tempo-match-finder): Use [:word:] instead of "^\\b",Eli Zaretskii2004-11-062-1/+6
| | | | to solve a bug whereby tags with 'b' don't match.