]> git.eshelyaron.com Git - emacs.git/log
emacs.git
14 years ago(get_next_display_element): Use an enum in last change.
Stefan Monnier [Mon, 28 Sep 2009 02:01:52 +0000 (02:01 +0000)]
(get_next_display_element): Use an enum in last change.

14 years agoFix doc string.
Vinicius Jose Latorre [Mon, 28 Sep 2009 01:57:33 +0000 (01:57 +0000)]
Fix doc string.

14 years ago* emacs-lisp/eieio-datadebug.el: New file.
Chong Yidong [Mon, 28 Sep 2009 01:41:23 +0000 (01:41 +0000)]
* emacs-lisp/eieio-datadebug.el: New file.

14 years ago* cedet/mode-local.el: New file.
Chong Yidong [Mon, 28 Sep 2009 01:39:27 +0000 (01:39 +0000)]
* cedet/mode-local.el: New file.

14 years ago* cedet/cedet-cscope.el:
Chong Yidong [Mon, 28 Sep 2009 01:28:41 +0000 (01:28 +0000)]
* cedet/cedet-cscope.el:
* cedet/cedet-files.el:
* cedet/cedet-global.el:
* cedet/cedet-idutils.el:
* cedet/data-debug.el:
* cedet/inversion.el:
* cedet/pulse.el: New files.

14 years agoPay attention to
Kenichi Handa [Mon, 28 Sep 2009 01:05:20 +0000 (01:05 +0000)]
Pay attention to
unibyte_display_via_language_environment in handling
Vnobreak_char_display.

14 years agoeieio.el: Fix last change.
Chong Yidong [Mon, 28 Sep 2009 00:59:27 +0000 (00:59 +0000)]
eieio.el: Fix last change.

14 years ago* emacs-lisp/chart.el:
Chong Yidong [Mon, 28 Sep 2009 00:49:54 +0000 (00:49 +0000)]
* emacs-lisp/chart.el:
* emacs-lisp/eieio-base.el:
* emacs-lisp/eieio-comp.el:
* emacs-lisp/eieio-custom.el:
* emacs-lisp/eieio-opt.el:
* emacs-lisp/eieio-speedbar.el:
* emacs-lisp/eieio.el: New files.

14 years agolisp/emacs-lisp/cl-loaddefs.el: Regenerate.
Chong Yidong [Mon, 28 Sep 2009 00:22:09 +0000 (00:22 +0000)]
lisp/emacs-lisp/cl-loaddefs.el: Regenerate.

14 years ago* menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
Chong Yidong [Sun, 27 Sep 2009 23:25:03 +0000 (23:25 +0000)]
* 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.

14 years ago(string_buffer_position): Fix commentary.
Eli Zaretskii [Sun, 27 Sep 2009 19:11:13 +0000 (19:11 +0000)]
(string_buffer_position): Fix commentary.

14 years ago(move_it_in_display_line_to): Fix a typo in a comment.
Eli Zaretskii [Sun, 27 Sep 2009 17:32:05 +0000 (17:32 +0000)]
(move_it_in_display_line_to): Fix a typo in a comment.

14 years ago* menu.c (find_and_return_menu_selection) [HAVE_NS]: Remove double-casting in client_...
Adrian Robert [Sun, 27 Sep 2009 16:21:47 +0000 (16:21 +0000)]
* menu.c (find_and_return_menu_selection) [HAVE_NS]: Remove double-casting in client_data comparison.

14 years ago* term/ns-win.el: Don't set the region face background. (Bug#4381)
Adrian Robert [Sun, 27 Sep 2009 16:11:10 +0000 (16:11 +0000)]
* term/ns-win.el: Don't set the region face background. (Bug#4381)

* faces.el: Default light-background background for region face to
ns_selection_color under NS.

14 years agoDefault light-background background for region face to ns_selection_color under NS.
Adrian Robert [Sun, 27 Sep 2009 16:06:33 +0000 (16:06 +0000)]
Default light-background background for region face to ns_selection_color under NS.

14 years agoDon't set the region face background.
Adrian Robert [Sun, 27 Sep 2009 16:06:04 +0000 (16:06 +0000)]
Don't set the region face background.

14 years ago* nsterm.h (ns_app_name): New extern variable.
Adrian Robert [Sun, 27 Sep 2009 15:50:39 +0000 (15:50 +0000)]
* nsterm.h (ns_app_name): New extern variable.

* nsterm.m (ns_app_name): New variable.
(ns_term_init): Set and use it.
(ns_term_shutdown): Use it.

* nsmenu.m (ns_update_menubar): Use ns_app_name.  Sync with xmenu.c.
(EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.

* nsfns.m (ns_set_name_iconic, ns_set_name)
(ns_set_name_as_filename, x-create-frame, ns-get-resource)
(ns-set-resource): Use ns_app_name instead of NSProcessInfo call.

14 years ago(ns_set_name_iconic, ns_set_name, ns_set_name_as_filename, x-create-frame, ns-get...
Adrian Robert [Sun, 27 Sep 2009 15:49:26 +0000 (15:49 +0000)]
(ns_set_name_iconic, ns_set_name, ns_set_name_as_filename, x-create-frame, ns-get-resource, ns-set-resource): Use ns_app_name instead of NSProcessInfo call.

14 years ago(ns_update_menubar): Use ns_app_name. Sync with xmenu.c. (EmacsMenu-clear:, ns_popu...
Adrian Robert [Sun, 27 Sep 2009 15:49:08 +0000 (15:49 +0000)]
(ns_update_menubar): Use ns_app_name.  Sync with xmenu.c.  (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.

14 years ago(ns_app_name): New variable. (ns_term_init): Set and use it. (ns_term_shutdown...
Adrian Robert [Sun, 27 Sep 2009 15:48:51 +0000 (15:48 +0000)]
(ns_app_name): New variable.  (ns_term_init): Set and use it.  (ns_term_shutdown): Use it.

14 years ago(ns_app_name): New extern variable.
Adrian Robert [Sun, 27 Sep 2009 15:48:30 +0000 (15:48 +0000)]
(ns_app_name): New extern variable.

14 years ago* net/imap-hash.el: New library, see NEWS.
Teodor Zlatanov [Sun, 27 Sep 2009 14:47:50 +0000 (14:47 +0000)]
* net/imap-hash.el: New library, see NEWS.

* Makefile.in (ELCFILES): Add imap-hash.el.

* NEWS: Mention new library imap-hash.el

14 years ago(erc-button-keymap): Bind `follow-link'.
Johan Bockgård [Sun, 27 Sep 2009 13:08:27 +0000 (13:08 +0000)]
(erc-button-keymap): Bind `follow-link'.

14 years ago(move_it_in_display_line_to): Fix a typo in a comment.
Eli Zaretskii [Sun, 27 Sep 2009 11:49:20 +0000 (11:49 +0000)]
(move_it_in_display_line_to): Fix a typo in a comment.

14 years ago(OTHER_PLATFORM_SUPPORT): Add term/internal.elc, term/pc-win.elc,
Eli Zaretskii [Sun, 27 Sep 2009 08:27:57 +0000 (08:27 +0000)]
(OTHER_PLATFORM_SUPPORT): Add term/internal.elc, term/pc-win.elc,
emacs-lisp/easymenu.elc, and term/ns-win.elc, to be consistent with
src/Makefile.in.

14 years ago(make_lispy_event): Remember last wheel direction.
YAMAMOTO Mitsuharu [Sun, 27 Sep 2009 04:40:41 +0000 (04:40 +0000)]
(make_lispy_event): Remember last wheel direction.
(syms_of_keyboard) <wheel_syms>: Compute array size at compile time.

14 years ago* help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
Stefan Monnier [Sun, 27 Sep 2009 00:27:21 +0000 (00:27 +0000)]
* help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
* isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
* help-macro.el (make-help-screen): Avoid using an ambiguous function
definition where the docstring could be taken for the return value.

14 years agoComments.
Glenn Morris [Sat, 26 Sep 2009 20:02:42 +0000 (20:02 +0000)]
Comments.

14 years agoComments.
Glenn Morris [Sat, 26 Sep 2009 19:49:17 +0000 (19:49 +0000)]
Comments.

14 years ago(MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in internal.elc.
Glenn Morris [Sat, 26 Sep 2009 19:40:55 +0000 (19:40 +0000)]
(MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in internal.elc.
Add term/pc-win.elc.
(WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and term/x-win.elc.
(WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and term/w32-win.elc.
(NS_SUPPORT): New.
(lisp): Add NS_SUPPORT.
(SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.

14 years agoRegenerate.
Glenn Morris [Sat, 26 Sep 2009 19:21:07 +0000 (19:21 +0000)]
Regenerate.

14 years ago(rmail-mime-show-images, rmail-mime-bulk-handler):
Glenn Morris [Sat, 26 Sep 2009 19:20:48 +0000 (19:20 +0000)]
(rmail-mime-show-images, rmail-mime-bulk-handler):
Add option to only show images below a certain size.
(rmail-mime-multipart-handler): Remove unnecessary save-match-data and
save-excursion calls.

14 years ago(WINS_ALMOST): Fix last change.
Eli Zaretskii [Sat, 26 Sep 2009 18:43:22 +0000 (18:43 +0000)]
(WINS_ALMOST): Fix last change.

14 years ago(erc-button-add-button): Only call `widget-convert-button' in XEmacs.
Johan Bockgård [Sat, 26 Sep 2009 14:16:33 +0000 (14:16 +0000)]
(erc-button-add-button): Only call `widget-convert-button' in XEmacs.
For Emacs (at least), it doesn't seem to have any purpose except
creating lots of overlays, slowing everything down.

14 years ago(WINS_ALMOST): Add cedet (with its subdirectories) and eieio.
Eli Zaretskii [Sat, 26 Sep 2009 09:41:02 +0000 (09:41 +0000)]
(WINS_ALMOST): Add cedet (with its subdirectories) and eieio.

15 years agocc-langs.el (c-nonlabel-token-key): Allow quoted character constants (as
Alan Mackenzie [Sat, 26 Sep 2009 09:18:41 +0000 (09:18 +0000)]
cc-langs.el (c-nonlabel-token-key): Allow quoted character constants (as
case labels).

cc-engine.el (c-beginning-of-statement-1): Correct buggy bracketing.

15 years ago*** empty log message ***
Alan Mackenzie [Sat, 26 Sep 2009 09:08:54 +0000 (09:08 +0000)]
*** empty log message ***

15 years ago* files.el (safe-local-eval-forms): Allow time-stamp in
Chong Yidong [Fri, 25 Sep 2009 22:04:07 +0000 (22:04 +0000)]
* files.el (safe-local-eval-forms): Allow time-stamp in
before-save-hook (Bug#4554).

15 years ago2009-09-25 Tassilo Horn <tassilo@member.fsf.org>
Tassilo Horn [Fri, 25 Sep 2009 21:47:47 +0000 (21:47 +0000)]
2009-09-25  Tassilo Horn  <tassilo@member.fsf.org>

* dired.texi (Dired Navigation): Use @code instead of @var for
dired-isearch-filenames, so that it's not capitalized.

15 years ago* menu-bar.el (list-buffers-directory): Doc fix.
Juanma Barranquero [Fri, 25 Sep 2009 18:49:01 +0000 (18:49 +0000)]
* menu-bar.el (list-buffers-directory): Doc fix.

15 years ago(log-edit-changelog-entries): Avoid inf-loops.
Stefan Monnier [Fri, 25 Sep 2009 17:57:09 +0000 (17:57 +0000)]
(log-edit-changelog-entries): Avoid inf-loops.
Try and avoid copying twice the same paragraph.
(log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
Remove save-excursion.
(log-edit-changelog-entry): Do it here instead.

15 years agonsmenu.m (EmacsMenu-clear): Recognize application menu
David Reitter [Fri, 25 Sep 2009 17:40:53 +0000 (17:40 +0000)]
nsmenu.m (EmacsMenu-clear): Recognize application menu
on Mac OS X 10.6+ (bug#4513).

15 years agoRegenerate.
Glenn Morris [Fri, 25 Sep 2009 06:15:30 +0000 (06:15 +0000)]
Regenerate.

15 years ago(rmail-mime-bulk-handler): Print the size of attachments.
Glenn Morris [Fri, 25 Sep 2009 06:15:01 +0000 (06:15 +0000)]
(rmail-mime-bulk-handler): Print the size of attachments.

15 years ago* bs.el (bs--get-file-name): Use `list-buffers-directory'
Juanma Barranquero [Fri, 25 Sep 2009 04:46:34 +0000 (04:46 +0000)]
* bs.el (bs--get-file-name): Use `list-buffers-directory'
  when available, instead of hardcoding mode names.  Doc fix.

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

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

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

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

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

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

15 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

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

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

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

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

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

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

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

15 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

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

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

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

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

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

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

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

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

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

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

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

15 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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)