bpt/emacs.git
16 years ago(Ffont_face_attributes): Multiply pixel size before point
Jason Rumney [Tue, 24 Jun 2008 10:32:03 +0000 (10:32 +0000)]
(Ffont_face_attributes): Multiply pixel size before point
conversion to avoid multiplying rounding error.

16 years ago(PIXEL_TO_POINT): Clarify usage in comment.
Jason Rumney [Tue, 24 Jun 2008 10:31:12 +0000 (10:31 +0000)]
(PIXEL_TO_POINT): Clarify usage in comment.

16 years agoAdd coding tag.
Jason Rumney [Tue, 24 Jun 2008 08:58:45 +0000 (08:58 +0000)]
Add coding tag.

16 years ago(font_score): Even if the PIXEL_SIZE is the same, check
Kenichi Handa [Tue, 24 Jun 2008 07:01:27 +0000 (07:01 +0000)]
(font_score): Even if the PIXEL_SIZE is the same, check
DPI too.
(font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.

16 years ago(Killing from the stack): Mention how to use normal Emacs copying.
Jay Belanger [Tue, 24 Jun 2008 05:27:35 +0000 (05:27 +0000)]
(Killing from the stack): Mention how to use normal Emacs copying.

16 years ago(calc-init-extensions): Add keybinding for `kill-ring-save'.
Jay Belanger [Tue, 24 Jun 2008 05:22:08 +0000 (05:22 +0000)]
(calc-init-extensions): Add keybinding for `kill-ring-save'.

16 years ago(calc-mode-map): Add extra keybindings to `calc-missing-key'.
Jay Belanger [Tue, 24 Jun 2008 05:21:40 +0000 (05:21 +0000)]
(calc-mode-map): Add extra keybindings to `calc-missing-key'.

16 years agoHandle void selection in mouse-appearance-menu
Miles Bader [Tue, 24 Jun 2008 04:52:51 +0000 (04:52 +0000)]
Handle void selection in mouse-appearance-menu

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1281

16 years ago* add-log.el (add-change-log-entry): Add new arg to force each new
Dan Nicolaescu [Tue, 24 Jun 2008 04:04:48 +0000 (04:04 +0000)]
* add-log.el (add-change-log-entry): Add new arg to force each new
entry to be on a new line.
* diff-mode.el (diff-add-change-log-entries-other-window): Use it.

16 years ago(vc-client-object): Remove.
Dan Nicolaescu [Tue, 24 Jun 2008 03:45:06 +0000 (03:45 +0000)]
(vc-client-object): Remove.
(vc-dir-prepare-status-buffer): Take a backend as an argument and
use it when looking for a buffer.
(vc-dir): Add a backend argument.  Set revert-buffer-function.
Don't create a client object.  Move bindings ...
(vc-dir-menu-map, vc-dir-mode-map): ... here.
(vc-dir-revert-buffer-function): New function.
(vc-generic-status-printer): Rename to ...
(vc-dir-status-printer): ... this.
(vc-generic-state, vc-generic-status-fileinfo-extra)
(vc-dir-extra-menu, vc-make-backend-object): Remove.
(vc-default-status-printer): Use a different face for
directories.  Don't display any text for directories in the state
column.  Add tooltips.

16 years ago(Todo): Update.
Dan Nicolaescu [Tue, 24 Jun 2008 03:24:38 +0000 (03:24 +0000)]
(Todo): Update.

16 years ago* makefile.w32-in (MISC): Add $(srcdir)/quail/arabic.elc.
Juanma Barranquero [Tue, 24 Jun 2008 03:20:12 +0000 (03:20 +0000)]
* makefile.w32-in (MISC): Add $(srcdir)/quail/arabic.elc.

16 years ago* vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
Dan Nicolaescu [Tue, 24 Jun 2008 02:41:04 +0000 (02:41 +0000)]
* vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
* vc-rcs.el (vc-annotate-convert-time):
* vc-mtn.el (vc-annotate-convert-time):
* vc-git.el (vc-annotate-convert-time):
* vc-cvs.el (vc-annotate-convert-time):
* vc-bzr.el (vc-annotate-convert-time): Declare as functions.

16 years agoFix typos.
Juanma Barranquero [Tue, 24 Jun 2008 01:07:34 +0000 (01:07 +0000)]
Fix typos.

16 years ago* gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
Juanma Barranquero [Mon, 23 Jun 2008 21:34:24 +0000 (21:34 +0000)]
* gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
  Don't hardcode -gstabs+, use DEBUG_INFO.

* configure.bat (gccdebug): Check for DWARF-2 support in GCC.
  Default to stabs if the compiler does not support DWARF-2.
  (genmakefiles): Write new variable DEBUG_INFO to config.settings.

16 years agoLarge file support in MS-Windows `stat' is done.
Eli Zaretskii [Mon, 23 Jun 2008 21:08:22 +0000 (21:08 +0000)]
Large file support in MS-Windows `stat' is done.

16 years ago* w32term.c (x_draw_glyph_string_background)
Jason Rumney [Mon, 23 Jun 2008 12:41:50 +0000 (12:41 +0000)]
* w32term.c (x_draw_glyph_string_background)
(x_draw_glyph_string): Remove old bdf font code.

* w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.

16 years ago(vc-annotate-mode): Derive from special-mode
Dan Nicolaescu [Mon, 23 Jun 2008 07:03:33 +0000 (07:03 +0000)]
(vc-annotate-mode): Derive from special-mode
instead of using view-mode.

16 years ago(distclean): Don't delete *.elc and autogen files.
Stefan Monnier [Mon, 23 Jun 2008 03:11:56 +0000 (03:11 +0000)]
(distclean): Don't delete *.elc and autogen files.

16 years agoAdd arch tagline
Miles Bader [Mon, 23 Jun 2008 00:13:34 +0000 (00:13 +0000)]
Add arch tagline

16 years ago* vc.el:
Dan Nicolaescu [Sun, 22 Jun 2008 19:04:22 +0000 (19:04 +0000)]
* 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.

16 years ago* vc.el: Move vc-annotate variables and functions ...
Dan Nicolaescu [Sun, 22 Jun 2008 17:56:00 +0000 (17:56 +0000)]
* vc.el: Move vc-annotate variables and functions ...
* vc-annotate.el: ... here.  New file.
* Makefile.in (ELCFILES): Add vc-annotate.elc.

16 years ago(font_find_for_lface): Try the adstyle specified in the property of
Kenichi Handa [Sun, 22 Jun 2008 15:07:56 +0000 (15:07 +0000)]
(font_find_for_lface): Try the adstyle specified in the property of
LFACE_FONT of LFACE (if any).

16 years ago* vc-dav.el: Move here from url/vc-dav.el.
Dan Nicolaescu [Sun, 22 Jun 2008 15:01:52 +0000 (15:01 +0000)]
* vc-dav.el: Move here from url/vc-dav.el.
(Todo): Note work needed to make this backend functional.

* Makefile.in (ELCFILES): Update vc-dav.el location.

16 years ago* vc-dav.el: Move here from url/vc-dav.el.
Dan Nicolaescu [Sun, 22 Jun 2008 14:57:42 +0000 (14:57 +0000)]
* 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.

16 years ago(x_set_frame_alpha): Add x_catch_errors for bug#437.
Stefan Monnier [Sun, 22 Jun 2008 14:02:07 +0000 (14:02 +0000)]
(x_set_frame_alpha): Add x_catch_errors for bug#437.

16 years ago* Makefile.in ${SUBDIR}: Pass additional BOOTSTRAPEMACS argument.
Stefan Monnier [Sun, 22 Jun 2008 13:57:28 +0000 (13:57 +0000)]
* 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.

16 years ago(.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
Glenn Morris [Sun, 22 Jun 2008 02:29:32 +0000 (02:29 +0000)]
(.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.

16 years ago(top_bootclean): Remove obsolete references to lock/.
Glenn Morris [Sun, 22 Jun 2008 02:20:24 +0000 (02:20 +0000)]
(top_bootclean): Remove obsolete references to lock/.

16 years ago(witness-emacs): Depend on temacs${EXEEXT}.
Glenn Morris [Sun, 22 Jun 2008 02:02:18 +0000 (02:02 +0000)]
(witness-emacs): Depend on temacs${EXEEXT}.

16 years ago(help-xref-interned): Declare.
Glenn Morris [Sat, 21 Jun 2008 23:02:20 +0000 (23:02 +0000)]
(help-xref-interned): Declare.

16 years ago(easy-mmode-set-keymap-parents): Evaluate definition when compiling.
Glenn Morris [Sat, 21 Jun 2008 23:01:01 +0000 (23:01 +0000)]
(easy-mmode-set-keymap-parents): Evaluate definition when compiling.

16 years agoRequire 'cl when compiling.
Glenn Morris [Sat, 21 Jun 2008 23:00:49 +0000 (23:00 +0000)]
Require 'cl when compiling.

16 years agoRequire 'cl when compiling.
Glenn Morris [Sat, 21 Jun 2008 20:34:50 +0000 (20:34 +0000)]
Require 'cl when compiling.

16 years agoRequire 'cl when compiling.
Glenn Morris [Sat, 21 Jun 2008 20:32:42 +0000 (20:32 +0000)]
Require 'cl when compiling.

16 years ago(bug-reference-fontify): Revert previous change that saved match data.
Glenn Morris [Sat, 21 Jun 2008 20:30:00 +0000 (20:30 +0000)]
(bug-reference-fontify): Revert previous change that saved match data.

16 years agoAdd bug-reference-url-format local setting.
Glenn Morris [Sat, 21 Jun 2008 20:14:27 +0000 (20:14 +0000)]
Add bug-reference-url-format local setting.

16 years ago(bug-reference-map): Bind down-mouse-1 rather than mouse-1.
Glenn Morris [Sat, 21 Jun 2008 20:13:48 +0000 (20:13 +0000)]
(bug-reference-map): Bind down-mouse-1 rather than mouse-1.
(bug-reference-url-format): Autoload safe if string.
(bug-reference-bug-regexp): Make space after "bug" optional.
(bug-reference-fontify): Save match data.

16 years ago(define-derived-mode): Add `doc-string' declaration.
John Paul Wallington [Sat, 21 Jun 2008 20:00:04 +0000 (20:00 +0000)]
(define-derived-mode): Add `doc-string' declaration.

16 years ago(rst-mode): Put docstring in right place.
John Paul Wallington [Sat, 21 Jun 2008 19:53:46 +0000 (19:53 +0000)]
(rst-mode): Put docstring in right place.

16 years ago(fancy-about-text, fancy-startup-tail): Increase text size for
Chong Yidong [Sat, 21 Jun 2008 19:52:27 +0000 (19:52 +0000)]
(fancy-about-text, fancy-startup-tail): Increase text size for
legibility.

16 years ago* startup.el (fancy-about-text, fancy-startup-tail): Increase text
Chong Yidong [Sat, 21 Jun 2008 19:52:17 +0000 (19:52 +0000)]
* startup.el (fancy-about-text, fancy-startup-tail): Increase text
size for legibility.

16 years agoAdd witness-emacs.
Glenn Morris [Sat, 21 Jun 2008 19:51:48 +0000 (19:51 +0000)]
Add witness-emacs.

16 years ago(all): Explicitly pass EMACS to sub-make, for some non-GNU makes.
Glenn Morris [Sat, 21 Jun 2008 19:48:40 +0000 (19:48 +0000)]
(all): Explicitly pass EMACS to sub-make, for some non-GNU makes.

16 years ago(fixed-pitch): Use "Monospace" family.
Chong Yidong [Sat, 21 Jun 2008 19:42:51 +0000 (19:42 +0000)]
(fixed-pitch): Use "Monospace" family.
(variable-pitch): Use "Sans" family.
(face-font-family-alternatives): Define alternatives for "Sans"
and "Monospace".

16 years ago* faces.el (fixed-pitch): Use "Monospace" family.
Chong Yidong [Sat, 21 Jun 2008 19:42:37 +0000 (19:42 +0000)]
* faces.el (fixed-pitch): Use "Monospace" family.
(variable-pitch): Use "Sans" family.
(face-font-family-alternatives): Define alternatives for "Sans"
and "Monospace".

16 years agoWhitespace.
Glenn Morris [Sat, 21 Jun 2008 19:39:35 +0000 (19:39 +0000)]
Whitespace.

16 years agoFix rst.el attribution.
Glenn Morris [Sat, 21 Jun 2008 19:39:01 +0000 (19:39 +0000)]
Fix rst.el attribution.

16 years ago(custom-dependencies-no-scan-regexp): Add ldefs-boot.el.
Glenn Morris [Sat, 21 Jun 2008 19:36:15 +0000 (19:36 +0000)]
(custom-dependencies-no-scan-regexp): Add ldefs-boot.el.

16 years ago(finder-no-scan-regexp): Add ldefs-boot.el
Glenn Morris [Sat, 21 Jun 2008 19:35:45 +0000 (19:35 +0000)]
(finder-no-scan-regexp): Add ldefs-boot.el

16 years agoComment fixes.
Glenn Morris [Sat, 21 Jun 2008 19:33:21 +0000 (19:33 +0000)]
Comment fixes.

16 years ago(witness-emacs): Tell lisp to use bootstrap-emacs.
Stefan Monnier [Sat, 21 Jun 2008 19:32:57 +0000 (19:32 +0000)]
(witness-emacs): Tell lisp to use bootstrap-emacs.

16 years ago(calendar-forward-day): Scroll in one month increments.
Glenn Morris [Sat, 21 Jun 2008 19:28:58 +0000 (19:28 +0000)]
(calendar-forward-day): Scroll in one month increments.

(calendar-cursor-to-nearest-date): Use layout variables.
Use calendar-column-to-month.
(calendar-cursor-to-visible-date): Use layout variables.

16 years agoFactor out the magic numbers controlling the calendar layout.
Glenn Morris [Sat, 21 Jun 2008 19:28:09 +0000 (19:28 +0000)]
Factor out the magic numbers controlling the calendar layout.
(calendar-month-digit-width, calendar-month-width)
(calendar-right-margin): New variables.
(calendar-recompute-layout-variables, calendar-set-layout-variable):
New functions.
(calendar-left-margin, calendar-intermonth-spacing)
(calendar-column-width, calendar-day-header-width)
(calendar-day-digit-width): New options.
(calendar-first-date-row): New constant.
(calendar-move-to-column, calendar-ensure-newline): New functions,
replacing calendar-insert-indented.
(calendar-insert-indented): Remove function.
(calendar-generate-month): Use calendar-move-to-column and
calendar-ensure-newline.  Use layout variables.
(calendar-generate, calendar-update-mode-line)
(calendar-font-lock-keywords): Use layout variables.
(calendar-column-to-month): New function.
(calendar-cursor-to-date): Use calendar-column-to-month.
Use layout variables.

16 years ago(witness-emacs): Use ../lisp, not $(lispsource).
Stefan Monnier [Sat, 21 Jun 2008 19:22:29 +0000 (19:22 +0000)]
(witness-emacs): Use ../lisp, not $(lispsource).

16 years ago* NEWS: Tramp uses auth-source.
Michael Albinus [Sat, 21 Jun 2008 19:22:17 +0000 (19:22 +0000)]
* NEWS: Tramp uses auth-source.

16 years ago*** empty log message ***
Michael Albinus [Sat, 21 Jun 2008 19:21:53 +0000 (19:21 +0000)]
*** empty log message ***

16 years ago* src/Makefile.in (PRECOMP): Remove.
Stefan Monnier [Sat, 21 Jun 2008 19:20:40 +0000 (19:20 +0000)]
* 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.

16 years agonewsticker: window config fix, doc fixes
Ulf Jasper [Sat, 21 Jun 2008 15:43:34 +0000 (15:43 +0000)]
newsticker: window config fix, doc fixes

16 years ago(text-scale-adjust): Bind `echo-keystrokes' to nil.
Miles Bader [Sat, 21 Jun 2008 14:54:29 +0000 (14:54 +0000)]
(text-scale-adjust): Bind `echo-keystrokes' to nil.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1273

16 years agoFix typo.
Romain Francoise [Sat, 21 Jun 2008 13:42:10 +0000 (13:42 +0000)]
Fix typo.

16 years ago(INFO_FILES): Add sasl.
Romain Francoise [Sat, 21 Jun 2008 12:48:11 +0000 (12:48 +0000)]
(INFO_FILES): Add sasl.

16 years ago* tramp.texi (Password handling): Renamed from "Password
Michael Albinus [Sat, 21 Jun 2008 11:51:31 +0000 (11:51 +0000)]
* tramp.texi (Password handling): Renamed from "Password
caching".  Add `auth-source' mechanism.
(Connection caching): Tramp reopens the connection automatically,
when the operating system on the remote host has been changed.

16 years ago(xftfont_open): Handle QCembolden only when FC_EMBOLDEN is defined.
Kenichi Handa [Sat, 21 Jun 2008 11:15:04 +0000 (11:15 +0000)]
(xftfont_open): Handle QCembolden only when FC_EMBOLDEN is defined.

16 years ago(c-guess-basic-syntax CASE 5D.5): Fix an infinite loop on invalid syntax.
Alan Mackenzie [Sat, 21 Jun 2008 09:00:49 +0000 (09:00 +0000)]
(c-guess-basic-syntax CASE 5D.5): Fix an infinite loop on invalid syntax.

16 years ago*** empty log message ***
Alan Mackenzie [Sat, 21 Jun 2008 08:59:50 +0000 (08:59 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Nick Roberts [Sat, 21 Jun 2008 08:48:44 +0000 (08:48 +0000)]
*** empty log message ***

16 years ago(.el.elc): Use ../lisp, not $(lispsource).
Andreas Schwab [Sat, 21 Jun 2008 08:48:38 +0000 (08:48 +0000)]
(.el.elc): Use ../lisp, not $(lispsource).

16 years ago(witness-emacs): Use ../lisp, not $(lispsource).
Andreas Schwab [Sat, 21 Jun 2008 08:18:06 +0000 (08:18 +0000)]
(witness-emacs): Use ../lisp, not $(lispsource).

16 years agoFix autoload directives in lisp/face-remap.el
Miles Bader [Sat, 21 Jun 2008 06:51:23 +0000 (06:51 +0000)]
Fix autoload directives in lisp/face-remap.el

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1271

16 years agoRun rst-define-level-faces when loading.
Stefan Monnier [Sat, 21 Jun 2008 04:10:26 +0000 (04:10 +0000)]
Run rst-define-level-faces when loading.
(rst-mode): Don't set the font-lock-multiline var.
(rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
Set the font-lock-multiline property by hand.

16 years agoFix autoload building command in src Makefile
Miles Bader [Sat, 21 Jun 2008 02:37:02 +0000 (02:37 +0000)]
Fix autoload building command in src Makefile

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1268

16 years agoMake "make" do a bootstrap if needed.
Stefan Monnier [Sat, 21 Jun 2008 01:38:39 +0000 (01:38 +0000)]
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.

16 years ago(Ffont_face_attributes): Omit key-attribute pairs not defined by the
Chong Yidong [Fri, 20 Jun 2008 23:27:07 +0000 (23:27 +0000)]
(Ffont_face_attributes): Omit key-attribute pairs not defined by the
font.

16 years ago* font.c (Ffont_face_attributes): Omit key-attribute pairs not
Chong Yidong [Fri, 20 Jun 2008 23:27:00 +0000 (23:27 +0000)]
* font.c (Ffont_face_attributes): Omit key-attribute pairs not
defined by the font.

16 years ago* src/Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
Stefan Monnier [Fri, 20 Jun 2008 21:48:17 +0000 (21:48 +0000)]
* 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.

16 years ago[OLD_FONT]: Remove obsolete font code.
Jason Rumney [Fri, 20 Jun 2008 21:46:05 +0000 (21:46 +0000)]
[OLD_FONT]: Remove obsolete font code.

16 years ago($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
Stefan Monnier [Fri, 20 Jun 2008 20:00:14 +0000 (20:00 +0000)]
($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
the .elc file to batch-byte-compile.

16 years ago(c-make-inherited-keymap): Only use set-keymap-parents if set-keymap-parent
Stefan Monnier [Fri, 20 Jun 2008 19:52:37 +0000 (19:52 +0000)]
(c-make-inherited-keymap): Only use set-keymap-parents if set-keymap-parent
doesn't exist.

16 years agoAdd arch tagline
Miles Bader [Fri, 20 Jun 2008 19:38:53 +0000 (19:38 +0000)]
Add arch tagline

16 years agoUpdate.
Stefan Monnier [Fri, 20 Jun 2008 18:18:40 +0000 (18:18 +0000)]
Update.

16 years ago(vc-bzr-annotate-extract-revision-at-line):
Stefan Monnier [Fri, 20 Jun 2008 18:12:01 +0000 (18:12 +0000)]
(vc-bzr-annotate-extract-revision-at-line):
Allow more than one space before the |.

16 years ago(auto-mode-alist): Use rst-mode for *.rst and *.rest files.
Stefan Monnier [Fri, 20 Jun 2008 17:57:55 +0000 (17:57 +0000)]
(auto-mode-alist): Use rst-mode for *.rst and *.rest files.

16 years agoFix up docstring conventions.
Stefan Monnier [Fri, 20 Jun 2008 17:53:42 +0000 (17:53 +0000)]
Fix up docstring conventions.
Move vars to before their first use.
(rst-mode): Don't mess with font-lock-support-mode.
(rst-suggest-new-decoration, rst-adjust-decoration):
Avoid CL's copy-list.
(rst-delete-entire-line): Use line-beginning-position.
(rst-position): New fun.
(rst-straighten-decorations): Use it instead of CL's position.
(rst-straighten-bullets-region): Avoid CL's mapcar*.
(rst-toc-mode): Use define-derived-mode.
(rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
Remove unused var `in-par'.  Use `point' rather than `point-marker'.
(rst-line-block-region): Reduce redundancy.  Use the `pfxarg' arg.
(rst-replace-lines): Simplify.

16 years ago(vc-mtn-log-view-mode): Set log-view-per-file-logs and
Dan Nicolaescu [Fri, 20 Jun 2008 17:16:41 +0000 (17:16 +0000)]
(vc-mtn-log-view-mode): Set log-view-per-file-logs and
log-view-file-re.

16 years ago(special-mode-map): New var.
Stefan Monnier [Fri, 20 Jun 2008 17:10:33 +0000 (17:10 +0000)]
(special-mode-map): New var.
(special-mode): New major mode.

16 years ago* vc.el (vc-switch-backend): Simplify.
Dan Nicolaescu [Fri, 20 Jun 2008 17:08:55 +0000 (17:08 +0000)]
* vc.el (vc-switch-backend): Simplify.
(Todo): Remove solved items.

* vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
the vc-backend property.

16 years ago(vc-dir-hide-up-to-date): Undo previous change.
Dan Nicolaescu [Fri, 20 Jun 2008 17:05:55 +0000 (17:05 +0000)]
(vc-dir-hide-up-to-date): Undo previous change.

16 years ago(checkdoc-start-section, checkdoc-error):
Stefan Monnier [Fri, 20 Jun 2008 16:20:48 +0000 (16:20 +0000)]
(checkdoc-start-section, checkdoc-error):
Bind inhibit-read-only since the buffer is always read-only.

16 years agonewsticker-treeview-own-frame turned off, tooltips
Ulf Jasper [Fri, 20 Jun 2008 16:16:34 +0000 (16:16 +0000)]
newsticker-treeview-own-frame turned off, tooltips

16 years ago*** empty log message ***
Stefan Monnier [Fri, 20 Jun 2008 16:04:48 +0000 (16:04 +0000)]
*** empty log message ***

16 years ago(Starting GUD): Fix change from 2008-06-17 about remote debugging.
Eli Zaretskii [Fri, 20 Jun 2008 16:03:22 +0000 (16:03 +0000)]
(Starting GUD): Fix change from 2008-06-17 about remote debugging.

16 years agoNew file.
Stefan Monnier [Fri, 20 Jun 2008 16:00:33 +0000 (16:00 +0000)]
New file.

16 years ago(vc-dir-hide-up-to-date): Accept a prefix argument to also remove DIRECTORY entries.
Sam Steingold [Fri, 20 Jun 2008 15:50:16 +0000 (15:50 +0000)]
(vc-dir-hide-up-to-date): Accept a prefix argument to also remove DIRECTORY entries.

16 years ago($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an empty
Eli Zaretskii [Fri, 20 Jun 2008 15:48:08 +0000 (15:48 +0000)]
($(lisp)/cus-load.el): Don't use `touch'.  Instead, generate an empty
cus-load.el with `echo', and include "Local Variables" section to prevent
the empty file from being compiled.
(cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets that
generate an empty cus-load.el.

16 years ago(distclean): Depend on `clean'.
Eli Zaretskii [Fri, 20 Jun 2008 15:43:29 +0000 (15:43 +0000)]
(distclean): Depend on `clean'.
(clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
(AUTOGENEL): Add $(lisp)/nxml/subdirs.el.

16 years ago(font_matches_spec): Use csb bitfield from font signature to determine
Jason Rumney [Fri, 20 Jun 2008 15:28:26 +0000 (15:28 +0000)]
(font_matches_spec): Use csb bitfield from font signature to determine
language support.

16 years ago(clean mostlyclean): Delete leim-list.el~.
Eli Zaretskii [Fri, 20 Jun 2008 15:20:34 +0000 (15:20 +0000)]
(clean mostlyclean): Delete leim-list.el~.
(distclean): Delete makefile.

16 years ago* makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
Juanma Barranquero [Fri, 20 Jun 2008 15:18:30 +0000 (15:18 +0000)]
* makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
  Don't copy ldefs-boot.el over loaddefs.el.
  (bootstrap-clean): Remove loaddefs.el and don't depend on it.
  (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
  to loaddefs.el; they are not needed now.  Add coding cookie.

16 years ago(distclean): Remove makefile.
Eli Zaretskii [Fri, 20 Jun 2008 15:17:16 +0000 (15:17 +0000)]
(distclean): Remove makefile.