summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (appt-check): Use diary-selective-display var.Stefan Monnier2005-10-112-12/+12
|
* Add arch taglineMiles Bader2005-10-111-0/+2
|
* (newsticker-start, newsticker-show-news): Add autoload cookies.Richard M. Stallman2005-10-102-25/+18
|
* (sh-tmp-file): Use mktemp.Richard M. Stallman2005-10-102-5/+17
|
* (math-check-known-square-matrixp): Change order in which value is checked.Jay Belanger2005-10-101-2/+2
|
* (jka-compr-handler): Fix typo in `operations' prop.Richard M. Stallman2005-10-102-1/+5
|
* (calc-matrix-mode, calc-set-mode-line): Change the mode name `square'Jay Belanger2005-10-102-2/+17
| | | | to 'sqmatrix'.
* (calc-matrix-mode, math-get-modes-vec): Change the mode name `square'Jay Belanger2005-10-101-3/+3
| | | | to 'sqmatrix'.
* (math-check-known-scalarp, math-check-known-matrixp): Check the values ofJay Belanger2005-10-101-15/+55
| | | | | | | arguments that are variables. (math-check-known-square-matrixp): New function. (math-known-square-matrixp): Use math-check-known-square-matrixp. (math-super-types): Add sqmatrix type.
* *** empty log message ***Stefan Monnier2005-10-101-13/+40
|
* (select-tags-table-mode): Don't use selective-display.Stefan Monnier2005-10-101-38/+28
| | | | | | | | | (tags-select-tags-table): Pass `button' to the action function. (select-tags-table): Place the side-info on button properties rather than in hidden text. Abbreviate file names. (select-tags-table-mode-map): Inherit rather than copy buttom-map. (select-tags-table-select): Add `button' argument. Get side-info from the button property rather than from hidden text.
* *** empty log message ***Romain Francoise2005-10-101-3/+3
|
* (pascal-mode-map): Move init into declaration.Stefan Monnier2005-10-101-98/+86
| | | | | | | | | | | | (pascal-mode-syntax-table): Make (* *) markers same class as { ... }. (pascal-indent-command): Remove unused var `ind'. (pascal-indent-case): Remove unused var `oldpos'. (pascal-outline-map): Don't inherit from pascal-mode-map anymore, since it's now used as a proper minor mode map. (pascal-outline): Rename to pascal-outline-mode. (pascal-outline-mode): Use define-minor-mode. (pascal-outline-mode, pascal-outline-change): Use overlays rather than selective-display.
* * mh-init.el (mh-image-load-path): New function that adds the path toBill Wohler2005-10-1011-11365/+11540
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the MH-E images to the image-load-path or load-path depending on the version of Emacs. * mh-customize.el: Call mh-image-load-path just before mh-tool-bar-define so that the toolbar images can be found. * mh-customize.el (mh-invisible-header-fields-internal) (mh-invisible-header-fields-internal): Add Received-SPF header and X-Gmail- prefixes seen from Gmail. Jeffrey C Honig <jch@honig.net> * mh-customize.el (mh-customize): Use customization group mh-e. * mh-e.el (desktop-buffer-mode-handlers): Only add to this list if the variable exists. Not present pre-version 22. (Version, mh-version): Added +cvs to version. * mh-unit.el (mh-unit): Changed lm-verify test to Emacs 22. * Makefile: Incorporated ideas from Clemens Fruhwirth to generalize mh-loaddefs.el to make it work for both GNU Emacs and XEmacs. (EMACS_OPTIONS, XEMACS_OPTIONS): Use double-dash for all long options. (EMACS_LOADDEFS_COOKIE): New variable for generate-autoload-cookie setting. Obsoletes XEMACS_LOADDEFS_COOKIE. (EMACS_EXPORT_MH_LOADDEFS): New variable for GNU Emacs commands to rebuild mh-loaddefs.el. (XEMACS_EXPORT_MH_LOADDEFS): New variable for XEmacs commands to rebuild mh-loaddefs.el. Obsoletes XEMACS_LOADDEFS_FILE and XEMACS_LOADDEFS_PKG_NAME. (MH-E-LOADDEFS-SRC): New variable which is set to $(MH-E-SRC) on GNU Emacs, and adds $(MH-E-XEMACS-SRC) on XEmacs. (all): Modify EMACS_EXPORT_MH_LOADDEFS and MH-E-LOADDEFS-SRC on XEMacs. (mh-loaddefs.el): Now depends on $(MH-E-LOADDEFS-SRC) and has generic compile command that works on both GNU Emacs XEmacs. (xemacs): Depend on autoloads instead of deleted loaddefs-xemacs. (loaddefs-xemacs): Deleted. * mh-comp.el (mh-font-lock-field-data): Fix a bug where the function would return t but match-data was being set to nil (closes SF #1241017). Satyaki Das <satyaki@theforce.stanford.edu>. * mh-comp.el (mh-insert-auto-fields): Inset identity regardless of whether one was already set, since if one used a default identity it would never be overridden. Peter S Galbraith <psg@debian.org> * mh-init.el (mh-path): Use customization group mh-e. Thanks to Peter Whaite for these patches (closes SF #1213716). * mh-mime.el (mh-compose-forward): Only use mh-sent-from-msg as a default message if it's a number (as is done elsewhere). Otherwise, an error is thrown if this function is called from a draft created by mh-forward since this variable is a list. Also added a space after the "Messages [%s]:" prompt. * mh-mime.el (mh-compose-forward): Allow insertion of multiple forwarded messages by range (including sequences). For the sent folder the default message presented is the sent message. For other folders, the default message is "cur", if it exists. Jeffrey C Honig <jch@honig.net>
* (gdba): Improve diagram.Nick Roberts2005-10-101-34/+37
| | | | | | (def-gdb-auto-update-handler, gdb-info-locals-handler) (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons): Call get-buffer-window once.
* (gud-install-speedbar-variables): Add moreNick Roberts2005-10-101-2/+11
| | | | | | bindings. (gud-speedbar-buttons): Preserve point if possible. (gud-sentinel): Restore previous speedbar display type.
* *** empty log message ***Nick Roberts2005-10-101-0/+12
|
* (tex-font-lock-keywords-2): Adjust match number.Andreas Schwab2005-10-102-1/+4
|
* ($(lisp)/mh-e/mh-loaddefs.el): Fix for buildingAndreas Schwab2005-10-102-2/+7
| | | | outside source directory.
* *** empty log message ***Carsten Dominik2005-10-101-0/+9
|
* (org-mode-map): Explicit definition of `C-c C-x' as aCarsten Dominik2005-10-101-89/+102
| | | | | | | | prefix. (orgtbl-mode-map): Full keymap instead of sparse, because all `self-insert-command' keys are redifined in this map. (org-export-as-html): Specify charset for HTML file, by taking it from the coding system.
* (flyspell-check-word-p):Richard M. Stallman2005-10-102-1/+7
| | | | If unread-command-events is non-empty, don't call sit-for.
* (font-lock-syntactic-keywords, font-lock-keywords): Doc fixes.Richard M. Stallman2005-10-102-22/+26
|
* (flyspell-external-point-words): Simplify logic, and don't try toRichard M. Stallman2005-10-102-39/+41
| | | | check for consecutive appearances of one incorrect word.
* *** empty log message ***Kim F. Storm2005-10-091-8/+6
|
* *** empty log message ***Romain Francoise2005-10-091-3/+3
|
* (gud-last-speedbar-buffer): Remove.Nick Roberts2005-10-091-84/+82
| | | | | | | (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list. (gud-expansion-speedbar-buttons): New function. (gud-speedbar-buttons): Check for gud-comint-buffer.
* *** empty log message ***Nick Roberts2005-10-091-0/+11
|
* * Makefile.in (updates): Added mh-loaddefs dependency.Bill Wohler2005-10-092-1/+5
|
* * speedbar.el (speedbar-file-key-map): Fix typo.Chong Yidong2005-10-092-1/+5
|
* *** empty log message ***Richard M. Stallman2005-10-092-0/+8
|
* (line-spacing): Add custom spec.Richard M. Stallman2005-10-091-0/+1
|
* (format-spec): Propagate text properties of % spec.Richard M. Stallman2005-10-091-3/+11
|
* (ispell-check-version): Fix last change.Romain Francoise2005-10-092-2/+5
|
* * term/x-win.el: Removed -i, --icon-type from commentJan Djärv2005-10-091-2/+0
|
* * term/x-win.el: Removed -i, --icon-type from comment.Jan Djärv2005-10-091-0/+2
|
* * startup.el (command-line-x-option-alist): Removed options -i,Jan Djärv2005-10-092-3/+7
| | | | -itype, --icon-type, added -nb, --no-bitmap-icon
* (gud-speedbar-menu-items): Use :visibleNick Roberts2005-10-081-6/+4
| | | | instead of :active.
* *** empty log message ***Nick Roberts2005-10-081-0/+5
|
* (ispell-check-version):Richard M. Stallman2005-10-082-3/+8
| | | | Ignore hyphen, and all that follows, in aspell's version text.
* *** empty log message ***Jay Belanger2005-10-081-0/+18
|
* (tramp-perl-directory-files-and-attributes): Add error handling.Lars Hansen2005-10-082-3/+12
| | | | (tramp-handle-directory-files-and-attributes): Handle error perl error message.
* Sync with Tramp 2.0.51.Michael Albinus2005-10-083-35/+102
|
* * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.Simon Josefsson2005-10-082-3/+9
|
* * pgg-parse.el (top-level): Don't require custom, it isSimon Josefsson2005-10-082-2/+5
| | | | autoloaded. (To sync with No Gnus.)
* * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching,Simon Josefsson2005-10-082-2/+7
| | | | tiny patch from "Georg C. F. Greve" <greve@gnu.org>.
* * pgg-def.el (top-level): Don't require custom, it isSimon Josefsson2005-10-082-2/+5
| | | | autoloaded. (To sync with No Gnus.)
* Update maintainer email address.Glenn Morris2005-10-0811-11/+11
|
* (f90-keywords-re, f90-mode): Doc fix.Glenn Morris2005-10-081-6/+6
| | | | (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double precision'.
* *** empty log message ***Glenn Morris2005-10-081-0/+6
|