bpt/emacs.git
14 years ago* menu-bar.el (list-buffers-directory): Add docstring.
Juanma Barranquero [Fri, 25 Sep 2009 04:35:14 +0000 (04:35 +0000)]
* menu-bar.el (list-buffers-directory): Add docstring.
  Make automatically buffer-local.

* dired.el (dired-mode):
* files.el (cd-absolute):
* pcvs.el (cvs-temp-buffer):
* pcvs-util.el (cvs-get-buffer-create):
* shell.el (shell-mode):
* vc-dir.el (vc-dir-mode):
  Don't make `list-buffers-directory' buffer local.

14 years ago* comint.el (comint-exec, comint-run, make-comint): Doc
Chong Yidong [Fri, 25 Sep 2009 03:42:22 +0000 (03:42 +0000)]
* comint.el (comint-exec, comint-run, make-comint): Doc
fixes (Bug#4542).

14 years agoRegenerate.
Glenn Morris [Fri, 25 Sep 2009 03:39:23 +0000 (03:39 +0000)]
Regenerate.

14 years ago(rmail-mime): New custom group.
Glenn Morris [Fri, 25 Sep 2009 03:39:04 +0000 (03:39 +0000)]
(rmail-mime): New custom group.
Move all defcustoms in this file into this group.
(rmail-mime-media-type-handlers-alist): Revert previous change.
(rmail-mime-show-images): New option.
(rmail-mime-total-number-of-bulk-attachments): Remove variable and all
references to it, since it wasn't actually used for anything.
(rmail-mime-insert-image): New function.
(rmail-mime-image): Use rmail-mime-insert-image.
(rmail-mime-bulk-handler): Remove optional `image' argument, instead
obey the value of `rmail-mime-show-images' option.

14 years ago* display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
Chong Yidong [Fri, 25 Sep 2009 03:36:16 +0000 (03:36 +0000)]
* display.texi (Managing Overlays): Document copy-overlay (Bug#4549).

14 years agoFix URL (Bug#4521).
Chong Yidong [Fri, 25 Sep 2009 03:24:52 +0000 (03:24 +0000)]
Fix URL (Bug#4521).

14 years agoNew version 12. Bug#4177
Vinicius Jose Latorre [Fri, 25 Sep 2009 02:23:51 +0000 (02:23 +0000)]
New version 12.  Bug#4177

14 years ago* progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
Juanma Barranquero [Fri, 25 Sep 2009 00:32:21 +0000 (00:32 +0000)]
* progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)

14 years agoUpdate.
Juanma Barranquero [Fri, 25 Sep 2009 00:30:31 +0000 (00:30 +0000)]
Update.

14 years ago* nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
Chong Yidong [Thu, 24 Sep 2009 23:22:17 +0000 (23:22 +0000)]
* nxml/nxml-mode.el: Alias xml-mode to nxml-mode.

* textmodes/sgml-mode.el: Remove xml-mode alias.

* files.el (auto-mode-alist, conf-mode-maybe)
(magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21
changes.

14 years ago(c-scan-conditionals): A new function like c-forward-conditionals, but it
Alan Mackenzie [Thu, 24 Sep 2009 20:19:58 +0000 (20:19 +0000)]
(c-scan-conditionals): A new function like c-forward-conditionals, but it
doesn't move point and doesn't set the mark.
(c-up-conditional, c-up-conditional-with-else, c-down-conditional)
(c-down-conditional-with-else, c-backward-conditional)
(c-forward-conditional): Refactor to use c-scan-conditionals.

14 years ago*** empty log message ***
Alan Mackenzie [Thu, 24 Sep 2009 20:18:56 +0000 (20:18 +0000)]
*** empty log message ***

14 years ago* help-fns.el (help-downcase-arguments): New option, defaulting to nil.
Juanma Barranquero [Thu, 24 Sep 2009 19:19:41 +0000 (19:19 +0000)]
* help-fns.el (help-downcase-arguments): New option, defaulting to nil.
  (help-default-arg-highlight): Remove.
  (help-highlight-arg): New function.
  (help-do-arg-highlight): Use it.
  Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)

* NEWS: Mention new variable `help-downcase-arguments'
  and new default for arguments in *Help* buffers.

14 years ago(term-set-scroll-region, term-handle-ansi-escape):
Stefan Monnier [Thu, 24 Sep 2009 18:10:44 +0000 (18:10 +0000)]
(term-set-scroll-region, term-handle-ansi-escape):
Undo last change, which didn't fix the problem and introduced others.

14 years ago* frame.c (xrdb_get_resource): Return nil for empty string resources;
Juanma Barranquero [Thu, 24 Sep 2009 16:59:14 +0000 (16:59 +0000)]
* frame.c (xrdb_get_resource): Return nil for empty string resources;
  some parts of Emacs code (like font selection) don't grok them.  See
  http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html

14 years agoDon't require speedbar.
Nick Roberts [Thu, 24 Sep 2009 12:30:08 +0000 (12:30 +0000)]
Don't require speedbar.
(gdb-jsonify-buffer): Handle case where "=" is part of value string.

14 years ago*** empty log message ***
Nick Roberts [Thu, 24 Sep 2009 12:29:39 +0000 (12:29 +0000)]
*** empty log message ***

14 years ago(decode_coding_iso_2022): Fix operator precedence.
Andreas Schwab [Thu, 24 Sep 2009 08:18:40 +0000 (08:18 +0000)]
(decode_coding_iso_2022): Fix operator precedence.

14 years ago(diary-fancy-display): Always run the hook.
Glenn Morris [Thu, 24 Sep 2009 03:26:51 +0000 (03:26 +0000)]
(diary-fancy-display): Always run the hook.

14 years ago(ns-reg-to-script): Define for compiler.
Glenn Morris [Thu, 24 Sep 2009 03:22:40 +0000 (03:22 +0000)]
(ns-reg-to-script): Define for compiler.

14 years ago(rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
Glenn Morris [Thu, 24 Sep 2009 03:21:20 +0000 (03:21 +0000)]
(rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
(rmail-mime-bulk-handler): Optionally handle images.
(rmail-mime-image): New button action.
(rmail-mime-image-handler): New function.
(rmail-mime-mode): New mode.
(rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).

14 years ago(rmail-mime-multipart-handler): Accept the case where
Glenn Morris [Thu, 24 Sep 2009 03:15:27 +0000 (03:15 +0000)]
(rmail-mime-multipart-handler): Accept the case where
there is no newline after the final mime boundary.  (Bug#4539)
Move markers on insertion so that any buttons inserted don't end up in
the next part of a multipart message.

14 years ago(minibuffer-force-complete): Cycle the list, rather
Stefan Monnier [Thu, 24 Sep 2009 02:37:37 +0000 (02:37 +0000)]
(minibuffer-force-complete): Cycle the list, rather
than just dropping elements from it (bug#4504).

14 years ago* term.el (term-set-scroll-region): Don't move cursor any more.
Stefan Monnier [Thu, 24 Sep 2009 02:15:11 +0000 (02:15 +0000)]
* term.el (term-set-scroll-region): Don't move cursor any more.
(term-handle-ansi-escape): Call term-goto here instead.
Suggested by Ivan Kanis <apple@kanis.eu>.

14 years agoRequire CL.
Stefan Monnier [Thu, 24 Sep 2009 02:04:25 +0000 (02:04 +0000)]
Require CL.
(term-ansi-reset): New function.
(term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
(term-handle-colors-array): Simplify.

14 years agoFix typo in comment.
Juanma Barranquero [Thu, 24 Sep 2009 01:44:35 +0000 (01:44 +0000)]
Fix typo in comment.

14 years agoFix typos.
Juanma Barranquero [Thu, 24 Sep 2009 01:37:14 +0000 (01:37 +0000)]
Fix typos.

* allout.el
* dired-aux.el
* dired-x.el
* epa-file.el
* ps-print.el
* shell.el
* vc-hooks.el
* vc-rcs.el
* vc-sccs.el
* vc.el
* view.el
* wdired.el
* emacs-lisp/authors.el
* net/dig.el
* net/socks.el
* net/zeroconf.el
* obsolete/vc-mcvs.el
* progmodes/gdb-mi.el
* progmodes/grep.el
* progmodes/idlw-help.el
* progmodes/idlw-shell.el
* progmodes/idlwave.el
* progmodes/inf-lisp.el
* textmodes/bibtex.el
* textmodes/ispell.el
* textmodes/reftex-toc.el

14 years ago(term-bold-attribute): New var.
Stefan Monnier [Thu, 24 Sep 2009 01:20:36 +0000 (01:20 +0000)]
(term-bold-attribute): New var.
(term-handle-colors-array): Use it.

14 years ago* dired.c (Fdirectory_files): Fix typo in docstring.
Juanma Barranquero [Thu, 24 Sep 2009 01:04:27 +0000 (01:04 +0000)]
* dired.c (Fdirectory_files): Fix typo in docstring.

14 years ago* gnus-art.el (gnus-article-encrypt-body):
Juanma Barranquero [Wed, 23 Sep 2009 23:58:40 +0000 (23:58 +0000)]
* gnus-art.el (gnus-article-encrypt-body):
* message.el (message-check-recipients):
* mm-util.el (mm-codepage-setup):
* nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
  (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.

14 years ago* org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
Juanma Barranquero [Wed, 23 Sep 2009 23:55:26 +0000 (23:55 +0000)]
* org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
  (org-shiftselect-error, org-ctrl-c-ctrl-c):
* org-agenda.el (org-agenda-undo, org-check-for-org-mode):
* org-attach.el (org-attach-check-absolute-path):
* org-docbook.el (org-export-as-docbook):
* org-html.el (org-export-as-html):
* org-id.el (org-id-update-id-locations):
* org-table.el (org-table-fedit-lisp-indent, orgtbl-send-table):
Fix typos in error messages.

14 years ago(gdb-version): New variable.
Nick Roberts [Wed, 23 Sep 2009 23:22:13 +0000 (23:22 +0000)]
(gdb-version): New variable.
(gdb-non-stop-handler): Set gdb-version.
(gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
Condition "--thread" option on gdb-version.
(gdb-invalidate-threads): Remove unused argument.

14 years ago*** empty log message ***
Nick Roberts [Wed, 23 Sep 2009 23:21:47 +0000 (23:21 +0000)]
*** empty log message ***

14 years ago(sgml-mode-flyspell-verify): Pass limit args
Stefan Monnier [Wed, 23 Sep 2009 23:05:37 +0000 (23:05 +0000)]
(sgml-mode-flyspell-verify): Pass limit args
to looking-back to avoid ridiculous slow down in large files (bug#4511).

14 years ago* README: Note GNUstep support is now Startup 0.23 or later.
Adrian Robert [Wed, 23 Sep 2009 18:27:07 +0000 (18:27 +0000)]
* README: Note GNUstep support is now Startup 0.23 or later.

14 years ago* nsterm.m (EV_TIMESTAMP, x_set_window_size)
Adrian Robert [Wed, 23 Sep 2009 18:21:50 +0000 (18:21 +0000)]
* nsterm.m (EV_TIMESTAMP, x_set_window_size)
(EmacsApp-application:openFiles:): Remove GNUstep conditionals.
(EmacsScroller-setPosition:portion:whole:): Remove -display call
under GNUstep.
(EmacsView-initFrameFromEmacs:): Set autoresizing mask.

* nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
glyph advancement.

14 years ago* nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
Adrian Robert [Wed, 23 Sep 2009 18:21:04 +0000 (18:21 +0000)]
* nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
glyph advancement.

14 years ago* nsterm.m (EV_TIMESTAMP, x_set_window_size)
Adrian Robert [Wed, 23 Sep 2009 18:20:03 +0000 (18:20 +0000)]
* nsterm.m (EV_TIMESTAMP, x_set_window_size)
(EmacsApp-application:openFiles:): Remove GNUstep conditionals.
(EmacsScroller-setPosition:portion:whole:): Remove -display call
under GNUstep.
(EmacsView-initFrameFromEmacs:): Set autoresizing mask.

14 years ago(rmail-reply): Don't try to add a References header when replying to
Glenn Morris [Wed, 23 Sep 2009 06:20:23 +0000 (06:20 +0000)]
(rmail-reply): Don't try to add a References header when replying to
mail without References or Message-Id.  (Bug#4525)

14 years ago* nsfont.m (Vns_reg_to_script): New lisp variable.
Adrian Robert [Wed, 23 Sep 2009 02:38:08 +0000 (02:38 +0000)]
* nsfont.m (Vns_reg_to_script): New lisp variable.
(syms_of_nsfont): Declare it.
(ns_registry_to_script): New function.
(ns_get_req_script): Call it.
(ns_findfonts): Don't give up on non-unicode registry.

* font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.

14 years ago* nsfont.m (Vns_reg_to_script): New lisp variable.
Adrian Robert [Wed, 23 Sep 2009 02:36:57 +0000 (02:36 +0000)]
* nsfont.m (Vns_reg_to_script): New lisp variable.
(syms_of_nsfont): Declare it.
(ns_registry_to_script): New function.
(ns_get_req_script): Call it.
(ns_findfonts): Don't give up on non-unicode registry.

14 years ago* font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
Adrian Robert [Wed, 23 Sep 2009 02:35:54 +0000 (02:35 +0000)]
* font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.

14 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.

14 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.

14 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.

14 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'.

14 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

14 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).

14 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).

14 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.

14 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.

14 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.

14 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.

14 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.

14 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)

14 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.

14 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).

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

14 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.

14 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.

14 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.

14 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)

14 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.

14 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)

14 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.

14 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.

14 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.

14 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.

14 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.

14 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).

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

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

14 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).

14 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.

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

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

14 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.

14 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".

14 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.

14 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.

14 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.

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

14 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).

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

14 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).

14 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).

14 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).

14 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.

14 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.

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

14 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.

14 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.

14 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).

14 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).

14 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).

14 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.

14 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.

14 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)

14 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().

14 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.