1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00
Commit Graph

317 Commits

Author SHA1 Message Date
Juri Linkov
5e418f1734 * s-region.el: Move to obsolete. 2010-03-20 03:29:12 +02:00
Michael Albinus
7725ebb794 * etc/NEWS: Add secrets.el.
* lisp/Makefile.in (ELCFILES): Add net/secrets.elc.
* lisp/net/secrets.el: New file.
2010-03-13 21:33:54 +01:00
Glenn Morris
b4d1636860 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el. 2010-03-13 11:57:29 -08:00
Glenn Morris
114f9c9679 Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
Chong Yidong
a069f06729 * Makefile.in (ELCFILES): Add wisent/python-wy.el and wisent/python.el. 2010-01-09 19:39:05 -05:00
Eli Zaretskii
38c1ba62af Rename cvs-update to bzr-update in lisp/ Makefiles.
Makefile.in (bzr-update): Renamed from cvs-update.
 (cvs-update): New target for backward compatibility.

 makefile.w32-in (bzr-update): Renamed from cvs-update.
(cvs-update): New target for backward compatibility.
2010-01-02 12:42:11 +02:00
Nick Roberts
49f073bd8a This changeset reverts GDB Graphical Interface to use annotations. It incorporates features added
(and never released) on the EMACS_23_1_RC branch.  Namely reverse debugging and the display of STL
collections as watch expressions.

The long term aim is to move to GDB/MI, so these changes will be re-instated at some time in the future.
At the moment, however, there are issues with gdb-mi.el that have not yet
2009-12-29 20:15:34 +13:00
Chong Yidong
fd47199325 * Makefile.in: Revert last change (Bug#5191). 2009-12-14 23:22:54 +00:00
Stefan Monnier
9840deb6c8 Get rid of the ELCFILES abomination.
* Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
(compile-elcfiles): New phony target.
(compile-main): Compute ELCFILES dynamically.
(compile-clean): New target to remove left-over elc files.
(compile, all): Use it.
2009-12-09 01:53:15 +00:00
Glenn Morris
48e4acc9a3 (ELCFILES): Regenerate. 2009-12-08 03:27:05 +00:00
Glenn Morris
c31a2fdc34 (ELCFILES): Add mpc.elc. 2009-12-01 07:51:02 +00:00
Tassilo Horn
d71f5e0cb8 * progmodes/subword.el: Rename from lisp/subword.el.
* subword.el: Rename to progmodes/subword.el.

	* Makefile.in (ELCFILES): Adapt to subword.el move.
2009-11-21 07:50:48 +00:00
Tassilo Horn
1f35fda94f * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
* Makefile.in: Don't refer cc-subword.elc but subword.elc.
2009-11-20 14:05:18 +00:00
Glenn Morris
af4999b85b (ELCFILES): Regenerate. 2009-11-20 02:29:32 +00:00
Jan Djärv
637fa98808 Handle system default font and changing font parameters.
* xterm.h (struct x_display_info): Add atoms and Window for xsettings.

* xterm.c (handle_one_xevent): Call xft_settings_event for
ClientMessage, PropertyNotify and DestroyNotify.
(x_term_init): If we have XFT, get DPI from Xft.dpi.
Call xsettings_initialize.

* xftfont.c (xftfont_fix_match): New function.
(xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
Call xftfont_fix_match after XftFontMatch.

* xfont.c (xfont_driver): Initialize all members.

* xfns.c (x_default_font_parameter): Try font from Ffont_get_system_font.
Do not get font from x_default_parameter if we got one from
Ffont_get_system_font.
(Fx_select_font): Get the defaut font name from :name of FRAME_FONT (f).

* w32font.c (w32font_driver): Initialize all members.

* termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.

* lisp.h: Declare syms_of_xsettings.

* keyboard.c (kbd_buffer_get_event, make_lispy_event): Handle
CONFIG_CHANGED_EVENT.

* ftfont.c (ftfont_filter_properties): New function.

* frame.c (x_set_font): Remove unused variable lval.

* font.h (struct font_driver): filter_properties is new.

* font.c (font_put_extra): Don't return if val is nil, it means
boolean option is off.
(font_parse_fcname): Collect all extra properties in extra_props
and call filter_properties for all drivers with extra_props and
font as parameter.
(font_open_entity): Do not use cache, it does not pick up new fontconfig
settings like hinting.
(font_load_for_lface): If spec had a name in it, store it in entity.

* emacs.c (main): Call syms_of_xsettings

* config.in: HAVE_GCONF is new.

* Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
xsettings.o is new.

* menu-bar.el: Put "Use system font" in Option-menu.

* loadup.el: If feature system-font-setting or font-render-setting is
there, load font-setting.

* Makefile.in (ELCFILES): font-settings.el is new.
* font-setting.el: New file.

* NEWS: Mention dynamic font changes (font-use-system-font).

* configure.in: New option: --with(out)-gconf.
Set HAVE_GCONF if we find gconf.
2009-11-17 08:21:23 +00:00
Glenn Morris
2ccbc060d2 (ELCFILES): Regenerate. 2009-11-13 17:03:30 +00:00
Dan Nicolaescu
a042de45b1 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
* loadup.el ("international/mule-conf"): Load the byte compiled version.
* international/mule-conf.el: Allow to be byte compiled.
2009-11-11 06:30:38 +00:00
Glenn Morris
0adae11f37 (ELCFILES): Update. 2009-11-06 03:22:13 +00:00
Glenn Morris
18b5ffb503 (compile-last): Ensure GREP_OPTIONS is null before calling
grep, so that binary files (eg international/uni-bidi.el) can match.
Remove test for "UnicodeData" files, since it is hopefully unnecesary
now, and in any case the file header format has changed.
2009-10-18 00:34:47 +00:00
Chong Yidong
a1eb44f5b1 * Makefile.in (ELCFILES): Add ede/shell. 2009-10-17 14:28:44 +00:00
Stefan Monnier
384ca163b3 (compile-onefile): Load bytecomp' rather than bytecomp.el'. 2009-10-14 15:13:44 +00:00
Glenn Morris
ee2e93e2c2 (autoloads): Revert previous change. 2009-10-07 07:19:07 +00:00
Glenn Morris
3405d98c33 (autoloads): Skip preloaded files. (Bug#4446) 2009-10-06 03:12:55 +00:00
Glenn Morris
dcb9734a44 (ELCFILES): Regenerate. 2009-10-01 17:49:01 +00:00
Glenn Morris
5da62d41f9 (lisptagsfiles4): New.
(AUTOGENEL): Add cedet loaddefs files.
(TAGS, TAGS-LISP): Use $lisptagsfiles4.
(update-elclist, compile-always, backup-compiled-files)
(bootstrap-clean): Add yet another directory level.
(update-elclist): Use LC_COLLATE rather than COLLATE.
(ELCFILES): Update, via `make update-elclist'.
2009-09-29 02:17:00 +00:00
Andreas Schwab
2c4cd0b0bf (lisptagsfiles3): Define.
(TAGS TAGS-LISP): Use it.
(update-elclist): Add third directory level to look for elc files.
(compile-always): Likewise.
(backup-compiled-files): Likewise.
(bootstrap-clean): Likewise.
(ELCFILES): Update.
2009-09-28 20:18:39 +00:00
Chong Yidong
a2533e4762 * Makefile.in (ELCFILES): Add CEDET files. 2009-09-28 15:24:24 +00:00
Michael Albinus
eefbedb1de * Makefile.in (ELCFILES): Add net/tramp-imap.elc. 2009-09-28 12:02:53 +00:00
Chong Yidong
15120dec6b * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
menu.

* ediff-hook.el: Move menu-bar-ediff-misc-menu into
menu-bar-ediff-menu.

* emacs-lisp/lisp-mode.el: Add doc-string-elt property to
define-overloadable-function.

* progmodes/autoconf.el: Provide autoconf as well, so that this
file can be `require'd.

* emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.

* emacs-lisp/autoload.el (generated-autoload-feature)
(generated-autoload-load-name): New vars.
(autoload-rubric, autoload-generate-file-autoloads): Use them.
(make-autoload): Recognize define-overloadable-function and
defclass forms (for EIEIO).

* Makefile.in (update-subdirs): Exclude cedet directory.
2009-09-27 23:25:03 +00:00
Teodor Zlatanov
3d9942648d * net/imap-hash.el: New library, see NEWS.
* Makefile.in (ELCFILES): Add imap-hash.el.

* NEWS: Mention new library imap-hash.el
2009-09-27 14:47:50 +00:00
Glenn Morris
124649922f Move comment so it does not get printed every time the rule runs. 2009-09-16 03:10:17 +00:00
Stefan Monnier
8fed6934e5 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
* emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): Don't autoload.
2009-09-15 15:29:50 +00:00
Glenn Morris
5515c54ecd (autoloads): Make dired.el writable. 2009-09-11 06:51:06 +00:00
Glenn Morris
150671583b (autoloads): Make ibuffer.el writable. 2009-09-11 06:48:31 +00:00
Stefan Monnier
b6fe810294 (autoloads): Make rmail.el writable as well. 2009-09-11 04:27:38 +00:00
Stefan Monnier
3a68ab0653 (update-elcfiles): Report left over elc files. 2009-08-27 18:35:20 +00:00
Chong Yidong
17b5d0f707 * progmodes/js2-mode.el: File removed.
* Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.

* speedbar.el (speedbar-supported-extension-expressions): Add .js.

* progmodes/hideshow.el (hs-special-modes-alist): Add js-mode
entry.

* progmodes/js.el: New file.
2009-08-14 23:02:38 +00:00
Eli Zaretskii
bc0eef4626 (ELCFILES): Add international/ucs-normalize.elc. 2009-08-14 09:24:34 +00:00
Juri Linkov
777488480f (ELCFILES): Add files-x.elc. 2009-08-12 20:31:25 +00:00
Glenn Morris
b971be6054 (ELCFILES): Update. 2009-08-08 02:31:56 +00:00
Eli Zaretskii
a35d3ad8f1 (ELCFILES): org/org-export-latex.elc renames to org/org-latex.elc. 2009-08-07 14:43:43 +00:00
Steve Yegge
af0770126d added js2-mode.el 2009-07-28 05:57:35 +00:00
Chong Yidong
8954c675e6 * Makefile.in (ELCFILES): Remove fadr.elc. 2009-07-07 22:56:37 +00:00
Kenichi Handa
c1185193af (ELCFILES): Delete encoded-kb.elc. 2009-07-01 11:44:20 +00:00
Glenn Morris
f86ca715e1 (ELCFILES): Fix typo in previous change. 2009-06-23 07:21:22 +00:00
Michael Albinus
60cf2f3386 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc. 2009-06-22 21:02:55 +00:00
Glenn Morris
97e181925b (ELCFILES): Add fadr.elc. 2009-06-22 06:35:04 +00:00
Nick Roberts
91239a5211 * progmodes/gdb-ui.el: Replace with ...
* progmodes/gdb-ui.el: ... this file.
* progmodes/gud.el: Modify for gdb-mi.el.
* fadr.el: New file.
2009-06-21 12:08:53 +00:00
Glenn Morris
9f798291e4 (ELCFILES): Update. 2009-01-26 03:03:23 +00:00
Glenn Morris
67673485a8 (ELCFILES): Update. 2009-01-23 03:50:49 +00:00
Romain Francoise
c27428a517 (ELCFILES): Update. 2009-01-22 07:00:08 +00:00
Chong Yidong
2833b3fffd Undo last change. 2009-01-10 13:20:18 +00:00
Chong Yidong
7ccd9dc869 Remove gs.elc dependency. 2009-01-10 13:07:48 +00:00
Glenn Morris
ae940284fa Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
Eli Zaretskii
2c65e87c38 ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
2008-12-27 11:19:41 +00:00
Chong Yidong
40aaa96b88 (ELCFILES): Add ruby-mode.elc. 2008-12-10 18:59:50 +00:00
Glenn Morris
fb2facde09 (ELCFILES): Update. 2008-12-10 04:33:27 +00:00
Glenn Morris
5c92814419 (ELCFILES): Update. 2008-12-09 03:59:29 +00:00
Chong Yidong
547ccf84ef Remove pmaildesc.elc. 2008-12-04 23:11:10 +00:00
Eli Zaretskii
f7a043c3c7 (recompile): Depend on compile-first. 2008-11-22 12:23:13 +00:00
Glenn Morris
69726ac354 (ELCFILES): Update. 2008-10-30 04:36:27 +00:00
Glenn Morris
f6c2397a85 (ELCFILES): Update. 2008-10-12 22:46:38 +00:00
Glenn Morris
4028199557 (ELCFILES): Update. 2008-10-03 07:57:59 +00:00
Eli Zaretskii
b1b1753b2d (ELCFILES): Remove codepage.elc. 2008-09-30 19:03:18 +00:00
Eli Zaretskii
4860b1b84a ($(lisp)/progmodes/cc-mode.elc): Remove.
($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
($(lisp)/progmodes/cc-engine.elc)
($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
($(lisp)/progmodes/cc-subword.elc)
($(lisp)/progmodes/cc-vars.elc): New dependencies.
2008-09-26 10:11:39 +00:00
Glenn Morris
d61ac83562 (ELCFILES): Update. 2008-09-06 18:22:55 +00:00
Glenn Morris
a8191fb344 (ELCFILES): Update. 2008-08-10 01:01:43 +00:00
Chong Yidong
1dd3a8127f Avoid maintainer warning for autogenerated unicode files. 2008-07-31 22:40:15 +00:00
Chong Yidong
372b103a0c (ELCFILES): Add mairix.elc. 2008-07-29 17:47:11 +00:00
Dan Nicolaescu
9e2a264775 Remove support for Mac Carbon.
* mactoolbox.c:
* macterm.h:
* macterm.c:
* macselect.c:
* macmenu.c:
* macgui.h:
* macfns.c:
* mac.c: Remove file.
* s/darwin.h:
* m/intel386.h:
* xfaces.c:
* xdisp.c:
* window.c:
* tparam.c:
* termhooks.h:
* termcap.c:
* term.c:
* syssignal.h:
* sysselect.h:
* sysdep.c:
* process.c:
* lread.c:
* lisp.h:
* keyboard.c:
* image.c:
* fringe.c:
* frame.h:
* frame.c:
* fontset.c:
* font.h:
* font.c:
* fns.c:
* fileio.c:
* emacs.c:
* dispnew.c:
* dispextern.h:
* config.in:
* atimer.c:
* Makefile.in: Remove code for Carbon

* erc.el: Remove code for Carbon.

Remove support for Mac Carbon.
* term/mac-win.el: Remove file
* international/mule-cmds.el:
* version.el:
* startup.el:
* simple.el:
* mwheel.el:
* mouse.el:
* loadup.el:
* isearch.el:
* info.el:
* frame.el:
* faces.el:
* disp-table.el:
* cus-start.el:
* cus-face.el:
* cus-edit.el:
* Makefile.in: Remove code for Carbon.

Remove support for Mac Carbon.
* makefile.w32-in:
* emacsclient.c: Remove code for Carbon.

* PROBLEMS:
* MACHINES: Remove mentions of Mac Carbon.

* ns-emacs.texi:
* faq.texi: Remove mentions of Mac Carbon.

* os.texi:
* frames.texi:
* display.texi: Remove mentions of Mac Carbon.

* xresources.texi: Remove mentions of Mac Carbon.

* make-tarball.txt:
* admin.el:
* FOR-RELEASE:
* CPP-DEFINES: Remove mentions of Mac Carbon.

Remove support for Mac Carbon.
* mac: Remove directory.
* make-dist:
* configure.in:
* README:
* Makefile.in:
* INSTALL:  Remove code for Carbon.
* configure: Regenerate.
2008-07-27 18:24:48 +00:00
Michael Albinus
0118d12c80 * Makefile.in (ELCFILES): Add net/xesam.el. 2008-07-24 21:56:29 +00:00
Dan Nicolaescu
93d102d029 (ELCFILES): Add term/common-win.elc. 2008-07-24 02:40:57 +00:00
Juri Linkov
29d2a698f8 (ELCFILES): Remove isearch-multi.elc. Add misearch.elc. 2008-07-23 23:50:56 +00:00
Chong Yidong
585f9de774 (ELCFILES): Remove ns-grabenv.elc. 2008-07-18 17:21:20 +00:00
Chong Yidong
e7e7e5390f (ELCFILES): Remove ns-carbon-compat.elc. 2008-07-18 16:54:25 +00:00
Adrian Robert
edfda78355 merging Emacs.app (NeXTstep port) 2008-07-15 18:15:18 +00:00
Glenn Morris
df19c2fbe1 Comments. 2008-07-05 19:14:20 +00:00
Stefan Monnier
b7bc82c546 (distclean): Don't delete *.elc and autogen files. 2008-06-23 03:11:56 +00:00
Dan Nicolaescu
74d0991fc5 * vc.el:
* vc-hooks.el:
* vc-dispatcher.el: Move vc-dir variables and functions ...
* vc-dir.el: ... here.  New file.
* Makefile.in (ELCFILES): Add vc-dir.elc.
2008-06-22 19:04:22 +00:00
Dan Nicolaescu
f439c140ac * vc.el: Move vc-annotate variables and functions ...
* vc-annotate.el: ... here.  New file.
* Makefile.in (ELCFILES): Add vc-annotate.elc.
2008-06-22 17:56:00 +00:00
Dan Nicolaescu
0b5c42251a * vc-dav.el: Move here from url/vc-dav.el.
* Makefile.in (ELCFILES): Update vc-dav.el location.

* vc-dav.el: Move to the parent directory to be together with the
rest of the VC backends.
2008-06-22 14:57:42 +00:00
Stefan Monnier
b4945b9599 * Makefile.in ${SUBDIR}: Pass additional BOOTSTRAPEMACS argument.
* Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
Use $(BOOTSTRAPEMACS) rather than witness-emacs.
(bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
(witness-emacs): Remove.
(lisp, shortlisp): Move loaddefs.el earlier.
(mostlyclean): Forget about witness-emacs.
* Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
2008-06-22 13:57:28 +00:00
Glenn Morris
24f6e371b7 (all): Explicitly pass EMACS to sub-make, for some non-GNU makes. 2008-06-21 19:48:40 +00:00
Glenn Morris
7fae72ef7e Comment fixes. 2008-06-21 19:33:21 +00:00
Stefan Monnier
768efd8421 * src/Makefile.in (PRECOMP): Remove.
(${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
(witness-emacs): Run `compile-first'.
(.el.elc): Use the new compile-onefile target.
* lisp/Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
(all): Run compile-last.
(compile-onefile): New target.
(compile-first): Simplify.
(compile-last): Don't treat COMPILE_FIRST specially.
(COMPILE_FIRST): List the elc files rather than the el files.
(ELCFILES): Update.
2008-06-21 19:20:40 +00:00
Stefan Monnier
fc46d21936 Make "make" do a bootstrap if needed.
* src/Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
(bootstrapclean): Remove.
(.el.elc): New rule.
(PRECOMP): New var.
(../lisp/subdirs.el): Remove.
(bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
(witness-emacs): New target.
(mostlyclean): Remove witness-emacs as well.
(../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
Add witness-emacs dependency.
* lisp/loadup.el: Don't add emacs-<VERS> name when bootstrapping.
* lisp/Makefile.in (emacs-deps): Remove.
($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
(all): Use them.
(autogen-clean): Remove.
* Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
(bootstrap-build): Remove.
(top_bootclean): New var.
(top_distclean, bootstrap-clean): Use it.
(bootstrap): Don't recheck config.  Make normally.
2008-06-21 01:38:39 +00:00
Stefan Monnier
49f6eb95b2 * src/Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
(bootstrap-clean): New target that keeps TAGS around.
(../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
(bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
* lisp/Makefile.in (all): New target.
(bootstrap-prepare): Remove.
* Makefile.in (SUBDIR): Include `lisp'.
(lisp): Depend on `src'.
(top_distclean): Don't remove config.status.
(bootstrap-clean): New target.
(maintainer-clean): Use it.
(bootstrap): Use bootstrap-clean.  Re-run config.status.
(src/bootstrap-emacs${EXEEXT}): New target.
(bootstrap-build): Use it.  Don't use bootstrap-prepare because
src/Makefile now takes care of it.
(bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
2008-06-20 21:48:17 +00:00
Stefan Monnier
cf653c8c36 ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
the .elc file to batch-byte-compile.
2008-06-20 20:00:14 +00:00
Glenn Morris
b69895cde6 (ELCFILES): Add org/org-id.elc. 2008-06-18 02:53:40 +00:00
Glenn Morris
f7a4b082a4 (ELCFILES): Add Add net/newst-*.el. 2008-06-14 19:23:02 +00:00
Glenn Morris
2c01ac6a3f (compile, compile-always, bootstrap-prepare):
Explictly pass EMACS to sub-makes that use it, for non-GNU makes.
2008-06-08 01:23:11 +00:00
Glenn Morris
1839655288 (bootstrap-clean): Run autogen-clean.
(maintainer-clean): No need to run autogen-clean now it is included in
bootstrap-clean.
2008-06-07 02:46:01 +00:00
Miles Bader
e6d2d263da Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1215
2008-06-06 22:53:14 +00:00
Glenn Morris
2fe516326c ($(lisp)/cus-load.el): Remove unnecessary rule.
(custom-deps): Don't require $(lisp)/cus-load.el.
(custom-deps, finder-data): Don't depend on autoloads.
Should not be needed now, and doing so was causing make install to
re-dump emacs post-bootstrap.
(bootstrap-after): Don't run update-elclist, since modifying Makefile.in
mid-build forces some things to be rebuilt.
2008-06-05 02:36:11 +00:00
Stefan Monnier
f641e17bd4 (update-elclist): Impose a fixed collation for sorting.
(ELCFILES): Update.
2008-06-03 15:42:20 +00:00
Miles Bader
9d3d42fb74 Add lisp/face-remap.el and associated documentation
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1200
2008-06-03 11:05:52 +00:00
Kenichi Handa
8e6276cbbd (ELCFILES): Add $(lisp)/language/hanja-util.elc. 2008-06-03 04:59:48 +00:00
Glenn Morris
10498e1c2c (compile-last): Replace tr in `els' assignment with sed. Remove shell
variable `elc'.  Split tests to hopefully be more portable.  Fix `sel'
assignment.
2008-05-31 02:24:12 +00:00
Glenn Morris
9d7316f071 (update-elclist): Hide the warning when it does not apply, make it
milder when it does.
(autogen-clean): New target.
(maintainer-clean): Use autogen-clean.
2008-05-30 02:56:59 +00:00
Glenn Morris
1ea1e2d498 (update-elclist): Work around non-portability of "\" in various
implementations of echo.
2008-05-28 03:18:49 +00:00