summaryrefslogtreecommitdiff
path: root/lisp/net/eudc.el
Commit message (Collapse)AuthorAgeFilesLines
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
|
* * outline.el (outline-mode-menu-bar-map):Dan Nicolaescu2008-04-041-70/+85
| | | | | | | | | | * term.el (terminal-signal-menu): Add :help. * net/eudc.el (eudc-mode-map): Declare and define in one step. (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help. * emacs-lisp/re-builder.el (reb-mode-map): * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | * emulation/edt-mapper.el (function-key-map):Dan Nicolaescu2007-10-211-12/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (edt-map-key): Make it a function instead of using fset. Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs. (edt-gnu-map-key, edt-lucid-map-key): Remove. (edt-x-emacs-p): Remove. (edt-emacs-variant, edt-window-system, edt-xserver): Use featurep 'xemacs. * net/eudc.el: Use (featurep 'xemacs) instead of the string test. Replace eudc-xemacs-p with its definition. (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p) (eudc-emacs-mule-p): Remove. (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and eudc-xemacs-p with feature tests. * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap) (eudc-bob-url-keymap, eudc-bob-sound-keymap) (eudc-bob-generic-keymap, eudc-bob-popup-menu) (eudc-bob-toggle-inline-display): * net/eudc-hotlist.el (eudc-hotlist-emacs-menu): Replace eudc-emacs-p and eudc-xemacs-p with feature tests. * net/eudcb-ph.el (eudc-ph-open-session): Replace eudc-xemacs-mule-p with its former definition. * progmodes/octave-mod.el (octave-xemacs-p): Remove. (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs). * progmodes/vera-mode.el (vera-xemacs): Remove. (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs). * progmodes/vhdl-mode.el (vhdl-xemacs): Remove. (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init) (vhdl-speedbar-initialize, vhdl-ps-print-init) (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages) (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs with (featurep 'xemacs). * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx) (save-buffer-state-x): * obsolete/fast-lock.el (fast-lock-verbose): * emulation/viper-init.el (viper-xemacs-p) (viper-cond-compile-for-xemacs-or-emacs): * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map): * ps-print.el (case-fold-search): * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): * calculator.el (calculator-help): Use featurep 'xemacs.
* | (eudc-display-records)Glenn Morris2007-10-131-34/+34
|/ | | | | | (eudc-filter-duplicate-attributes) (eudc-distribute-field-on-records, eudc-query-form) (eudc-process-form): Use mapc rather than mapcar.
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-091-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (eudc-expand-inline): If the `eudc-multiple-match-handling-method' isJohn Wiegley2005-11-011-1/+2
| | | | | set to `all', delete the query string before inserting the query result.
* (mode-popup-menu): Add defvar.Juanma Barranquero2005-08-301-0/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-011-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* * net/eudc.el (eudc-mode):Lute Kamstra2005-05-261-2/+1
| | | | | * net/quickurl.el (quickurl-list-mode): * net/snmp-mode.el (snmp-mode, snmpv2-mode): Use run-mode-hooks.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-05-171-1/+1
|
* (top level): Call (message "") via progn, so thatEli Zaretskii2005-01-221-1/+1
| | | | eudc-options-file is loaded.
* (eudc-display-records): Use with-output-to-temp-buffer;Richard M. Stallman2004-11-011-70/+72
| | | | | | don't select the temporary buffer. (eudc-get-email): New optional arg ERROR; don't use interactive-p. (eudc-get-phone): Likewise.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Fix typo in comment.Juanma Barranquero2002-10-181-6/+6
|
* (eudc-install-menu): Use `define-key' andJohn Paul Wallington2002-09-201-0/+6
| | | | `easy-menu-create-menu' to avoid duplication of menu.
* * xscheme.el (scheme-interaction-mode): Doc fix.John Paul Wallington2002-09-161-1/+1
| | | | * net/eudc.el (eudc-plist-get): Doc fix.
* New maintainer. Change author's address.Pavel Janík2002-01-161-33/+18
| | | | | | | | | (eudc-pre-select-window-configuration, eudc-insertion-marker): Variables removed. (eudc-insert-selected): Function removed. (eudc-select): Reimplemented. (eudc-expand-inline): Delete the strings only after its expansion is chosen not before.
* (top-level): Revert previous change.Pavel Janík2002-01-061-3/+3
|
* (top-level): Use eudc-xemacs-p instead of string-match on emacs-versionPavel Janík2002-01-061-122/+115
| | | | again.
* (toplevel): Define EUDC menu for Emacs.Gerd Moellmann2000-01-141-0/+53
|
* (toplevel): Remove autoloaded code installingGerd Moellmann2000-01-131-27/+0
| | | | menu with easymenu, because that causes build problems.
* *** empty log message ***Gerd Moellmann2000-01-121-0/+1277