Dan Nicolaescu
97c6058a7a
(init_tty): Move setting the terminal name before the
...
potential user: maybe_fatal.
2008-12-12 00:54:31 +00:00
Juanma Barranquero
2cf6bf632f
Fix typos.
2008-12-12 00:49:39 +00:00
Juanma Barranquero
c63a334eb0
* server.el (server-sentinel): Uncomment code to delete connection file.
...
(server-start): Save the connection file in the server property list.
Delete it only when we are reasonably convinced that it is not owned by
a running server.
(server-force-delete): New command to force-delete the connection file,
and stop the server if it is running.
(server-running-p): Return t also for local TCP servers when we find a
process with a matching PID, and :other for undecided cases.
2008-12-12 00:33:30 +00:00
Chong Yidong
9f215d25e0
(tty_free_frame_resources): Renamed from delete_tty_output; all
...
callers changed. Call free_frame_faces to free the face cache.
2008-12-11 20:38:36 +00:00
Chong Yidong
ec4e88d751
* term.c (tty_free_frame_resources): Renamed from delete_tty_output;
...
all callers changed. Call free_frame_faces to free the face cache.
2008-12-11 20:38:26 +00:00
Dan Nicolaescu
894b66d8cd
Updated from master source.
2008-12-11 18:17:15 +00:00
Dan Nicolaescu
5445ab06ef
(WCONTINUED): New compatibility define for older systems.
2008-12-11 17:32:44 +00:00
Martin Rudalics
4d0e7fe37b
(dired-pop-to-buffer): Call with min-height arg 1 to
...
make sure that small buffers get shown.
2008-12-11 17:20:45 +00:00
Martin Rudalics
f7baca2087
(fit-window-to-buffer): Use with-selected-window and
...
condition-case. Do not delete more windows than necessary in
the shrinking (delta < 0) case. Do not raise an error when the
containing frame is too small to show all of buffer. (Bug#1488)
2008-12-11 17:17:44 +00:00
Jason Rumney
8ec71e2341
(fill_in_logfont): Don't assume symbol script means SYMBOL_CHARSET.
2008-12-11 14:58:04 +00:00
Jason Rumney
b4233ec94b
(uniscribe_encode_char): Increase glyph buffer size for surrogates.
2008-12-11 13:02:52 +00:00
Juanma Barranquero
0355f110d8
Add info to entry.
2008-12-11 12:02:49 +00:00
Juanma Barranquero
94584c3425
Fix typo.
2008-12-11 11:06:46 +00:00
Juanma Barranquero
ee61fe97ea
* progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
...
(ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
(ruby-mode-variables, ruby-indent-line, ruby-indent-size)
(ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
(ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
(ruby-font-lock-syntax-table, ruby-font-lock-keywords)
(ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
(ruby-backward-sexp, ruby-add-log-current-method)
(ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
(ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
(ruby-deep-indent-paren): Doc fix.
(ruby-insert-encoding-magic-comment): Remove * from docstring.
(ruby-here-doc-find-end): Reflow docstring.
2008-12-11 11:03:42 +00:00
Martin Rudalics
c160ca6d8e
*** empty log message ***
2008-12-11 09:53:54 +00:00
Martin Rudalics
d7e781879d
(dired-pop-to-buffer): Use fit-window-to-buffer when
...
dired-shrink-to-fit is non-nil. (Bug#1488)
2008-12-11 09:48:08 +00:00
Juanma Barranquero
011a014396
Move decoding of locale info from Lisp to C.
...
* src/w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
* lisp/w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
decoding of long locale info is now done in `w32-get-locale-info'.
2008-12-11 09:40:44 +00:00
Juanma Barranquero
3c309f345b
* process.c (Fsystem_process_attributes, syms_of_process):
...
Fix typo in name of Ssystem_process_attributes.
Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
2008-12-11 08:46:35 +00:00
Dan Nicolaescu
7c3cb0ab02
SH3 is still supported.
2008-12-11 07:44:27 +00:00
Glenn Morris
bc79ba50b5
Fix ruby-mode attribution.
2008-12-11 04:22:37 +00:00
Chong Yidong
ebcba96ba3
Fix auto-mode-alist entry.
2008-12-11 02:01:55 +00:00
Chong Yidong
1b34970249
* progmodes/ruby-mode.el: Fix auto-mode-alist entry.
2008-12-11 02:01:35 +00:00
Juanma Barranquero
fedc6ab555
* syntax.c (Fmodify_syntax_entry): Doc fix.
2008-12-11 01:49:46 +00:00
Dan Nicolaescu
d50299d55d
(main): Fix previous change.
2008-12-10 23:36:03 +00:00
Juanma Barranquero
5201664703
* emacsclient.c (main): Fix mindless breakage where emacsclient
...
does not work *at all* on Windows, even if it *can* connect.
2008-12-10 22:18:21 +00:00
Chong Yidong
ecc69b6579
(pmail-perm-variables): Don't call pmail-parse-file-inboxes.
...
(pmail-parse-file-inboxes): Function deleted.
(pmail-get-new-mail-1): Function merged into pmail-get-new-mail.
(pmail-get-new-mail-2): Renamed to pmail-get-new-mail-1.
(pmail-get-new-mail-filter-spam): Call rmail-spam-filter, not
pmail-spam-filter.
(pmail-convert-to-babyl-format): Function deleted.
(pmail-nuke-pinhead-header): Function deleted.
(pmail-reply): Parsing headers in mbox format. Call
rmail-dont-reply-to instead of pmail-dont-reply-to.
2008-12-10 21:50:23 +00:00
Chong Yidong
a6ab233810
* pmail.el (pmail-perm-variables): Don't call pmail-parse-file-inboxes.
...
(pmail-parse-file-inboxes): Function deleted.
(pmail-get-new-mail-1): Function merged into pmail-get-new-mail.
(pmail-get-new-mail-2): Renamed to pmail-get-new-mail-1.
(pmail-get-new-mail-filter-spam): Call rmail-spam-filter, not
pmail-spam-filter.
(pmail-convert-to-babyl-format): Function deleted.
(pmail-nuke-pinhead-header): Function deleted.
(pmail-reply): Parsing headers in mbox format. Call
rmail-dont-reply-to instead of pmail-dont-reply-to.
2008-12-10 21:48:55 +00:00
Chong Yidong
adc3b85d06
(pmail-insert-pmail-file-header): Function deleted.
...
(pmail-decode-babyl-format): Function deleted.
2008-12-10 20:56:39 +00:00
Chong Yidong
aecb916e99
(pmail-output-to-pmail-file): Don't call
...
pmail-insert-pmail-file-header.
2008-12-10 20:56:32 +00:00
Chong Yidong
f1b13b5bea
* pmailout.el (pmail-output-to-pmail-file): Don't call
...
pmail-insert-pmail-file-header.
* pmail.el (pmail-insert-pmail-file-header): Function deleted.
(pmail-decode-babyl-format): Function deleted.
2008-12-10 20:56:16 +00:00
Chong Yidong
0fa15b2d02
Remove debugging code.
2008-12-10 20:36:47 +00:00
Juanma Barranquero
ba3de0e8f9
* font.c (Ffont_spec): Move usage to end of docstring.
2008-12-10 19:25:26 +00:00
Chong Yidong
17a937cccb
Added Ruby mode.
2008-12-10 19:02:05 +00:00
Chong Yidong
e37d436089
(Program Modes): Mention Ruby mode.
2008-12-10 19:01:51 +00:00
Chong Yidong
31ce6a0715
* programs.texi (Program Modes): Mention Ruby mode.
2008-12-10 19:01:46 +00:00
Chong Yidong
87cbe84e0b
Ruby mode added.
2008-12-10 19:00:28 +00:00
Chong Yidong
40aaa96b88
(ELCFILES): Add ruby-mode.elc.
2008-12-10 18:59:50 +00:00
Chong Yidong
89322882ea
* Makefile.in (ELCFILES): Add ruby-mode.elc.
...
* progmodes/ruby-mode.el: New file.
2008-12-10 18:59:36 +00:00
Chong Yidong
c7fbbc3c6f
New file.
2008-12-10 18:59:26 +00:00
Juanma Barranquero
e3eea1fca2
Fix whitespace breakage by bug#870 (and it wasn't even me, this time).
2008-12-10 16:31:26 +00:00
Jason Rumney
2db5c0e6a3
Improve comments for last change.
2008-12-10 16:21:39 +00:00
Jason Rumney
9d32f81899
(add_font_entity_to_list): Limit unicode-sip fonts to those that
...
contain characters beyond the bmp.
2008-12-10 16:10:36 +00:00
Jason Rumney
174f1c745d
(Qcham): New symbol.
...
(font_supported_scripts): Add cham, and comments for other new
scripts in bitfield from OpenType spec.
2008-12-10 15:37:46 +00:00
Dan Nicolaescu
45ce457074
(main): Fail in case of not being able to connect.
2008-12-10 15:24:22 +00:00
Dan Nicolaescu
69157c9960
(decode_options): Fix typo.
2008-12-10 15:07:56 +00:00
Chong Yidong
c2a008832d
(xterm-remove-modify-other-keys): Fix error in terminal variable
...
assignment.
2008-12-10 15:02:42 +00:00
Chong Yidong
70b5282983
* term/xterm.el (xterm-remove-modify-other-keys): Fix error in
...
terminal variable assignment.
2008-12-10 15:02:31 +00:00
Dan Nicolaescu
802bdb3c6b
(EMACS_DAEMON): Remove definition.
...
(decode_options): Do not allow an empty alternate_editor on
WINDOWSNT.
(print_help_and_exit): Replace EMACS_DAEMON with WINDOWSNT.
(start_daemon_and_retry_set_socket): Likewise.
2008-12-10 14:57:20 +00:00
Juanma Barranquero
2ae37cf085
Fix typos.
2008-12-10 10:44:34 +00:00
Juanma Barranquero
a512e1a234
* net/tramp.el (top): Don't fail if there is no current message.
2008-12-10 10:21:03 +00:00