bpt/emacs.git
14 years agoChange to utf-8. Adjust coding cookie.
Kenichi Handa [Tue, 18 Aug 2009 01:19:31 +0000 (01:19 +0000)]
Change to utf-8.  Adjust coding cookie.
(html-mode): Delete duplicated chars from sentence-end-base.

14 years agoChange to utf-8. Adjust coding cookie.
Kenichi Handa [Tue, 18 Aug 2009 01:17:51 +0000 (01:17 +0000)]
Change to utf-8.  Adjust coding cookie.
(sentence-end-without-space): Delete duplicated chars.
(sentence-end-base): Likewise.

14 years ago(Ffontset_font): Fix previous change.
Kenichi Handa [Tue, 18 Aug 2009 00:37:11 +0000 (00:37 +0000)]
(Ffontset_font): Fix previous change.

14 years ago*** empty log message ***
Kenichi Handa [Tue, 18 Aug 2009 00:22:28 +0000 (00:22 +0000)]
*** empty log message ***

14 years agoNote that specifying a minor mode as a local variables enables that
Chong Yidong [Mon, 17 Aug 2009 23:50:26 +0000 (23:50 +0000)]
Note that specifying a minor mode as a local variables enables that
mode.

14 years ago* files.el (hack-one-local-variable): If the mode function is for
Chong Yidong [Mon, 17 Aug 2009 23:40:19 +0000 (23:40 +0000)]
* files.el (hack-one-local-variable): If the mode function is for
a minor mode, pass it an argument (Bug#4148).

14 years ago* process.c (status_notify): Don't perform redisplay.
Chong Yidong [Mon, 17 Aug 2009 21:04:05 +0000 (21:04 +0000)]
* process.c (status_notify): Don't perform redisplay.
(Fdelete_process, list_processes_1, process_send_signal):
Expliticly perform redisplay.
(wait_reading_process_output): Always check process status, but
don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).

14 years ago* net/tramp.el (tramp-register-completion-file-name-handler):
Michael Albinus [Mon, 17 Aug 2009 19:12:10 +0000 (19:12 +0000)]
* net/tramp.el (tramp-register-completion-file-name-handler):
Check also for (member 'partial-completion completion-styles).

14 years ago* lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
Ken Raeburn [Mon, 17 Aug 2009 01:25:54 +0000 (01:25 +0000)]
* lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
(XFLOAT_INIT): New macro for storing a float value.
* alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
* fns.c (sxhash): Copy out the value of a float in order to examine its bytes.
* dbusbind.c (xd_append_arg): Likewise.

14 years ago(main): Don't call syms_of_data twice.
Ken Raeburn [Mon, 17 Aug 2009 00:48:14 +0000 (00:48 +0000)]
(main): Don't call syms_of_data twice.

14 years ago* progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
Chong Yidong [Sun, 16 Aug 2009 23:20:21 +0000 (23:20 +0000)]
* progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
abbrev (Bug#3943).

14 years ago* progmodes/cperl-mode.el: Merge upstream 6.2.
Chong Yidong [Sun, 16 Aug 2009 23:08:18 +0000 (23:08 +0000)]
* progmodes/cperl-mode.el: Merge upstream 6.2.
(cperl-mode-syntax-table): Modify syntax entry for ["'`].
(cperl-forward-re): Check cperl-brace-recursing.
(cperl-highlight-charclass): New function.
(cperl-find-pods-heres): Use it.
(cperl-fill-paragraph): Synch to save-excursion placement used
upstream.
(cperl-beautify-regexp-piece): Fix column calculation.
(cperl-make-regexp-x): Handle case where point is between "q" and
"rs".
(cperl-beautify-level): Don't process entire regexp.
(cperl-build-manpage, cperl-perldoc): Bind Man-switches before
calling man.
(cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
(cperl-init-faces): Build a list in the normal way.

14 years ago* calendar/parse-time.el (parse-time-string-chars): Save match data.
Chong Yidong [Sun, 16 Aug 2009 18:38:15 +0000 (18:38 +0000)]
* calendar/parse-time.el (parse-time-string-chars): Save match data.

14 years ago* dbus.texi (Asynchronous Methods): Allow nil handler.
Michael Albinus [Sun, 16 Aug 2009 17:49:54 +0000 (17:49 +0000)]
* dbus.texi (Asynchronous Methods): Allow nil handler.

14 years ago* dbusbind.c (Fdbus_call_method_asynchronously): Allow nil HANDLER.
Michael Albinus [Sun, 16 Aug 2009 17:35:44 +0000 (17:35 +0000)]
* dbusbind.c (Fdbus_call_method_asynchronously): Allow nil HANDLER.

14 years ago(sql-product-alist): Add :name tag to entries.
Stefan Monnier [Sun, 16 Aug 2009 15:48:15 +0000 (15:48 +0000)]
(sql-product-alist): Add :name tag to entries.
(sql-product): Use it.
(sql-mode-menu): Auto-generate the menu based on sql-product-alist.
(sql-set-product): Add completion.
(sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
(sql-highlight-linter-keywords, sql-highlight-ms-keywords)
(sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
(sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
(sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
(sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
(sql-highlight-db2-keywords): Remove.
(sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
(sql-highlight-product): Use derived-mode-p.
(sql-set-sqli-buffer): Use with-current-buffer.
(sql-connect-informix, sql-connect-ingres, sql-connect-oracle): Simplify.

14 years ago(lisp-indent-region): Remove unused function.
Stefan Monnier [Sun, 16 Aug 2009 15:40:50 +0000 (15:40 +0000)]
(lisp-indent-region): Remove unused function.

14 years agoFix commenting convention, turn comments into docstrings.
Stefan Monnier [Sun, 16 Aug 2009 15:39:11 +0000 (15:39 +0000)]
Fix commenting convention, turn comments into docstrings.

14 years ago* whitespace.el (whitespace-style): Doc fix (Bug#3661).
Chong Yidong [Sun, 16 Aug 2009 14:46:39 +0000 (14:46 +0000)]
* whitespace.el (whitespace-style): Doc fix (Bug#3661).

14 years agoCredit Jan Seeger for last change.
Chong Yidong [Sun, 16 Aug 2009 14:36:01 +0000 (14:36 +0000)]
Credit Jan Seeger for last change.

14 years ago* calendar/parse-time.el (parse-time-string-chars): Compute using
Chong Yidong [Sun, 16 Aug 2009 14:33:43 +0000 (14:33 +0000)]
* calendar/parse-time.el (parse-time-string-chars): Compute using
character classes (Bug#3190).

14 years ago* progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
Chong Yidong [Sun, 16 Aug 2009 14:04:25 +0000 (14:04 +0000)]
* progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
another heredoc if the user adds another < (Bug#3226).

14 years ago* dbusbind.c (xd_initialize): Add connection file descriptor to
Michael Albinus [Sun, 16 Aug 2009 12:23:23 +0000 (12:23 +0000)]
* dbusbind.c (xd_initialize): Add connection file descriptor to
input_wait_mask, in order to let select() detect, whether a new
message has been arrived.

14 years ago* mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event): Don't
Chong Yidong [Sun, 16 Aug 2009 05:49:26 +0000 (05:49 +0000)]
* mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event): Don't
initialize based on window-system (Bug#4124).

14 years ago* facemenu.el (facemenu-read-color): Use a completion function
Chong Yidong [Sun, 16 Aug 2009 05:25:21 +0000 (05:25 +0000)]
* facemenu.el (facemenu-read-color): Use a completion function
that accepts any defined color, such as RGB triplets (Bug#3677).

14 years ago* Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
Seiji Zenitani [Sun, 16 Aug 2009 03:16:33 +0000 (03:16 +0000)]
* Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).

14 years ago* files.el (get-free-disk-space): Change fallback default
Chong Yidong [Sun, 16 Aug 2009 00:31:28 +0000 (00:31 +0000)]
* files.el (get-free-disk-space): Change fallback default
directory to /.  Expand DIR argument before switching to fallback.
Suggested by Kevin Ryde (Bug#2631, Bug#3911).

14 years ago* advice.texi (Argument Access in Advice): Note that argument
Chong Yidong [Sat, 15 Aug 2009 22:02:59 +0000 (22:02 +0000)]
* advice.texi (Argument Access in Advice): Note that argument
positions are zero-based (Bug#3932).

14 years ago* eval.c (Fcalled_interactively_p, Finteractive_p): Doc
Chong Yidong [Sat, 15 Aug 2009 21:51:33 +0000 (21:51 +0000)]
* eval.c (Fcalled_interactively_p, Finteractive_p): Doc
fix (Bug#3936).

14 years ago* commands.texi (Distinguish Interactive): Minor copyedit.
Chong Yidong [Sat, 15 Aug 2009 21:47:23 +0000 (21:47 +0000)]
* commands.texi (Distinguish Interactive): Minor copyedit.

14 years ago* display.texi (Face Attributes): Add xref to Displaying Faces for
Chong Yidong [Sat, 15 Aug 2009 21:08:36 +0000 (21:08 +0000)]
* display.texi (Face Attributes): Add xref to Displaying Faces for
explanation of "underlying face".

14 years ago* keyboard.c (readable_events): Call xd_pending_messages.
Michael Albinus [Sat, 15 Aug 2009 18:31:49 +0000 (18:31 +0000)]
* keyboard.c (readable_events): Call xd_pending_messages.

14 years ago* dbusbind.c (xd_get_dispatch_status, xd_pending_messages): New functions.
Michael Albinus [Sat, 15 Aug 2009 18:27:58 +0000 (18:27 +0000)]
* dbusbind.c (xd_get_dispatch_status, xd_pending_messages): New functions.

14 years ago* lisp.h (xd_pending_messages): Declare.
Michael Albinus [Sat, 15 Aug 2009 18:25:38 +0000 (18:25 +0000)]
* lisp.h (xd_pending_messages): Declare.

14 years ago* customize.texi (Common Keywords): Add xref to Loading.
Chong Yidong [Sat, 15 Aug 2009 17:59:40 +0000 (17:59 +0000)]
* customize.texi (Common Keywords): Add xref to Loading.

* loading.texi (How Programs Do Loading): Add xref to Lisp
Libraries node in the Emacs manual.

14 years ago* files.el (load-library): Doc fix.
Chong Yidong [Sat, 15 Aug 2009 17:51:37 +0000 (17:51 +0000)]
* files.el (load-library): Doc fix.

14 years ago* xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
Chong Yidong [Sat, 15 Aug 2009 17:30:18 +0000 (17:30 +0000)]
* xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).

14 years ago* buffer.c (set_buffer_internal_1)
Chong Yidong [Sat, 15 Aug 2009 14:06:02 +0000 (14:06 +0000)]
* buffer.c (set_buffer_internal_1)
(swap_out_buffer_local_variables): Check for unbound local
variables (Bug#4138).

14 years agoAdd comment noting that unbound symbols appear as themselves in local_var_alist.
Chong Yidong [Sat, 15 Aug 2009 13:53:41 +0000 (13:53 +0000)]
Add comment noting that unbound symbols appear as themselves in local_var_alist.

14 years ago2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Sat, 15 Aug 2009 06:00:38 +0000 (06:00 +0000)]
2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>

* ediff.texi (ediff-current-file): added information about this new function.

* viper.text: Added information about C-s in viper's search command.

14 years ago2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Sat, 15 Aug 2009 05:57:08 +0000 (05:57 +0000)]
2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>

* viper-cmd.el (viper-insert-isearch-string): new function.
(viper-if-string): redefine C-s in the minibuffer to insert the last
incremental search string.

* ediff-init.el (ediff-coding-system): use escape-quoted in case of
XEmacs.

* ediff-merg.el (ediff-merge-region-is-non-clash-to-skip,
ediff-merge-region-is-non-clash,
ediff-skip-merge-region-if-changed-from-default-p): use defun.
Also check if the job is really a merge job.

* ediff.el (ediff-current-file): new function.

14 years agoAdd arch tagline
Miles Bader [Sat, 15 Aug 2009 01:13:18 +0000 (01:13 +0000)]
Add arch tagline

14 years ago* progmodes/js.el: Edit docstrings throughout to follow Emacs
Chong Yidong [Sat, 15 Aug 2009 01:04:14 +0000 (01:04 +0000)]
* progmodes/js.el: Edit docstrings throughout to follow Emacs
conventions.
(js-insert-and-indent): Function deleted.
(js-mode-map): Don't bind keys to js-insert-and-indent.
(js-beginning-of-defun): Rename from js--beginning-of-defun.
(js-end-of-defun): Rename from js--end-of-defun.
(js-auto-indent-flag): Variable deleted.

14 years ago* files.el (auto-mode-alist): Use js-mode for .js files.
Chong Yidong [Fri, 14 Aug 2009 23:40:20 +0000 (23:40 +0000)]
* files.el (auto-mode-alist): Use js-mode for .js files.

14 years agoJavascript mode changed to js.el
Chong Yidong [Fri, 14 Aug 2009 23:03:50 +0000 (23:03 +0000)]
Javascript mode changed to js.el

14 years ago* progmodes/js2-mode.el: File removed.
Chong Yidong [Fri, 14 Aug 2009 23:02:38 +0000 (23:02 +0000)]
* progmodes/js2-mode.el: File removed.

* Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.

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

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

* progmodes/js.el: New file.

14 years agoadd ability to understand ISO8601 basic format as well as the extended one.
Mark A. Hershberger [Fri, 14 Aug 2009 18:18:39 +0000 (18:18 +0000)]
add ability to understand ISO8601 basic format as well as the extended one.

14 years agoAdd a `coding' file variable.
Eli Zaretskii [Fri, 14 Aug 2009 09:38:35 +0000 (09:38 +0000)]
Add a `coding' file variable.

14 years ago(ELCFILES): Add international/ucs-normalize.elc.
Eli Zaretskii [Fri, 14 Aug 2009 09:24:34 +0000 (09:24 +0000)]
(ELCFILES): Add international/ucs-normalize.elc.

14 years ago(create_pty): Fix last change.
Eli Zaretskii [Fri, 14 Aug 2009 09:17:11 +0000 (09:17 +0000)]
(create_pty): Fix last change.

14 years agoAdd arch tagline
Miles Bader [Fri, 14 Aug 2009 04:47:38 +0000 (04:47 +0000)]
Add arch tagline

14 years agotypo
Sam Steingold [Fri, 14 Aug 2009 04:24:18 +0000 (04:24 +0000)]
typo

14 years ago(vc-cvs-merge-news): Yet annother fix of message parsing.
Sam Steingold [Fri, 14 Aug 2009 04:24:01 +0000 (04:24 +0000)]
(vc-cvs-merge-news): Yet annother fix of message parsing.

14 years ago* objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
Chong Yidong [Thu, 13 Aug 2009 18:08:25 +0000 (18:08 +0000)]
* objects.texi (Meta-Char Syntax): Add xref to Strings of Events.

14 years agoNote bug number in last change.
Chong Yidong [Thu, 13 Aug 2009 17:02:46 +0000 (17:02 +0000)]
Note bug number in last change.

14 years ago* image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
Chong Yidong [Thu, 13 Aug 2009 17:01:21 +0000 (17:01 +0000)]
* image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
(xbm_load_image): Caller changed.
(xbm_file_p): Avoid signalling an image_error.

14 years ago* faces.el (help-argument-name): Define it here instead of
Chong Yidong [Thu, 13 Aug 2009 15:59:34 +0000 (15:59 +0000)]
* faces.el (help-argument-name): Define it here instead of
help-fns.el, because in daemon mode help-fns.el may be loaded when
faces are still uninitialized (Bug#1078).

* help-fns.el (help-argument-name): Move defface to faces.el.

14 years ago(create_pty): New function.
Nick Roberts [Thu, 13 Aug 2009 13:22:55 +0000 (13:22 +0000)]
(create_pty): New function.
(Fstart_process): Use it to allow Emacs to just associate a pty
with the buffer.  See associated change in gdb-mi.el.
(list_processes_1): Deal with no program name.
(start_process_unwind): Use pid == -2 to mean no process.

14 years ago(gdb-inferior-io-mode): Use start-process to
Nick Roberts [Thu, 13 Aug 2009 13:22:11 +0000 (13:22 +0000)]
(gdb-inferior-io-mode): Use start-process to
create buffer with a pty but no process so that GDB can make the
inferior the controlling process.

14 years ago*** empty log message ***
Nick Roberts [Thu, 13 Aug 2009 13:21:46 +0000 (13:21 +0000)]
*** empty log message ***

14 years agoMention the new coding system `utf-8-hfs' and many
Kenichi Handa [Thu, 13 Aug 2009 12:18:48 +0000 (12:18 +0000)]
Mention the new coding system `utf-8-hfs' and many
functions for Unicode normalization.

14 years agoNew file.
Kenichi Handa [Thu, 13 Aug 2009 12:11:17 +0000 (12:11 +0000)]
New file.

14 years ago* mail/rmail.el (rmail-set-message-counters):
Richard M. Stallman [Thu, 13 Aug 2009 01:13:09 +0000 (01:13 +0000)]
* mail/rmail.el (rmail-set-message-counters):
Call rmail-set-message-counters-counter just once.
It returns # msgs after point.
(rmail-set-message-counters-counter):
Arg is now SPOT-TO-FIND.  Return # messages after that one.

* mail/rmail.el (rmail-forget-messages):
Ignore nil elt in rmail-message-vector.  Use dotimes.

14 years ago* mail/rmail.el (rmail-get-attr-names):
Richard M. Stallman [Thu, 13 Aug 2009 01:04:37 +0000 (01:04 +0000)]
* mail/rmail.el (rmail-get-attr-names):
Accept an attribute header that is too short.

14 years ago* progmodes/compile.el (compilation-goto-locus): Use next-error-move-function.
Richard M. Stallman [Thu, 13 Aug 2009 00:58:54 +0000 (00:58 +0000)]
* progmodes/compile.el (compilation-goto-locus): Use next-error-move-function.

14 years ago(next-error-move-function): New variable.
Richard M. Stallman [Thu, 13 Aug 2009 00:57:17 +0000 (00:57 +0000)]
(next-error-move-function): New variable.

14 years ago(read-regexp): Return empty string when `default-value' is nil.
Juri Linkov [Wed, 12 Aug 2009 20:56:25 +0000 (20:56 +0000)]
(read-regexp): Return empty string when `default-value' is nil.
(keep-lines-read-args): Don't use empty string as the
default value for `read-regexp'.  (Bug#2495)

14 years ago(lgrep): Ensure that `default-directory' is always non-nil. (Bug#4052)
Juri Linkov [Wed, 12 Aug 2009 20:54:46 +0000 (20:54 +0000)]
(lgrep): Ensure that `default-directory' is always non-nil.  (Bug#4052)

14 years ago(utf-16be-with-signature): Doc fix.
Juri Linkov [Wed, 12 Aug 2009 20:44:25 +0000 (20:44 +0000)]
(utf-16be-with-signature): Doc fix.

14 years ago(ucs-insert): Change arguments from `arg' to `character', `count',
Juri Linkov [Wed, 12 Aug 2009 20:43:08 +0000 (20:43 +0000)]
(ucs-insert): Change arguments from `arg' to `character', `count',
`inherit' to be the same as in `insert-char'.  Doc fix.  (Bug#4039)

14 years ago(ELCFILES): Add files-x.elc.
Juri Linkov [Wed, 12 Aug 2009 20:31:25 +0000 (20:31 +0000)]
(ELCFILES): Add files-x.elc.

14 years agoMove code that deals with adding/deleting
Juri Linkov [Wed, 12 Aug 2009 20:30:31 +0000 (20:30 +0000)]
Move code that deals with adding/deleting
file/directory-local variables to files-x.el.

14 years ago* files-x.el: New file.
Juri Linkov [Wed, 12 Aug 2009 20:29:30 +0000 (20:29 +0000)]
* files-x.el: New file.

14 years ago* cmds.c (nonundocount): New global variable.
Stefan Monnier [Wed, 12 Aug 2009 05:07:48 +0000 (05:07 +0000)]
* cmds.c (nonundocount): New global variable.
(keys_of_cmds): Initialize it.
(Fself_insert_command): Use it to combine upto 20 sequential chars
into a single undo entry, just like the Qself_insert_command code in
keyboard.c does.
Call frame_make_pointer_invisible, also like the Qself_insert_command
code in keyboard.c does.
* keyboard.c (command_loop_1): Use the new global nonundocount rather
than its own local replacement for it.

14 years ago(gdb): Send -target-detach when buffer is killed (#3794).
Dmitry Dzhus [Tue, 11 Aug 2009 23:26:04 +0000 (23:26 +0000)]
(gdb): Send -target-detach when buffer is killed (#3794).
(gdb-starting): Moved -data-list-register-names...
(gdb-stopped): ...here so it's sent when first thread stops.
(gdb-registers-handler-custom): Do nothing if register names are
unknown yet.

14 years ago(gdb-line-posns): New helper which helps not to use `goto-line'.
Dmitry Dzhus [Tue, 11 Aug 2009 13:53:10 +0000 (13:53 +0000)]
(gdb-line-posns): New helper which helps not to use `goto-line'.
(gdb-place-breakpoints, gdb-get-location): Rewritten without
`goto-line'.
(gdb-invalidate-disassembly): Do not refresh upon receiving
'update signal. Instead, update all disassembly buffers only after
threads list.

14 years ago*** empty log message ***
Dmitry Dzhus [Tue, 11 Aug 2009 10:48:56 +0000 (10:48 +0000)]
*** empty log message ***

14 years ago(quail-completion-1): Simplify.
Stefan Monnier [Mon, 10 Aug 2009 21:42:41 +0000 (21:42 +0000)]
(quail-completion-1): Simplify.
(quail-define-rules): Use slightly more compact code.
(quail-insert-decode-map): Propertize keys, compact columns.

14 years ago(mule-keymap, mule-menu-keymap)
Stefan Monnier [Mon, 10 Aug 2009 21:42:33 +0000 (21:42 +0000)]
(mule-keymap, mule-menu-keymap)
(describe-language-environment-map, setup-language-environment-map)
(set-coding-system-map): Move initialization into declaration.
(set-language-info-alist): Last arg to define-key-after can be skipped.

14 years ago(goto-line): Fix up docstring.
Stefan Monnier [Mon, 10 Aug 2009 16:38:16 +0000 (16:38 +0000)]
(goto-line): Fix up docstring.

14 years ago(byte-compile-interactive-only-functions): Add goto-line.
Stefan Monnier [Mon, 10 Aug 2009 16:28:18 +0000 (16:28 +0000)]
(byte-compile-interactive-only-functions): Add goto-line.

14 years agoRemove "-face" suffix from face names in j2-mode.el
Miles Bader [Mon, 10 Aug 2009 02:52:57 +0000 (02:52 +0000)]
Remove "-face" suffix from face names in j2-mode.el

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

14 years agoUpdate comment (from Kevin Ryde).
Chong Yidong [Mon, 10 Aug 2009 02:44:58 +0000 (02:44 +0000)]
Update comment (from Kevin Ryde).

14 years ago(concat): Don't re-set string length to its current value.
Ken Raeburn [Mon, 10 Aug 2009 00:57:48 +0000 (00:57 +0000)]
(concat): Don't re-set string length to its current value.

14 years ago(decode_coding_string, encode_coding_string): Use SBYTES macro.
Ken Raeburn [Mon, 10 Aug 2009 00:56:00 +0000 (00:56 +0000)]
(decode_coding_string, encode_coding_string): Use SBYTES macro.

14 years ago* doprnt.c (doprnt_lisp): Unused function deleted.
Ken Raeburn [Mon, 10 Aug 2009 00:54:02 +0000 (00:54 +0000)]
* doprnt.c (doprnt_lisp): Unused function deleted.
(doprnt): Merge with doprnt1, discarding lispstrings code.
* lisp.h (doprnt_lisp): Don't declare.

14 years ago* calc.texi (Date Forms): Fix typos.
Chong Yidong [Sun, 9 Aug 2009 23:39:59 +0000 (23:39 +0000)]
* calc.texi (Date Forms): Fix typos.

14 years ago(mh-spamassassin-blacklist, mh-bogofilter-blacklist)
Bill Wohler [Sun, 9 Aug 2009 22:27:45 +0000 (22:27 +0000)]
(mh-spamassassin-blacklist, mh-bogofilter-blacklist)
(mh-spamprobe-blacklist): Sync docstring with manual.

14 years ago*** empty log message ***
Bill Wohler [Sun, 9 Aug 2009 22:26:59 +0000 (22:26 +0000)]
*** empty log message ***

14 years ago(Acknowledgments): Add gdb-mi entry.
Glenn Morris [Sun, 9 Aug 2009 18:22:13 +0000 (18:22 +0000)]
(Acknowledgments): Add gdb-mi entry.

14 years ago* MORE.STUFF: Update Etags and Ispell URLs.
Chong Yidong [Sun, 9 Aug 2009 16:22:48 +0000 (16:22 +0000)]
* MORE.STUFF: Update Etags and Ispell URLs.

14 years ago* net/tramp.el (tramp-get-ls-command-with-dired): New defun.
Michael Albinus [Sun, 9 Aug 2009 14:29:11 +0000 (14:29 +0000)]
* net/tramp.el (tramp-get-ls-command-with-dired): New defun.
(tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)

14 years ago* subr.el: Provide hashtable-print-readable.
Chong Yidong [Sun, 9 Aug 2009 02:57:45 +0000 (02:57 +0000)]
* subr.el: Provide hashtable-print-readable.

14 years ago* progmodes/hideshow.el (hs-special-modes-alist): Don't use
Chong Yidong [Sun, 9 Aug 2009 02:43:50 +0000 (02:43 +0000)]
* progmodes/hideshow.el (hs-special-modes-alist): Don't use
hs-c-like-adjust-block-beginning.
(hs-hide-block-at-point): Stop hiding at the beginning of
hs-block-end-regexp (Bug#700).

14 years ago(gdb-gud-context-call): Does not need to be a macro.
Dmitry Dzhus [Sun, 9 Aug 2009 00:17:01 +0000 (00:17 +0000)]
(gdb-gud-context-call): Does not need to be a macro.
(gdb-registers-handler-custom): Do not fail when register names
are unavailable.

14 years agoAdded information about all.xpm and thread.xpm to README.
Dmitry Dzhus [Sat, 8 Aug 2009 23:23:39 +0000 (23:23 +0000)]
Added information about all.xpm and thread.xpm to README.

14 years ago(gdb-control-all-threads)
Dmitry Dzhus [Sat, 8 Aug 2009 22:30:26 +0000 (22:30 +0000)]
(gdb-control-all-threads)
(gdb-control-current-thread): Interactive setters for
`gdb-gud-control-all-threads' to use in menu.
(gdb-show-run-p): Show «Go» when process is not active.
(gud-tool-bar-map): Add non-stop/A,T indicator. Uses
gud/thread.xpm and gud/all.xpm.

14 years ago* images/gud/all.xpm, images/gud/thread.xpm: New icons for gdb-mi.el
Dmitry Dzhus [Sat, 8 Aug 2009 22:17:05 +0000 (22:17 +0000)]
* images/gud/all.xpm, images/gud/thread.xpm: New icons for gdb-mi.el

14 years agoSplit off a new section, "Installation Changes in Emacs 23.2".
Chong Yidong [Sat, 8 Aug 2009 19:01:26 +0000 (19:01 +0000)]
Split off a new section,  "Installation Changes in Emacs 23.2".

14 years ago** Hash tables have a new printed representation that is readable.
Chong Yidong [Sat, 8 Aug 2009 18:33:51 +0000 (18:33 +0000)]
** Hash tables have a new printed representation that is readable.