aboutsummaryrefslogtreecommitdiffstats
path: root/oldXMenu
Commit message (Collapse)AuthorAgeFilesLines
* Revision: [email protected]/emacs--cvs-trunk--0--patch-396Miles Bader2004-06-111-2/+0
| | | | | | | | | | | | | Tweak arch tagging to make build/install-in-place less annoying Previously, autoconf-created Makefiles and the like would contain duplicate taglines (unfortunately, autoconf doesn't seem to have a `strip in generated file' comment mechanism) leading to conflicts, and installing in place would create unknown directories and copies of source directories (leading to conflicts with the source directories). This changeset makes all autoconf-processed files use explicit id-tags and adds .arch-inventory entries to ignore installation directories.
* Revision: [email protected]/emacs--cvs-trunk--0--patch-196Miles Bader2004-04-1032-32/+0
| | | | | | | | | | | | | | | | | | | Remove RCS keywords 2004-04-10 Miles Bader <[email protected]> RCS keyword removal (only non-comment changes are enumerated here): * lisp/emacs-lisp/bytecomp.el (byte-compile-version): Variable removed. (byte-compile-insert-header): Don't use `byte-compile-version'. * lisp/url/url-vars.el (url-version): Use the constant string "Emacs" instead of calculating something from the RCS `State' keyword [the latter is almost entirely useless anyway]. * lisp/forms.el (forms-version): Variable removed. (forms-mode): Don't use `forms-version'. * lisp/recentf.el (recentf-version): Variable removed. * lisp/progmodes/delphi.el (delphi-version): Variable removed. * lisp/progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
* Add arch taglinesMiles Bader2003-09-0136-27/+125
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-0425-188/+188
|
* Update email and real nameJan Djärv2003-01-301-1/+1
|
* Corrected misc. typos like missing : after file names,Kim F. Storm2003-01-281-1/+1
| | | | missing file name suffixes, and * used as prefix on non-file entries.
* *** empty log message ***Jan Djärv2002-04-221-0/+8
|
* Add calls to GrabKeyboard to remove strangeJan Djärv2002-04-221-1/+17
| | | | interactions with window managers that steal keypresses.
* fixed formatSam Steingold2001-11-131-5/+5
|
* *** empty log message ***Gerd Moellmann2001-10-211-1/+1
|
* *** empty log message ***Gerd Moellmann2001-10-211-0/+4
|
* *** empty log message ***Gerd Moellmann2001-10-101-0/+4
|
* *** empty log message ***Gerd Moellmann2001-10-061-0/+5
|
* Remove the entry for the 19.34 release. RMS says it was done on a branch.Eli Zaretskii2001-05-111-4/+0
|
* Remove log entries for 20.5 .. 20.7.Gerd Moellmann2001-05-091-18/+0
|
* *** empty log message ***Eli Zaretskii2001-05-041-0/+4
|
* *** empty log message ***Gerd Moellmann2000-09-251-0/+18
|
* *** empty log message ***Gerd Moellmann2000-09-211-0/+1
|
* *** empty log message ***Kenichi Handa2000-08-211-0/+3
|
* *** empty log message ***Gerd Moellmann2000-07-211-0/+5
|
* (XMenuActivate): Call help callback with two moreGerd Moellmann2000-07-211-2/+3
| | | | arguments: the pane number and selection number.
* *** empty log message ***Gerd Moellmann2000-01-271-0/+11
|
* (XMenuActivate): Add parameter HELP_CALLBACK.Gerd Moellmann2000-01-271-2/+6
| | | | Call help callback.
* (XMenuPost): Pass null help callback to XMenuActivate.Gerd Moellmann2000-01-271-2/+2
|
* (XMenuAddSelection): Add parameter HELP.Gerd Moellmann2000-01-271-2/+4
|
* (XmSelect): Add member `help_string'.Gerd Moellmann2000-01-271-1/+2
|
* #Dave Love1999-10-0339-0/+5368