1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-11 00:30:17 -08:00
Commit graph

48367 commits

Author SHA1 Message Date
Michael Albinus
ba6f7d8640 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
and :session buses.
2009-08-18 15:12:14 +00:00
Glenn Morris
9c40e99591 Fix ucs-normalize attribution. 2009-08-18 07:28:36 +00:00
Glenn Morris
b0bfad2bcf Add js.el author. 2009-08-18 07:27:23 +00:00
Kenichi Handa
58627cf05b (ucs-normalize-version): Changed to 1.1.
(ucs-normalize-hfs-nfd-pre-write-conversion): New function.
(utf-8-hfs): Make it perform normalization on encoding too.
2009-08-18 01:26:28 +00:00
Kenichi Handa
e739cc8534 Change to utf-8. Adjust coding cookie.
(texinfo-mode): Delete duplicated chars from sentence-end-base.
2009-08-18 01:21:01 +00:00
Kenichi Handa
e4abaae3c2 Change to utf-8. Adjust coding cookie.
(html-mode): Delete duplicated chars from sentence-end-base.
2009-08-18 01:19:31 +00:00
Kenichi Handa
988194903c Change to utf-8. Adjust coding cookie.
(sentence-end-without-space): Delete duplicated chars.
(sentence-end-base): Likewise.
2009-08-18 01:17:51 +00:00
Chong Yidong
645b932677 * files.el (hack-one-local-variable): If the mode function is for
a minor mode, pass it an argument (Bug#4148).
2009-08-17 23:40:19 +00:00
Michael Albinus
56c195afd0 * net/tramp.el (tramp-register-completion-file-name-handler):
Check also for (member 'partial-completion completion-styles).
2009-08-17 19:12:10 +00:00
Chong Yidong
7a55c78b36 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
abbrev (Bug#3943).
2009-08-16 23:20:21 +00:00
Chong Yidong
8c777c8de1 * 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.
2009-08-16 23:08:18 +00:00
Chong Yidong
81b1f9c9b7 * calendar/parse-time.el (parse-time-string-chars): Save match data. 2009-08-16 18:38:15 +00:00
Stefan Monnier
556594956b (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.
2009-08-16 15:48:15 +00:00
Stefan Monnier
1ae7942754 (lisp-indent-region): Remove unused function. 2009-08-16 15:40:50 +00:00
Stefan Monnier
c3732cb802 Fix commenting convention, turn comments into docstrings. 2009-08-16 15:39:11 +00:00
Chong Yidong
f24b8bf3a9 * whitespace.el (whitespace-style): Doc fix (Bug#3661). 2009-08-16 14:46:39 +00:00
Chong Yidong
d0d3f6e9fc Credit Jan Seeger for last change. 2009-08-16 14:36:01 +00:00
Chong Yidong
1200ac269a * calendar/parse-time.el (parse-time-string-chars): Compute using
character classes (Bug#3190).
2009-08-16 14:33:43 +00:00
Chong Yidong
1abbe4e531 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
another heredoc if the user adds another < (Bug#3226).
2009-08-16 14:04:25 +00:00
Chong Yidong
19261da4e2 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event): Don't
initialize based on window-system (Bug#4124).
2009-08-16 05:49:26 +00:00
Chong Yidong
daad00fc06 * facemenu.el (facemenu-read-color): Use a completion function
that accepts any defined color, such as RGB triplets (Bug#3677).
2009-08-16 05:25:21 +00:00
Chong Yidong
e1bdde7818 * 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).
2009-08-16 00:31:28 +00:00
Chong Yidong
9d73a99e31 * files.el (load-library): Doc fix. 2009-08-15 17:51:37 +00:00
Michael Kifer
68b962d42a 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.
2009-08-15 05:57:08 +00:00
Miles Bader
4989aff370 Add arch tagline 2009-08-15 01:13:18 +00:00
Chong Yidong
2e330adc6c * 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.
2009-08-15 01:04:14 +00:00
Chong Yidong
ba2d889487 * files.el (auto-mode-alist): Use js-mode for .js files. 2009-08-14 23:40:20 +00:00
Chong Yidong
17b5d0f707 * 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.
2009-08-14 23:02:38 +00:00
Mark A. Hershberger
b6377f1dc3 add ability to understand ISO8601 basic format as well as the extended one. 2009-08-14 18:18:39 +00:00
Eli Zaretskii
4e021e652a Add a `coding' file variable. 2009-08-14 09:38:35 +00:00
Eli Zaretskii
bc0eef4626 (ELCFILES): Add international/ucs-normalize.elc. 2009-08-14 09:24:34 +00:00
Miles Bader
86a0ed4c65 Add arch tagline 2009-08-14 04:47:38 +00:00
Sam Steingold
6801c38ad2 typo 2009-08-14 04:24:18 +00:00
Sam Steingold
53dab179d3 (vc-cvs-merge-news): Yet annother fix of message parsing. 2009-08-14 04:24:01 +00:00
Chong Yidong
6c58c39c35 * 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.
2009-08-13 15:59:34 +00:00
Nick Roberts
79a1c8a970 (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.
2009-08-13 13:22:11 +00:00
Nick Roberts
c7baf7e99f *** empty log message *** 2009-08-13 13:21:46 +00:00
Kenichi Handa
d6d300641e New file. 2009-08-13 12:11:17 +00:00
Richard M. Stallman
76e1e40b4e * 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.
2009-08-13 01:13:09 +00:00
Richard M. Stallman
5c9509238d * mail/rmail.el (rmail-get-attr-names):
Accept an attribute header that is too short.
2009-08-13 01:04:37 +00:00
Richard M. Stallman
1fc01b083c * progmodes/compile.el (compilation-goto-locus): Use next-error-move-function. 2009-08-13 00:58:54 +00:00
Richard M. Stallman
8cdba32b6c (next-error-move-function): New variable. 2009-08-13 00:57:17 +00:00
Juri Linkov
99910cf46a (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)
2009-08-12 20:56:25 +00:00
Juri Linkov
770f36f8bd (lgrep): Ensure that `default-directory' is always non-nil. (Bug#4052) 2009-08-12 20:54:46 +00:00
Juri Linkov
fc5bdf6cb1 (utf-16be-with-signature): Doc fix. 2009-08-12 20:44:25 +00:00
Juri Linkov
dcbac02a43 (ucs-insert): Change arguments from arg' to character', `count',
`inherit' to be the same as in `insert-char'.  Doc fix.  (Bug#4039)
2009-08-12 20:43:08 +00:00
Juri Linkov
777488480f (ELCFILES): Add files-x.elc. 2009-08-12 20:31:25 +00:00
Juri Linkov
0d1b48e9ff Move code that deals with adding/deleting
file/directory-local variables to files-x.el.
2009-08-12 20:30:31 +00:00
Juri Linkov
d7c9c71587 * files-x.el: New file. 2009-08-12 20:29:30 +00:00
Dmitry Dzhus
cf6e27cf47 (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.
2009-08-11 23:26:04 +00:00