summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (calc-display-raw): Fix docstring.Jay Belanger2005-01-181-1/+1
|
* (sh-here-doc-open-re): Don't allow `|' or otherStefan Monnier2005-01-182-5/+10
| | | | funny chars in the end-of-here-doc marker.
* (gdb-put-string): Copy/create strings soNick Roberts2005-01-181-44/+83
| | | | | | | | | | | | that enable/disabled state of breakpoints is shown correctly in fringe and on ttys. (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom): Add breakpoint information as text properties. (gdb-mouse-toggle-breakpoint): Rename to gdb-mouse-set-clear-breakpoint. (gdb-mouse-toggle-breakpoint): New function. Enable/disable breakpoints in the margin. (gdb-remove-strings): Simplify.
* *** empty log message ***Nick Roberts2005-01-181-0/+13
|
* *** empty log message ***Jay Belanger2005-01-181-0/+5
|
* (calc-edit-mode): Inhibit read-only when erasing buffer.Jay Belanger2005-01-181-1/+2
|
* *** empty log message ***Richard M. Stallman2005-01-171-0/+10
|
* (grep-find): Copy from `grep' the condition for calling grep-compute-defaults.Richard M. Stallman2005-01-171-1/+2
|
* (decipher-mode): Don't call decipher-read-alphabet if buffer is empty.Richard M. Stallman2005-01-171-1/+2
|
* Comment change.Richard M. Stallman2005-01-171-0/+1
|
* (backward-kill-sexp, kill-sexp): Doc fixes.Richard M. Stallman2005-01-171-6/+6
|
* (highlight-changes-mode): Don't autoload.Stefan Monnier2005-01-172-56/+55
|
* (mode-line-mode-menu): Use bound-and-true-p for all theStefan Monnier2005-01-171-6/+6
| | | | non-preloaded variables.
* * textmodes/tex-mode.el (tex-start-shell): Adding -i to theSteven Tamm2005-01-172-1/+7
| | | | tex-shell cause to force interactivity when using pipes.
* (just-one-space): Make arg optional.Kim F. Storm2005-01-171-2/+2
|
* *** empty log message ***Kim F. Storm2005-01-171-1/+5
|
* (org-version): Unnecessary prefix arg removed.Carsten Dominik2005-01-171-2/+2
|
* (xterm-mouse-event): Set new optional fourth arg inNick Roberts2005-01-172-8/+8
| | | | posn-x-y to t to access left-margin.
* *** empty log message ***Nick Roberts2005-01-171-0/+5
|
* Sync with Tramp 2.0.47.Michael Albinus2005-01-166-75/+195
|
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-40Miles Bader2005-01-162-4/+4
| | | | | | | | Fix regressions from latest reftex update In the latest update to reftex from upstream, some changes in Emacs CVS (mostly maintenance stuff -- typos, whitespace, etc) were apparently lost. This changeset re-applies them.
* (lm-with-file): Use Lisp mode in temp buffer.Richard M. Stallman2005-01-152-1/+33
| | | | In non-temp buffer, switch syntax table temporarily.
* (indent-pp-sexp): Doc fix.Richard M. Stallman2005-01-151-1/+2
|
* (occur-accumulate-lines, occur-engine): Avoid warnings.Richard M. Stallman2005-01-151-4/+7
|
* (tar-extract): Bind buffer-undo-list to t.Richard M. Stallman2005-01-151-59/+60
|
* (imenu--split-menu): Copy menulist before sorting.Richard M. Stallman2005-01-151-10/+8
| | | | (imenu--generic-function): Use START, not BEG, as pos of definition.
* (just-one-space): Argument specifies number of spaces.Richard M. Stallman2005-01-151-10/+11
| | | | (eval-expression-print-format): Avoid warning about edebug-active.
* (sh-mode-map): Bind C-c C-\.Richard M. Stallman2005-01-151-0/+82
| | | | | (sh-backslash-column, sh-backslash-align): New variables. (sh-backslash-region, sh-append-backslash): New functions.
* *** empty log message ***Eli Zaretskii2005-01-151-0/+23
|
* Updated to work with movemail from GNU MailutilsEli Zaretskii2005-01-151-82/+223
| | | | | | | | | | | | | | | | | | | | (rmail-pop-password, rmail-pop-password-required): Moved to rmail-obsolete group. (rmail-set-pop-password): Renamed to rmail-set-remote-password. All callers updated. (rmail-get-pop-password): Renamed to rmail-get-remote-password. Take an argument specifying whether it is POP or IMAP mailbox we are using. All callers updated. (rmail-pop-password-error): Renamed to rmail-remote-password-error. Added mailutils-specific error message. (rmail-movemail-search-path) (rmail-movemail-variant-in-use): New variables. (rmail-remote-password, rmail-remote-password-required): New customization variables. (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New functions (rmail-parse-url): New function. (rmail-get-new-mail, rmail-insert-inbox-text): Updated for use with GNU mailutils movemail.
* Fix Copyright years.Eli Zaretskii2005-01-151-1/+1
|
* *** empty log message ***Eli Zaretskii2005-01-151-0/+6
|
* (c-mode/symbol): Add ^` to prefix, and changeEli Zaretskii2005-01-151-1/+8
| | | | | suffix to space, $ or '$, to correctly position point when going to @table style constants like DBL_MAX.
* (type-break-file-name): Doc update as per the above.Eli Zaretskii2005-01-152-9/+25
| | | | | | (type-break-mode, type-break-file-time, type-break-file-keystroke-count) (type-break-choose-file): Don't store data in or load data from the file if none specified.
* (woman-dired-define-key-maybe): If KEY is undefined,Eli Zaretskii2005-01-152-1/+7
| | | | lookup-key might return nil; handle that.
* (ebrowse-class-in-tree): Return the tail of the treeEli Zaretskii2005-01-152-9/+15
| | | | | rather than the element found, thus enabling the tree to be setcar'd.
* *** empty log message ***Carsten Dominik2005-01-142-1/+2
|
* Fixed a few things in the file herder which I accidentially changeCarsten Dominik2005-01-141-5/+5
| | | | during the last update.
* 2005-01-14 Carsten Dominik <dominik@science.uva.nl>Carsten Dominik2005-01-142-48/+582
| | | | | | | | | | | | | | | | | | | | | | | | | * org.el (org-show-following-heading): New option. (org-show-hierarchy-above): Use `org-show-following-heading'. * org.el (orgtbl-optimized): New option (orgtbl-mode): New command, a minor mode. (orgtbl-mode-map): New variable. (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding) (orgtbl-error, orgtbl-self-insert-command) (orgtbl-delete-backward-char, orgtbl-delete-char): New functions. * org.el (org-mode): `org-table-may-need-update' is now a local variable in each org-mode buffer. * org.el (org-set-regexps-and-options): Renamed from `org-set-regexps'. Added checking for STARTUP keyword. (org-get-current-options): Added STARTUP options. (org-table-insert-row): Mode mode intelligent about when realignment is needed. (org-self-insert-command, org-delete-backward-char, org-delete-char): New commands. (org-enable-table-editor): new default value `optimized'. (org-table-blank-field): Support blanking regions if active.
* Fixed typo in reftex logCarsten Dominik2005-01-141-13/+15
|
* RefTeX upgraded to version 4.26Carsten Dominik2005-01-141-0/+45
|
* 2005-01-14 Carsten Dominik <dominik@science.uva.nl>Carsten Dominik2005-01-1411-110/+351
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * reftex-cite.el (reftex-bib-sort-year): Catch the case if the year is not given. * reftex-ref.el (reftex-replace-prefix-escapes): Added new escapes %m and %M, fixed bug with %F by adding save-match-data. (reftex-reference): Removed ?. from list of spaces. (reftex-label-info): Added automatic label prefix recognition * reftex-index.el (reftex-index-next-phrase): Added slave parameter to call of `reftex-index-this-phrase' (reftex-index-this-phrase): New optional argument (reftex-index-region-phrases): Added slave parameter to call of `reftex-index-this-phrase' (reftex-display-index): New argument redo (reftex-index-rescan): Added 'redo to arguments of `reftex-display-index' (reftex-index-Rescan, reftex-index-revert) (reftex-index-switch-index-tag): Added 'redo to arguments of `reftex-display-index' (reftex-index-make-phrase-regexp): Fixed bug with case-sensitive indexing. Fixed bug with matching is there is a quote before or after the word. * reftex-cite.el (reftex-all-used-citation-keys): Fix bug when collecting citation keys in lines with comments. (reftex-citation): Prefix argument no longer rescans the document, but forces prompting for optional arguments of cite macros. (reftex-do-citation): Prompting for optional arguments implemented. * reftex-vars.el (reftex-cite-format-builtin): Added optional arguments to most cite commands. (reftex-cite-cleanup-optional-args): New option (reftex-cite-prompt-optional-args): New option. (reftex-trust-label-prefix): New option * reftex-toc.el (reftex-toc-find-section): Added push-mark before changing the position in the buffer. * reftex.el (reftex-prefix-to-typekey-alist): New variable (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist
* (xterm-mouse-event): Compute window co-ordinatesNick Roberts2005-01-141-5/+7
| | | | more carefully.
* *** empty log message ***Nick Roberts2005-01-141-0/+5
|
* Comment change.Richard M. Stallman2005-01-131-0/+1
|
* Whitespace change.Richard M. Stallman2005-01-131-1/+1
|
* (sgml-fill-nobreak): New fun.Stefan Monnier2005-01-132-19/+43
| | | | | (sgml-mode): Use it. (sgml-get-context): Better keep track of implicitly closed tags.
* (url-retrieve-synchronously): Use accept-process-output rather than sit-for.Stefan Monnier2005-01-132-21/+26
|
* *** empty log message ***Kenichi Handa2005-01-131-0/+9
|
* (ispell-unified-chars-table): New variable.Kenichi Handa2005-01-131-6/+45
| | | | | | (ispell-get-decoded-string): New function. (ispell-get-casechars, ispell-get-not-casechars) (ispell-get-otherchars): Call ispell-get-decoded-string.