]> git.eshelyaron.com Git - emacs.git/log
emacs.git
15 years ago* term/nswin.el (ns-reg-to-script): New variable.
Adrian Robert [Wed, 23 Sep 2009 02:35:33 +0000 (02:35 +0000)]
* term/nswin.el (ns-reg-to-script): New variable.

15 years ago* nsterm.m (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
Adrian Robert [Wed, 23 Sep 2009 01:07:45 +0000 (01:07 +0000)]
* nsterm.m (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.

15 years ago(epg-wait-for-status): Preserve existing 'error results.
Daiki Ueno [Wed, 23 Sep 2009 00:22:08 +0000 (00:22 +0000)]
(epg-wait-for-status): Preserve existing 'error results.

15 years ago(vc-hg-outgoing, vc-hg-incoming): Bind `vc-short-log' for the sake of `vc-hg-log...
Sam Steingold [Tue, 22 Sep 2009 23:49:10 +0000 (23:49 +0000)]
(vc-hg-outgoing, vc-hg-incoming): Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.

15 years ago(vc-hg-outgoing, vc-hg-incoming): use okstatus instead of ignore-errors
Sam Steingold [Tue, 22 Sep 2009 23:48:19 +0000 (23:48 +0000)]
(vc-hg-outgoing, vc-hg-incoming): use okstatus instead of ignore-errors

15 years ago* nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
Adrian Robert [Tue, 22 Sep 2009 19:49:57 +0000 (19:49 +0000)]
* nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
* nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
deleted (bug #4492).

15 years ago(EmacsMenu-menuNeedsUpdate): Ignore if frame has been deleted (bug #4492).
Adrian Robert [Tue, 22 Sep 2009 19:49:50 +0000 (19:49 +0000)]
(EmacsMenu-menuNeedsUpdate): Ignore if frame has been deleted (bug #4492).

15 years ago* nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
Adrian Robert [Tue, 22 Sep 2009 19:49:06 +0000 (19:49 +0000)]
* nsterm.m (CGContextSetFontRenderingMode): Drop declaration.

15 years ago(vc-hg-outgoing, vc-hg-incoming): Ignore errors from
Sam Steingold [Tue, 22 Sep 2009 18:43:45 +0000 (18:43 +0000)]
(vc-hg-outgoing, vc-hg-incoming): Ignore errors from
`vc-hg-command' because hg returns status 1 when nothing is found.

15 years ago(vc-hg-print-log): Fix shortlog arg passing.
Sam Steingold [Tue, 22 Sep 2009 18:16:48 +0000 (18:16 +0000)]
(vc-hg-print-log): Fix shortlog arg passing.

15 years agoConvert to utf-8 encoding.
Stefan Monnier [Tue, 22 Sep 2009 15:53:00 +0000 (15:53 +0000)]
Convert to utf-8 encoding.
(fill-french-nobreak-p): Remove redundant » and « inherited from our
pre-unicode days.

15 years ago(change-log-fill-forward-paragraph): New function.
Stefan Monnier [Tue, 22 Sep 2009 15:39:02 +0000 (15:39 +0000)]
(change-log-fill-forward-paragraph): New function.
(change-log-mode): Use it so fill-region DTRT.
Set fill-indent-according-to-mode here rather than in
change-log-fill-paragraph.
(change-log-fill-paragraph): Remove.

15 years ago* info.el (Info-try-follow-nearest-node): Use the URL extracted by
Juanma Barranquero [Tue, 22 Sep 2009 08:44:16 +0000 (08:44 +0000)]
* info.el (Info-try-follow-nearest-node): Use the URL extracted by
  `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)

15 years ago(calendar-mode-map): Make mouse-1 and 3 clicks on the scroll-bar
Glenn Morris [Tue, 22 Sep 2009 07:37:58 +0000 (07:37 +0000)]
(calendar-mode-map): Make mouse-1 and 3 clicks on the scroll-bar
scroll the calendar window rather than the buffer.

15 years ago(cal-menu-scroll-menu): Add a sub-section with commands that move
Glenn Morris [Tue, 22 Sep 2009 07:15:31 +0000 (07:15 +0000)]
(cal-menu-scroll-menu): Add a sub-section with commands that move
point (as opposed to scrolling).

15 years agoelint stuff
Glenn Morris [Tue, 22 Sep 2009 02:31:54 +0000 (02:31 +0000)]
elint stuff

15 years ago(tpu-copy-keyfile): Fix condition-case handler.
Glenn Morris [Tue, 22 Sep 2009 02:28:43 +0000 (02:28 +0000)]
(tpu-copy-keyfile): Fix condition-case handler.

15 years ago(elint): New custom group.
Glenn Morris [Tue, 22 Sep 2009 02:28:28 +0000 (02:28 +0000)]
(elint): New custom group.
(elint-log-buffer): Make it a defcustom.
(elint-scan-preloaded, elint-ignored-warnings)
(elint-directory-skip-re): New options.
(elint-builtin-variables): Doc fix.
(elint-preloaded-env): New variable.
(elint-unknown-builtin-args): Add an entry for encode-time.
(elint-extra-errors): Make it a variable rather than a constant.
(elint-preloaded-skip-re): New constant.
(elint-directory): Skip files matching elint-directory-skip-re.
(elint-features): New variable, local to linted buffers.
(elint-update-env): Initialize elint-features.  Possibly add
elint-preloaded-env to the buffer's environment.
(elint-get-top-forms): Bind elint-current-pos, for log messages.
Skip quoted forms.
(elint-init-form): New function, extracted from elint-init-env.
Make non-list forms a warning rather than an error.
Add the mode-map for define-derived-mode.  Handle define-minor-mode,
easy-menu-define, put that adds an error-condition, and provide.
When requiring cl, also require cl-macs.  Really require cl, to handle
some cl macros.  Store required libraries in the list elint-features,
so as not to re-load them.  Treat cc-require like require.
(elint-init-env): Call elint-init-form to do the work.
Handle eval-and-compile and such like.
(elint-add-required-env): Do not clear messages.
(elint-special-forms): Add handlers for function, defalias, if, when,
unless, and, or.
(elint-form): Add optional argument to ignore elint-special-forms,
useful to prevent recursive calls from handlers.  Doc fix.
Respect elint-ignored-warnings.
(elint-form): Respect elint-ignored-warnings.
(elint-bound-variable, elint-bound-function): New variables.
(elint-unbound-variable): Respect elint-bound-variable.
(elint-get-args): Respect elint-bound-function.
(elint-check-cond-form): Add some simple handling for (f)boundp and
featurep tests.
(elint-check-defalias-form): New handler.
(elint-check-let-form): Make an empty let a warning rather than an error.
(elint-check-setq-form): Make an empty setq a warning rather than an
error.  Respect elint-ignored-warnings.
(elint-check-defvar-form): Accept null doc-strings.
(elint-check-conditional-form): New handler.  Does some simple-minded
checking of featurep and (f)boundp tests.
(elint-put-function-args): New function.
(elint-initialize): Use elint-scan-doc-file rather than
elint-find-builtin-variables.  Use elint-put-function-args.
Possibly scan preloaded-file-list.
(elint-scan-doc-file): Rename from elint-find-builtin-variables and
extend to handle functions as well.

15 years ago(Building Emacs): Mention preloaded-file-list.
Glenn Morris [Tue, 22 Sep 2009 02:24:20 +0000 (02:24 +0000)]
(Building Emacs): Mention preloaded-file-list.

15 years ago* linum.el (linum-delete-overlays, linum-update-window):
Juanma Barranquero [Tue, 22 Sep 2009 00:06:28 +0000 (00:06 +0000)]
* linum.el (linum-delete-overlays, linum-update-window):
  Do not modify the right margin.  (Bug#3971)

15 years ago* files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
Chong Yidong [Mon, 21 Sep 2009 22:12:28 +0000 (22:12 +0000)]
* files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
nxml-mode instead of xml-mode.

15 years ago* net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
Juanma Barranquero [Mon, 21 Sep 2009 09:51:38 +0000 (09:51 +0000)]
* net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)

15 years ago(dig-mode): Use define-derived-mode.
Stefan Monnier [Mon, 21 Sep 2009 02:28:02 +0000 (02:28 +0000)]
(dig-mode): Use define-derived-mode.

15 years agoMention support for stashes in vc-git.
Dan Nicolaescu [Sun, 20 Sep 2009 19:59:38 +0000 (19:59 +0000)]
Mention support for stashes in vc-git.

15 years ago(vc-do-command): Return the process object in
Dan Nicolaescu [Sun, 20 Sep 2009 19:55:36 +0000 (19:55 +0000)]
(vc-do-command): Return the process object in
the asynchronous case.  Use when instead of if.  Do not run
vc-exec-after to display a message if not enabled.

15 years ago(vc-git-dir-extra-headers): Add keymap and mouse-face
Dan Nicolaescu [Sun, 20 Sep 2009 19:51:35 +0000 (19:51 +0000)]
(vc-git-dir-extra-headers): Add keymap and mouse-face
properties to the stash strings.
(vc-git-stash-list): Return a list of strings.
(vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
(vc-git-stash-show-at-point): New functions.
(vc-git-stash-map): New keymap.

15 years ago(ctl-x-r-map): Define the keys here instead of using autoload.
Dan Nicolaescu [Sun, 20 Sep 2009 18:22:37 +0000 (18:22 +0000)]
(ctl-x-r-map): Define the keys here instead of using autoload.

15 years ago(find_handler_clause): Make stack-trace-on-error work in batch mode (bug#4228).
Stefan Monnier [Sun, 20 Sep 2009 17:05:00 +0000 (17:05 +0000)]
(find_handler_clause): Make stack-trace-on-error work in batch mode (bug#4228).

15 years agoFix a comment.
Eli Zaretskii [Sun, 20 Sep 2009 16:44:50 +0000 (16:44 +0000)]
Fix a comment.

15 years agoFix comments about header lines.
Eli Zaretskii [Sun, 20 Sep 2009 16:06:53 +0000 (16:06 +0000)]
Fix comments about header lines.

15 years ago(bookmark-write-file): Avoid calling `pp' with large
Stefan Monnier [Sun, 20 Sep 2009 14:54:17 +0000 (14:54 +0000)]
(bookmark-write-file): Avoid calling `pp' with large
list, to workaround performance problem (bug#4485).

15 years ago(gud-sentinel): Revert indavertant change.
Nick Roberts [Sun, 20 Sep 2009 05:40:50 +0000 (05:40 +0000)]
(gud-sentinel): Revert indavertant change.

15 years ago*** empty log message ***
Nick Roberts [Sun, 20 Sep 2009 05:37:49 +0000 (05:37 +0000)]
*** empty log message ***

15 years agoFix the last commit.
Daiki Ueno [Sun, 20 Sep 2009 02:16:52 +0000 (02:16 +0000)]
Fix the last commit.

15 years ago(epa-file-cache-passphrase-for-symmetric-encryption):
Daiki Ueno [Sun, 20 Sep 2009 02:01:09 +0000 (02:01 +0000)]
(epa-file-cache-passphrase-for-symmetric-encryption):
Document that this option is not recommended to use.

15 years ago* custom.texi (Rebinding): Add cindex for "binding keys".
Chong Yidong [Sat, 19 Sep 2009 21:26:49 +0000 (21:26 +0000)]
* custom.texi (Rebinding): Add cindex for "binding keys".

15 years ago* frames.texi (Frame Commands): C-z is now bound to suspend-frame.
Chong Yidong [Sat, 19 Sep 2009 21:23:21 +0000 (21:23 +0000)]
* frames.texi (Frame Commands): C-z is now bound to suspend-frame.

* entering.texi (Exiting): C-z is now bound to suspend-frame.

* custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
(Key Bindings): Reference Init Rebinding in introductory text.  Shift
some of the introduction to Keymaps node.
(Keymaps): Simplify.
(Local Keymaps): Simplify.  Move binding example to Init Rebinding.
(Minibuffer Maps): Remove mention of Mocklisp.
(Init Rebinding): Move mode-local rebinding example here from Local
Keymaps.
(Modifier Keys): Clarify.

15 years ago(calc-graph-lookup): Avoid assignment to free variable `var'.
Glenn Morris [Sat, 19 Sep 2009 21:22:45 +0000 (21:22 +0000)]
(calc-graph-lookup): Avoid assignment to free variable `var'.
Delete trailing whitespace.

15 years ago(var): Define for compiler.
Glenn Morris [Sat, 19 Sep 2009 21:11:40 +0000 (21:11 +0000)]
(var): Define for compiler.
Delete trailing whitespace.

15 years ago(line): Define for compiler.
Glenn Morris [Sat, 19 Sep 2009 20:58:19 +0000 (20:58 +0000)]
(line): Define for compiler.

15 years ago* emacs-lisp/advice.el (ad-get-argument, ad-set-argument): Doc
Chong Yidong [Sat, 19 Sep 2009 20:06:54 +0000 (20:06 +0000)]
* emacs-lisp/advice.el (ad-get-argument, ad-set-argument): Doc
fix (Bug#3932).

15 years agoNote removed obsolete functions.
Chong Yidong [Sat, 19 Sep 2009 19:55:00 +0000 (19:55 +0000)]
Note removed obsolete functions.

15 years ago* subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
Chong Yidong [Sat, 19 Sep 2009 19:54:36 +0000 (19:54 +0000)]
* subr.el (baud-rate): Remove long-obsolete function (Bug#4372).

15 years ago* time-stamp.el (time-stamp-month-dd-yyyy)
Chong Yidong [Sat, 19 Sep 2009 19:43:37 +0000 (19:43 +0000)]
* time-stamp.el (time-stamp-month-dd-yyyy)
(time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
(time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
(time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
(time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm): Remove
functions that have been obsolete since 1995 (Bug#4436).

15 years ago* progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
Chong Yidong [Sat, 19 Sep 2009 19:35:15 +0000 (19:35 +0000)]
* progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
indent buffer only if called interactively (Bug#4452).

15 years agoThis fixes bug#4197 (merged to bug#865, though not identical).
Juanma Barranquero [Sat, 19 Sep 2009 14:56:04 +0000 (14:56 +0000)]
This fixes bug#4197 (merged to bug#865, though not identical).

* server.el (server-auth-dir): Add docstring note about FAT32.
  (server-ensure-safe-dir): Accept FAT32 directories as "safe",
  but warn against using them.

15 years ago(gdb-var-update-handler-1): Include case of
Nick Roberts [Sat, 19 Sep 2009 11:45:57 +0000 (11:45 +0000)]
(gdb-var-update-handler-1): Include case of
older GDB where there is no has_more field.

15 years ago*** empty log message ***
Nick Roberts [Sat, 19 Sep 2009 11:45:10 +0000 (11:45 +0000)]
*** empty log message ***

15 years ago(pgg-pgp-encrypt-region): Add missing mapconcat separator.
Glenn Morris [Sat, 19 Sep 2009 03:18:30 +0000 (03:18 +0000)]
(pgg-pgp-encrypt-region): Add missing mapconcat separator.

15 years ago* nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more carefully.
Adrian Robert [Fri, 18 Sep 2009 23:54:04 +0000 (23:54 +0000)]
* nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more carefully.

15 years ago* syntax.c (Fchar_syntax): Minor doc fix (Bug#119).
Chong Yidong [Fri, 18 Sep 2009 23:40:00 +0000 (23:40 +0000)]
* syntax.c (Fchar_syntax): Minor doc fix (Bug#119).

15 years ago* syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
Chong Yidong [Fri, 18 Sep 2009 23:39:44 +0000 (23:39 +0000)]
* syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).

15 years ago* syntax.c (Fchar_syntax): Minor doc fix (Bug#119).
Chong Yidong [Fri, 18 Sep 2009 23:39:04 +0000 (23:39 +0000)]
* syntax.c (Fchar_syntax): Minor doc fix (Bug#119).

15 years ago* nsfns.m (x-focus-frame): Activate the app first.
Adrian Robert [Fri, 18 Sep 2009 23:36:29 +0000 (23:36 +0000)]
* nsfns.m (x-focus-frame): Activate the app first.

15 years ago* README: Note OS X support is now 10.4 or later.
Adrian Robert [Fri, 18 Sep 2009 21:59:25 +0000 (21:59 +0000)]
* README: Note OS X support is now 10.4 or later.

15 years ago* nsterm.m (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
Adrian Robert [Fri, 18 Sep 2009 21:27:11 +0000 (21:27 +0000)]
* nsterm.m (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
     don't update the NSWindow itself.
      (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
    state detection and store user rect ourselves. (Bug #3581)

15 years agoUpdate comment for HAVE_NS code in font_find_for_lface().
Adrian Robert [Fri, 18 Sep 2009 21:16:28 +0000 (21:16 +0000)]
Update comment for HAVE_NS code in font_find_for_lface().

15 years ago* emacs.c (main) [HAVE_NS]: fix error printf in daemon case.
Adrian Robert [Fri, 18 Sep 2009 21:12:09 +0000 (21:12 +0000)]
* emacs.c (main) [HAVE_NS]: fix error printf in daemon case.

15 years agoRe-organize 23.2 News.
Chong Yidong [Fri, 18 Sep 2009 18:48:38 +0000 (18:48 +0000)]
Re-organize 23.2 News.

Document that nxml mode is now the default for XML files.

15 years ago* files.el (auto-mode-alist): Change default for XML files to nXML
Chong Yidong [Fri, 18 Sep 2009 18:42:16 +0000 (18:42 +0000)]
* files.el (auto-mode-alist): Change default for XML files to nXML
mode (Bug#4169).

15 years agoUpdate.
Juanma Barranquero [Fri, 18 Sep 2009 16:59:36 +0000 (16:59 +0000)]
Update.

15 years ago* server.el (server-ensure-safe-dir): Pass 'integer
Juanma Barranquero [Fri, 18 Sep 2009 16:55:21 +0000 (16:55 +0000)]
* server.el (server-ensure-safe-dir): Pass 'integer
  to `file-attributes', as suggested.

15 years ago(dired-query-alist): Remove spurious backslash.
Stefan Monnier [Fri, 18 Sep 2009 15:35:23 +0000 (15:35 +0000)]
(dired-query-alist): Remove spurious backslash.
(dired-query): Use read-key.

15 years ago* nsfns.m (x-close-connection): Drop PSFlush() under OS X.
Adrian Robert [Fri, 18 Sep 2009 15:34:23 +0000 (15:34 +0000)]
* nsfns.m (x-close-connection): Drop PSFlush() under OS X.

15 years ago* cus-start.el (ns-use-qd-smoothing): Remove.
Adrian Robert [Fri, 18 Sep 2009 15:33:26 +0000 (15:33 +0000)]
* cus-start.el (ns-use-qd-smoothing): Remove.

15 years ago* emacs.c (inhibit_x_resources): Update doc string for NS.
Adrian Robert [Fri, 18 Sep 2009 15:14:14 +0000 (15:14 +0000)]
* emacs.c (inhibit_x_resources): Update doc string for NS.
(main) [HAVE_NS]: Don't process --no-init-file option.  Remove
legacy code for -NXHost.

* nsterm.h (ns_no_defaults): Remove.

* nsterm.m (ns_no_defaults): Remove.
(ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
(ns_use_qd_smoothing): Remove legacy variable.

* nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
ns_use_qd_smoothing.

* nsfns.m (x_get_string_resource): Ape just-previous changes to other
platform versions.  Drop support for emacs-20-style face specs.

15 years ago(x_get_string_resource): Ape just-previous changes to other platform versions. Drop...
Adrian Robert [Fri, 18 Sep 2009 15:12:54 +0000 (15:12 +0000)]
(x_get_string_resource): Ape just-previous changes to other platform versions.  Drop support for emacs-20-style face specs.

15 years ago(nsfont_draw) [NS_IMPL_COCOA]: Don't use ns_use_qd_smoothing.
Adrian Robert [Fri, 18 Sep 2009 15:12:34 +0000 (15:12 +0000)]
(nsfont_draw) [NS_IMPL_COCOA]: Don't use ns_use_qd_smoothing.

15 years ago(ns_no_defaults): Remove. (ns_term_init): Switch ns_no_defaults -> inhibit_x_resourc...
Adrian Robert [Fri, 18 Sep 2009 15:12:15 +0000 (15:12 +0000)]
(ns_no_defaults): Remove.  (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.  (ns_use_qd_smoothing): Remove legacy variable.

15 years ago(ns_no_defaults): Remove.
Adrian Robert [Fri, 18 Sep 2009 15:11:55 +0000 (15:11 +0000)]
(ns_no_defaults): Remove.

15 years ago(inhibit_x_resources): Update doc string for NS. (main) [HAVE_NS]: Don't process...
Adrian Robert [Fri, 18 Sep 2009 15:11:38 +0000 (15:11 +0000)]
(inhibit_x_resources): Update doc string for NS.  (main) [HAVE_NS]: Don't process --no-init-file option.  Remove legacy code for -NXHost.

15 years ago(top-level): Remove unnecessary progn.
Glenn Morris [Fri, 18 Sep 2009 07:49:47 +0000 (07:49 +0000)]
(top-level): Remove unnecessary progn.

15 years ago(speedbar-track-mouse): Fix typo in condition-case handler.
Glenn Morris [Fri, 18 Sep 2009 07:48:56 +0000 (07:48 +0000)]
(speedbar-track-mouse): Fix typo in condition-case handler.

15 years agoFix typos in condition-case handlers.
Glenn Morris [Fri, 18 Sep 2009 07:39:56 +0000 (07:39 +0000)]
Fix typos in condition-case handlers.

15 years ago(nxml-end-of-heading): Fix typo in condition-case handler.
Glenn Morris [Fri, 18 Sep 2009 07:25:14 +0000 (07:25 +0000)]
(nxml-end-of-heading): Fix typo in condition-case handler.

15 years ago(js-end-of-defun): Remove malformed and unneeded let.
Glenn Morris [Fri, 18 Sep 2009 07:16:49 +0000 (07:16 +0000)]
(js-end-of-defun): Remove malformed and unneeded let.

15 years ago(define-derived-mode): Fix paren typo in definition of abbrev table.
Glenn Morris [Fri, 18 Sep 2009 07:14:43 +0000 (07:14 +0000)]
(define-derived-mode): Fix paren typo in definition of abbrev table.

15 years agoFix typos in condition-case handlers.
Glenn Morris [Fri, 18 Sep 2009 07:07:33 +0000 (07:07 +0000)]
Fix typos in condition-case handlers.

15 years ago(gud-speedbar-item-info): Adjust for change to
Nick Roberts [Fri, 18 Sep 2009 02:01:26 +0000 (02:01 +0000)]
(gud-speedbar-item-info): Adjust for change to
gdb-var-list.
(gud-speedbar-buttons): Make node expandable if expression "has more"
children.

15 years ago(gdb-frame-address): New variable.
Nick Roberts [Fri, 18 Sep 2009 02:00:59 +0000 (02:00 +0000)]
(gdb-frame-address): New variable.
(gdb-var-list): Add an element for has_more field.
(gdb-non-stop-handler): Enable pretty printing for STL containers.
(gdb-var-create-handler, gdb-var-list-children-handler-1)
(gdb-var-update-handler-1): Parse output of dynamic variable
objects (STL containers).
(gdb-var-delete-1): Pass var1 as an explicit second argument.
(gdb-get-field): Delete alias.  Use bindat-get-field directly.

15 years ago*** empty log message ***
Nick Roberts [Fri, 18 Sep 2009 02:00:18 +0000 (02:00 +0000)]
*** empty log message ***

15 years agoAdd arch tagline
Miles Bader [Thu, 17 Sep 2009 23:49:15 +0000 (23:49 +0000)]
Add arch tagline

15 years agoThe --quick command line option now ignores X resources and Registry settings.
Juanma Barranquero [Thu, 17 Sep 2009 23:04:41 +0000 (23:04 +0000)]
The --quick command line option now ignores X resources and Registry settings.

* etc/NEWS: Mention new behavior of -Q and new variable `inhibit-x-resources'.

* lisp/startup.el (emacs-quick-startup): Remove variable and all uses.
  (command-line): Set `inhibit-x-resources' instead.
  (command-line-1): Use `inhibit-x-resources' instead.

* src/emacs.c (inhibit_x_resources): New variable.
  (main) [HAVE_NS]: Don't process --quick command line option.
  (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.

* src/lisp.h (inhibit_x_resources): Declare it extern.

* src/w32reg.c (x_get_string_resource):
* src/xrdb.c (x_get_string_resource): Obey inhibit_x_resources.

15 years ago* subr.el: Fix last change to avoid using the `unless' macro, which
Chong Yidong [Thu, 17 Sep 2009 20:47:48 +0000 (20:47 +0000)]
* subr.el: Fix last change to avoid using the `unless' macro, which
breaks bootstrapping.

15 years ago(MSDOS_SUPPORT, SOME_MACHINE_LISP): Add lisp/term/internal.elc.
Eli Zaretskii [Thu, 17 Sep 2009 18:06:57 +0000 (18:06 +0000)]
(MSDOS_SUPPORT, SOME_MACHINE_LISP): Add lisp/term/internal.elc.

15 years ago(OTHER_FILES): Edit to empty.
Eli Zaretskii [Thu, 17 Sep 2009 18:02:58 +0000 (18:02 +0000)]
(OTHER_FILES): Edit to empty.

15 years agoRequire CL for the `loop' macro.
Stefan Monnier [Thu, 17 Sep 2009 16:43:25 +0000 (16:43 +0000)]
Require CL for the `loop' macro.

15 years ago(x_get_resource_string): Re-add for non-toolkit builds (bug#4461).
Stefan Monnier [Thu, 17 Sep 2009 16:41:55 +0000 (16:41 +0000)]
(x_get_resource_string): Re-add for non-toolkit builds (bug#4461).

15 years ago(eval-next-after-load): Mark as obsolete.
Stefan Monnier [Thu, 17 Sep 2009 15:58:56 +0000 (15:58 +0000)]
(eval-next-after-load): Mark as obsolete.

15 years ago(push, pop, dolist, dotimes, declare): Don't overwrite CL's
Stefan Monnier [Thu, 17 Sep 2009 15:58:35 +0000 (15:58 +0000)]
(push, pop, dolist, dotimes, declare): Don't overwrite CL's
extended definitions, in case we reload subr.el after having
loaded CL.
(eval-next-after-load): Mark as obsolete.

15 years ago(menu-bar-search-menu, menu-bar-edit-menu)
Juri Linkov [Thu, 17 Sep 2009 10:31:15 +0000 (10:31 +0000)]
(menu-bar-search-menu, menu-bar-edit-menu)
(menu-bar-options-menu, menu-bar-showhide-fringe-menu)
(menu-bar-showhide-menu, menu-bar-tools-menu)
(menu-bar-describe-menu, menu-bar-help-menu)
(minibuffer-local-completion-map, minibuffer-local-map):
Fix list quoting.

15 years ago(byte-compile-form): Always check the function arguments, whether or
Glenn Morris [Thu, 17 Sep 2009 07:29:43 +0000 (07:29 +0000)]
(byte-compile-form): Always check the function arguments, whether or
not it has a handler.

15 years ago(lisp-mode-syntax-table): Give it a doc-string.
Glenn Morris [Thu, 17 Sep 2009 06:28:32 +0000 (06:28 +0000)]
(lisp-mode-syntax-table): Give it a doc-string.

15 years ago(emacs-lisp-mode-syntax-table): Give it a doc-string.
Glenn Morris [Thu, 17 Sep 2009 06:26:59 +0000 (06:26 +0000)]
(emacs-lisp-mode-syntax-table): Give it a doc-string.

15 years ago(ansi-color-get-face-1): Fix typo in handler.
Glenn Morris [Thu, 17 Sep 2009 06:19:57 +0000 (06:19 +0000)]
(ansi-color-get-face-1): Fix typo in handler.

15 years agoUpdated from master source.
Dan Nicolaescu [Thu, 17 Sep 2009 06:14:33 +0000 (06:14 +0000)]
Updated from master source.

15 years ago* puresize.h (BASE_PURESIZE): Increase to 1290000.
Dan Nicolaescu [Thu, 17 Sep 2009 06:10:44 +0000 (06:10 +0000)]
* puresize.h (BASE_PURESIZE): Increase to 1290000.

* Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
(OBJECTS_MACHINE): Remove, unused.

* configure.in (OTHER_FILES): Define using autoconf not cpp.

15 years ago(hard-newline): Give it a doc-string.
Glenn Morris [Thu, 17 Sep 2009 06:02:20 +0000 (06:02 +0000)]
(hard-newline): Give it a doc-string.

15 years ago(menu-bar-file-menu, menu-bar-file-menu)
Dan Nicolaescu [Thu, 17 Sep 2009 05:30:17 +0000 (05:30 +0000)]
(menu-bar-file-menu, menu-bar-file-menu)
(menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
(menu-bar-options-menu, menu-bar-showhide-menu)
(menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
(menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
(menu-bar-options-menu, menu-bar-line-wrapping-menu)
(menu-bar-options-menu, menu-bar-tools-menu)
(menu-bar-describe-menu, menu-bar-search-documentation-menu)
(menu-bar-help-menu):
(menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
string arguments.

15 years ago(menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
Dan Nicolaescu [Thu, 17 Sep 2009 02:53:38 +0000 (02:53 +0000)]
(menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
(menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
calls for the menu names and :help.