bpt/emacs.git
15 years ago*** empty log message ***
Alan Mackenzie [Mon, 5 Jan 2009 21:21:04 +0000 (21:21 +0000)]
*** empty log message ***

15 years ago* net/tramp-smb.el (tramp-smb-handle-copy-file)
Michael Albinus [Mon, 5 Jan 2009 19:40:55 +0000 (19:40 +0000)]
* net/tramp-smb.el (tramp-smb-handle-copy-file)
(tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
Delete temporary file in case of error.

15 years ago* net/tramp.el (tramp-handle-load)
Michael Albinus [Mon, 5 Jan 2009 19:37:01 +0000 (19:37 +0000)]
* net/tramp.el (tramp-handle-load)
(tramp-do-copy-or-rename-file-directly)
(tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
(tramp-handle-write-region): Delete temporary file in case of
error.

15 years agoFix my name in a couple of commits
Agustín Martín [Mon, 5 Jan 2009 17:54:03 +0000 (17:54 +0000)]
Fix my name in a couple of commits

15 years agotextmodes/ispell.el (ispell-check-version): Use (with-temp-buffer)
Agustín Martín [Mon, 5 Jan 2009 17:45:53 +0000 (17:45 +0000)]
textmodes/ispell.el (ispell-check-version): Use (with-temp-buffer)

15 years ago(Predicates for Strings): Minor clarification.
Richard M. Stallman [Mon, 5 Jan 2009 16:06:19 +0000 (16:06 +0000)]
(Predicates for Strings): Minor clarification.

15 years ago(Function Safety): Texinfo usage fix.
Richard M. Stallman [Mon, 5 Jan 2009 16:03:29 +0000 (16:03 +0000)]
(Function Safety): Texinfo usage fix.

15 years ago(mail-bury): Treat pmail-mode like rmail-mode.
Richard M. Stallman [Mon, 5 Jan 2009 15:53:40 +0000 (15:53 +0000)]
(mail-bury): Treat pmail-mode like rmail-mode.

15 years ago(basic-save-buffer): Protect buffer-modified flag around first swap.
Richard M. Stallman [Mon, 5 Jan 2009 15:49:50 +0000 (15:49 +0000)]
(basic-save-buffer): Protect buffer-modified flag around first swap.
(pmail-show-message): Protect buffer-modified flag around swap.
(pmail-change-major-mode-hook): Likewise.
(pmail-use-collection-buffer, pmail-swap-buffers-maybe): Likewise.

(pmail-error-bad-format): Always phrase the error as about an invalid message.
(pmail-convert-file-maybe): Don't use pmail-error-bad-format.
(pmail-mode-map): Move pmail-widen to C-c C-w.
(pmail-mode-1): Don't alter mode-line-modified.
(pmail-perm-variables): Turn off undo in view buffer.
(pmail-variables): Turn off undo.
(pmail-show-message): Delete useless calls to `widen'.
Avoid passing thru temp buffer if we don't need
base64 or quoted printable decoding for whole message.

(pmail-keywords): Variable deleted.
(pmail-last-label, pmail-last-multi-labels): Moved to pmailkwd.el.
(pmail-perm-variables): Don't mess with pmail-last-label.
Don't mess with pmail-keywords.
(pmail-copy-headers): Doc fix.
(pmail-set-header): New function.
(pmail-get-keywords): Doc fix.
(pmail-get-labels): New function.
(pmail-display-labels): Use pmail-get-labels.
(pmail-set-attribute): Mark pmail-buffer modified
if we change an attribute.

(pmail-apply-in-message): New function.
(pmail-message-labels-p): Function moved to pmailsum.el.
(pmail-message-recipients-p, pmail-message-regexp-p): Likewise.
(pmail-current-subject, pmail-current-subject-regexp): Fns deleted.
(pmail-simplified-subject, pmail-simplified-subject-regexp): New fns.
(pmail-next-same-subject): Fetch each msg's subject and compare.

(pmail-speedbar-move-message): Use pmail-output.
(pmail-construct-io-menu): Use pmail-output.
(pmail-default-pmail-file): Variable deleted.
(pmail-auto-file): Use pmail-output.
(pmail-mode-map): Remove pmail-output-to-babyl-file.
Add pmail-output-as-seen.
(pmail-mode): Update output commands in doc string.

15 years agoRequire pmail; delete compiler defvars.
Richard M. Stallman [Mon, 5 Jan 2009 15:48:15 +0000 (15:48 +0000)]
Require pmail; delete compiler defvars.
Delete most declare-function calls.
(pmail-keywords, pmail-deleted-label, pmail-attributes): Vars deleted.
(pmail-attribute-p, pmail-keyword-p): Fns deleted.
(pmail-keywords, pmail-parse-file-keywords, pmail-install-keyword):
(pmail-force-make-label, pmail-quote-label-name): Fns deleted.
(pmail-last-label, pmail-last-multi-labels): Vars moved from pmail.el.
(pmail-read-label): Don't switch buffers, don't parse file keywords.
(pmail-set-label): Major rewrite.
(pmail-next-labeled-message): Call pmail-get-labels and match it.

15 years ago(pmail-message-labels-p): Function moved from pmail.el and rewritten.
Richard M. Stallman [Mon, 5 Jan 2009 15:41:36 +0000 (15:41 +0000)]
(pmail-message-labels-p): Function moved from pmail.el and rewritten.
(pmail-message-recipients-p): Likewise.
(pmail-message-regexp-p): Likewise.
(pmail-message-recipients-p-1): New subroutine.
(pmail-message-regexp-p-1): Likewise.
(pmail-summary-by-topic): Use pmail-simplified-subject.
Delete subject-re variable.
(pmail-message-subject-p): Total rewrite.
(pmail-message-senders-p): Total rewrite.
(pmail-new-summary-1): Call FUNCTION in the main Pmail buffer.
(pmail-get-summary): Doc fix.
(pmail-create-summary-line): Renamed from
pmail-get-create-summary-line, and major rewrite.
(pmail-get-summary-labels): Doc fix.
(pmail-create-summary): Major rewrite.  Construct line counts here.
(pmail-header-summary): Renamed from pmail-make-basic-summary-line.
Return list of two strings.
(pmail-summary-next-same-subject): Extract subjects and compare.
(pmail-summary-output): Renamed from pmail-summary-output-to-babyl-file.
Use pmail-output.
(pmail-summary-output-as-seen): Renamed from pmail-summary-output.
Use pmail-output-as-seen.
(pmail-summary-construct-io-menu): Use pmail-summary-output.

15 years ago(x_set_frame_parameters): Make sure height (width) get
Martin Rudalics [Mon, 5 Jan 2009 10:29:41 +0000 (10:29 +0000)]
(x_set_frame_parameters): Make sure height (width) get
applied when fullwidth (fullheight) is set.  (Bug#1522)

15 years ago(display-buffer): Fix last fix.
Martin Rudalics [Mon, 5 Jan 2009 09:52:53 +0000 (09:52 +0000)]
(display-buffer): Fix last fix.

15 years agoAdd 2009 to copyright years.
Glenn Morris [Mon, 5 Jan 2009 03:18:22 +0000 (03:18 +0000)]
Add 2009 to copyright years.

15 years agoFix typos.
Juanma Barranquero [Mon, 5 Jan 2009 03:01:36 +0000 (03:01 +0000)]
Fix typos.

15 years ago* desktop.el (desktop-save-in-desktop-dir): Use `abbreviate-file-name'
Juanma Barranquero [Mon, 5 Jan 2009 02:49:31 +0000 (02:49 +0000)]
* desktop.el (desktop-save-in-desktop-dir): Use `abbreviate-file-name'
  to shorten the desktop file directory shown in message.

15 years agoAdd missing copyright header.
Glenn Morris [Mon, 5 Jan 2009 02:17:07 +0000 (02:17 +0000)]
Add missing copyright header.

15 years agoUpdate list of files affected by `set-copyright'.
Glenn Morris [Mon, 5 Jan 2009 02:01:28 +0000 (02:01 +0000)]
Update list of files affected by `set-copyright'.

15 years ago(tramp-perl-encode, tramp-perl-decode): Update copyrights for 2009.
Glenn Morris [Mon, 5 Jan 2009 02:00:02 +0000 (02:00 +0000)]
(tramp-perl-encode, tramp-perl-decode): Update copyrights for 2009.

15 years agoMention INSTALL.CVS.
Glenn Morris [Mon, 5 Jan 2009 01:02:19 +0000 (01:02 +0000)]
Mention INSTALL.CVS.

15 years agoUpdate copyright for 2009.
Glenn Morris [Mon, 5 Jan 2009 00:55:40 +0000 (00:55 +0000)]
Update copyright for 2009.

15 years ago(Copyright): Update copyright for 2009.
Glenn Morris [Mon, 5 Jan 2009 00:53:04 +0000 (00:53 +0000)]
(Copyright): Update copyright for 2009.

15 years ago(print_version): Update copyright for 2009.
Glenn Morris [Mon, 5 Jan 2009 00:52:30 +0000 (00:52 +0000)]
(print_version): Update copyright for 2009.

15 years ago(version): Update copyright for 2009.
Glenn Morris [Mon, 5 Jan 2009 00:51:13 +0000 (00:51 +0000)]
(version): Update copyright for 2009.

15 years agoFix typo in previous.
Glenn Morris [Mon, 5 Jan 2009 00:49:36 +0000 (00:49 +0000)]
Fix typo in previous.

15 years ago(emacs-copyright): Update for 2009.
Glenn Morris [Mon, 5 Jan 2009 00:48:51 +0000 (00:48 +0000)]
(emacs-copyright): Update for 2009.

15 years agoAdd bug reference.
Juanma Barranquero [Sun, 4 Jan 2009 20:14:13 +0000 (20:14 +0000)]
Add bug reference.

15 years ago* objects.texi (General Escape Syntax): Fix typo.
Juanma Barranquero [Sun, 4 Jan 2009 19:44:58 +0000 (19:44 +0000)]
* objects.texi (General Escape Syntax): Fix typo.

15 years ago* progmodes/ada-mode.el (ada-mode): Simplify doc string.
Juanma Barranquero [Sun, 4 Jan 2009 19:39:12 +0000 (19:39 +0000)]
* progmodes/ada-mode.el (ada-mode): Simplify doc string.
  (ada-get-indent-paramlist): Use ada-broken-indent instead of
  hard-coded 0.
  (ada-get-indent-loop): Fix list access bug.

15 years ago* ada-mode.texi (Examples): Delete redundant text.
Juanma Barranquero [Sun, 4 Jan 2009 19:37:11 +0000 (19:37 +0000)]
* ada-mode.texi (Examples): Delete redundant text.

15 years ago* emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
Juanma Barranquero [Sun, 4 Jan 2009 19:32:40 +0000 (19:32 +0000)]
* emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
  Add a blank line in the docstring before the keymap listing.

15 years agoFix typos.
Juanma Barranquero [Sun, 4 Jan 2009 19:06:23 +0000 (19:06 +0000)]
Fix typos.

15 years ago(display-buffer): When a buffer is displayed in the
Martin Rudalics [Sun, 4 Jan 2009 19:03:09 +0000 (19:03 +0000)]
(display-buffer): When a buffer is displayed in the
selected and some other window, and not-this-window is non-nil,
try to return that other window instead of popping up a new
frame.  (Bug#30)

15 years ago*** empty log message ***
Kenichi Handa [Sun, 4 Jan 2009 13:09:35 +0000 (13:09 +0000)]
*** empty log message ***

15 years ago* w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
Juanma Barranquero [Sun, 4 Jan 2009 11:30:13 +0000 (11:30 +0000)]
* w32.c: Use 64-bit arithmetic to do FILETIME conversions.  (Bug#1766)
  (utc_base): Declare as ULONGLONG, not long double.
  (convert_time_raw): Delete.
  (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
  (initialize_utc_base): New function.
  (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
  (convert_from_time_t): Use initialize_utc_base; compute result with
  64-bit arithmetic.
  (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.

15 years ago(Visual Line Mode): M-] and M-[ no longer move by logical lines.
Chong Yidong [Sun, 4 Jan 2009 08:39:31 +0000 (08:39 +0000)]
(Visual Line Mode): M-] and M-[ no longer move by logical lines.

15 years ago* display.texi (Visual Line Mode): M-] and M-[ no longer move by
Chong Yidong [Sun, 4 Jan 2009 08:39:06 +0000 (08:39 +0000)]
* display.texi (Visual Line Mode): M-] and M-[ no longer move by
logical lines.

15 years ago(visual-line-mode-map): Remove M-[ and M-] bindings.
Chong Yidong [Sun, 4 Jan 2009 08:30:58 +0000 (08:30 +0000)]
(visual-line-mode-map): Remove M-[ and M-] bindings.

15 years ago* simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.
Chong Yidong [Sun, 4 Jan 2009 08:30:28 +0000 (08:30 +0000)]
* simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.

15 years agoMinor doc fix.
Chong Yidong [Sun, 4 Jan 2009 08:03:23 +0000 (08:03 +0000)]
Minor doc fix.

15 years agoUndo last change.
Chong Yidong [Sun, 4 Jan 2009 07:55:05 +0000 (07:55 +0000)]
Undo last change.

15 years ago* frame.el (make-frame-on-tty): Function deleted.
Chong Yidong [Sun, 4 Jan 2009 07:49:33 +0000 (07:49 +0000)]
* frame.el (make-frame-on-tty): Function deleted.

* server.el (server-create-tty-frame): Call make-frame directly.

15 years ago(sh-ancestor-alist): Doc fix.
Chong Yidong [Sun, 4 Jan 2009 03:18:10 +0000 (03:18 +0000)]
(sh-ancestor-alist): Doc fix.

15 years ago* progmodes/sh-script.el (sh-ancestor-alist): Doc fix.
Chong Yidong [Sun, 4 Jan 2009 03:17:11 +0000 (03:17 +0000)]
* progmodes/sh-script.el (sh-ancestor-alist): Doc fix.

15 years agoFix typos.
Juanma Barranquero [Sun, 4 Jan 2009 00:10:09 +0000 (00:10 +0000)]
Fix typos.

15 years agoGnus: Add explanations for recent changes to the code itself.
Michael Olson [Sun, 4 Jan 2009 00:03:05 +0000 (00:03 +0000)]
Gnus: Add explanations for recent changes to the code itself.

These are already documented in ChangeLog.

15 years agoERC: Do not include text properties when returning user input.
Michael Olson [Sat, 3 Jan 2009 23:11:06 +0000 (23:11 +0000)]
ERC: Do not include text properties when returning user input.

15 years agoUpdate ChangeLogs.
Michael Olson [Sat, 3 Jan 2009 23:08:26 +0000 (23:08 +0000)]
Update ChangeLogs.

15 years agoGnus: Fix edge cases with no data being returned and Courier eccentricity.
Michael Olson [Sat, 3 Jan 2009 23:05:42 +0000 (23:05 +0000)]
Gnus: Fix edge cases with no data being returned and Courier eccentricity.

* lisp/gnus/nnimap.el (nnimap-retrieve-headers-progress): Handle edge
  case where `headers' is nil.  This can occur if the IMAP server does
  not have permissions to read messages from a folder, but can write new
  messages to the folder.
  (nnimap-request-article-part): Do not insert `data' if it is nil.

* lisp/net/imap.el (imap-parse-fetch): Courier can insert spurious blank
  characters which will confuse `read', so skip past them.

15 years ago(authors-aliases): Addition.
Reiner Steib [Sat, 3 Jan 2009 19:43:54 +0000 (19:43 +0000)]
(authors-aliases): Addition.
(authors): Allow to use it for other projects.

15 years ago(copyright-update-directory): Autoload.
Reiner Steib [Sat, 3 Jan 2009 19:40:20 +0000 (19:40 +0000)]
(copyright-update-directory): Autoload.
Clarify MATCH argument.  Print filenames.

15 years agoFix typo.
Juanma Barranquero [Sat, 3 Jan 2009 15:27:02 +0000 (15:27 +0000)]
Fix typo.

15 years ago* configure.bat: Untabify help message.
Juanma Barranquero [Sat, 3 Jan 2009 15:25:47 +0000 (15:25 +0000)]
* configure.bat: Untabify help message.

15 years ago* NEWS: Tramp supports IPv6 addresses.
Michael Albinus [Sat, 3 Jan 2009 15:11:47 +0000 (15:11 +0000)]
* NEWS: Tramp supports IPv6 addresses.

15 years agoFix copyright years.
Eli Zaretskii [Sat, 3 Jan 2009 15:09:53 +0000 (15:09 +0000)]
Fix copyright years.

15 years ago(list_system_processes, system_process_attributes) [MSDOS]: Don't use the
Eli Zaretskii [Sat, 3 Jan 2009 15:09:27 +0000 (15:09 +0000)]
(list_system_processes, system_process_attributes) [MSDOS]: Don't use the
default (no-op) implementation.

15 years ago(ret_lim_data) [MSDOS]: New function.
Eli Zaretskii [Sat, 3 Jan 2009 15:04:25 +0000 (15:04 +0000)]
(ret_lim_data) [MSDOS]: New function.

15 years ago(Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
Eli Zaretskii [Sat, 3 Jan 2009 15:03:59 +0000 (15:03 +0000)]
(Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
(Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
(Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
(Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime) [!subprocesses]: Define.
(syms_of_process) [!subprocesses]: Intern and staticpro them.
(Flist_system_processes, Fsystem_process_attributes) [!subprocesses]: Call
list_system_processes and system_process_attributes instead of returning Qnil.

15 years ago(system_process_attributes, list_system_processes): New functions.
Eli Zaretskii [Sat, 3 Jan 2009 15:02:30 +0000 (15:02 +0000)]
(system_process_attributes, list_system_processes): New functions.

15 years ago* net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
Michael Albinus [Sat, 3 Jan 2009 15:00:35 +0000 (15:00 +0000)]
* net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
(tramp-smb-maybe-open-connection): Use `tramp-file-name-*'
methods.

15 years ago* net/tramp.el (tramp-local-host-regexp)
Michael Albinus [Sat, 3 Jan 2009 14:58:15 +0000 (14:58 +0000)]
* net/tramp.el (tramp-local-host-regexp)
(tramp-prefix-domain-format)
(tramp-prefix-domain-regexp, tramp-domain-regexp)
(tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
(tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
(tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New
defconst.
(tramp-file-name-structure, tramp-file-name-regexp-unified)
(tramp-completion-dissect-file-name, tramp-parse-hosts-group)
(tramp-dissect-file-name, tramp-make-tramp-file-name)
(tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
(tramp-handle-insert-file-contents): Fix setting of
`buffer-read-only'.
(tramp-compute-multi-hops, tramp-local-host-p): Use
`tramp-local-host-regexp'.
(tramp-file-name-real-user, tramp-file-name-domain): Use
`tramp-user-with-domain-regexp'.

15 years ago* net/dbus.el (dbus-string-to-byte-array): Handle empty array.
Michael Albinus [Sat, 3 Jan 2009 14:55:10 +0000 (14:55 +0000)]
* net/dbus.el (dbus-string-to-byte-array): Handle empty array.

15 years ago(parse_modifiers_uncached): Wheel events are clicks (bug#687).
Jason Rumney [Sat, 3 Jan 2009 14:54:52 +0000 (14:54 +0000)]
(parse_modifiers_uncached): Wheel events are clicks (bug#687).

15 years ago* tramp.texi (Filename Syntax, Filename completion): Handle IPv6
Michael Albinus [Sat, 3 Jan 2009 14:51:55 +0000 (14:51 +0000)]
* tramp.texi (Filename Syntax, Filename completion): Handle IPv6
addresses.

15 years ago* trampver.texi.in (top): Declare ipv6prefix and ipv6postfix.
Michael Albinus [Sat, 3 Jan 2009 14:49:29 +0000 (14:49 +0000)]
* trampver.texi.in (top): Declare ipv6prefix and ipv6postfix.

15 years ago* configure.bat: New option --with-svg.
Jason Rumney [Sat, 3 Jan 2009 12:57:28 +0000 (12:57 +0000)]
* configure.bat: New option --with-svg.

* INSTALL: Document experimental SVG support.

15 years ago(proced-grammar-alist): Refiner can be a list (function help-echo)
Roland Winkler [Sat, 3 Jan 2009 12:19:56 +0000 (12:19 +0000)]
(proced-grammar-alist): Refiner can be a list (function help-echo)
instead of a cons pair.
(proced-post-display-hook): New variable.
(proced-tree-depth): Renamed from proced-tree-indent.
(proced-mode): Derive mode from special-mode.
(proced-mode-map): Changed accordingly.
(proced, proced-update): Run proced-post-display-hook.
(proced-do-mark-all): Count processes for which mark has been
updated.
(proced-format): Check for ppid attribute.
(proced-process-attributes): Take time and ctime attribute from
system-process-attributes.
(proced-send-signal): Doc fix.  Collect properly the info on
marked processes.  Use fit-window-to-buffer instead of
dired-pop-to-buffer.

15 years ago(Choosing Window): Say that pop-up-frame-alist
Martin Rudalics [Sat, 3 Jan 2009 11:17:47 +0000 (11:17 +0000)]
(Choosing Window): Say that pop-up-frame-alist
works via the default value of pop-up-frame-function.

15 years ago* w32term.c (x_query_colors, x_query_color): New functions.
Jason Rumney [Sat, 3 Jan 2009 11:16:32 +0000 (11:16 +0000)]
* w32term.c (x_query_colors, x_query_color): New functions.

* image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
(svg_load_image): Cast returned pointers from dynamically loaded
functions.  Eliminate W32 specific code.

15 years ago(vhdl-current-line): Don't hardcode point-min==1.
Stefan Monnier [Sat, 3 Jan 2009 04:00:53 +0000 (04:00 +0000)]
(vhdl-current-line): Don't hardcode point-min==1.

15 years agoRemove spurious backspace.
Stefan Monnier [Sat, 3 Jan 2009 03:31:54 +0000 (03:31 +0000)]
Remove spurious backspace.

15 years ago(Scan Line Formats): Keep first column empty also for the cursor.
Bill Wohler [Fri, 2 Jan 2009 19:25:50 +0000 (19:25 +0000)]
(Scan Line Formats): Keep first column empty also for the cursor.

15 years ago(Scan Line Formats): Indicate that first column should be kept empty.
Bill Wohler [Fri, 2 Jan 2009 19:19:03 +0000 (19:19 +0000)]
(Scan Line Formats): Indicate that first column should be kept empty.

15 years ago* nsfns.m (x_set_foreground_color, x_set_background_color)
Dan Nicolaescu [Fri, 2 Jan 2009 18:58:49 +0000 (18:58 +0000)]
* nsfns.m (x_set_foreground_color, x_set_background_color)
(x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
(x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
x_ prefix instead of ns_.  Update references.
(syms_of_nsfns): Add a FIXME comment.

* nsterm.m (x_set_cursor_type): New prototype.
(setValuesFromPanel): Use it instead of the old ns_ prefixed name.

15 years ago(system_process_attributes): Provide Qtime and Qctime
Dan Nicolaescu [Fri, 2 Jan 2009 18:35:15 +0000 (18:35 +0000)]
(system_process_attributes): Provide Qtime and Qctime
for Solaris instead of incorrectly providing Qutime and Qcutime.

15 years ago* bindings.el (mode-line-eol-desc): Fix typo in help message.
Juanma Barranquero [Fri, 2 Jan 2009 17:04:21 +0000 (17:04 +0000)]
* bindings.el (mode-line-eol-desc): Fix typo in help message.
  (mode-line-client): Fix typo in help message and docstring.

15 years ago*** empty log message ***
Jason Rumney [Fri, 2 Jan 2009 16:13:27 +0000 (16:13 +0000)]
*** empty log message ***

15 years ago(image-library-alist): Add gobject library.
Jason Rumney [Fri, 2 Jan 2009 15:54:28 +0000 (15:54 +0000)]
(image-library-alist): Add gobject library.

15 years ago(System Processes): Document the `time' and `ctime' attributes of
Eli Zaretskii [Fri, 2 Jan 2009 15:20:05 +0000 (15:20 +0000)]
(System Processes): Document the `time' and `ctime' attributes of
`system-process-attributes'.

15 years ago(process_times): Compute sum of utime and stime.
Eli Zaretskii [Fri, 2 Jan 2009 15:08:57 +0000 (15:08 +0000)]
(process_times): Compute sum of utime and stime.
(system_process_attributes): Add Qtime to the alist.

15 years ago(system_process_attributes): Compute Qtime and Qctime and add them to the alist.
Eli Zaretskii [Fri, 2 Jan 2009 15:06:49 +0000 (15:06 +0000)]
(system_process_attributes): Compute Qtime and Qctime and add them to the alist.

15 years agoDeclare Qtime and Qctime.
Eli Zaretskii [Fri, 2 Jan 2009 15:06:22 +0000 (15:06 +0000)]
Declare Qtime and Qctime.

15 years ago(top level) <Qtime, Qctime>: New variables.
Eli Zaretskii [Fri, 2 Jan 2009 15:06:02 +0000 (15:06 +0000)]
(top level) <Qtime, Qctime>: New variables.
(syms_of_process): staticpro them.
(Fsystem_process_attributes): Add their documentation to the doc string.

15 years ago(window-system-default-frame-alist)
Martin Rudalics [Fri, 2 Jan 2009 14:47:45 +0000 (14:47 +0000)]
(window-system-default-frame-alist)
(initial-frame-alist, minibuffer-frame-alist)
(pop-up-frame-alist, pop-up-frame-function)
(special-display-frame-alist): Rewrite and reformat doc-strings.

15 years ago(Qgobject): New symbol.
Jason Rumney [Fri, 2 Jan 2009 12:10:06 +0000 (12:10 +0000)]
(Qgobject): New symbol.
(syms_of_image): Initialize it.
(init_svg_functions): Load some functions from gobject library.

15 years ago(make_terminal_frame): Remove redundant code and useless
Dan Nicolaescu [Thu, 1 Jan 2009 19:58:00 +0000 (19:58 +0000)]
(make_terminal_frame): Remove redundant code and useless
block.

15 years ago(conv_sockaddr_to_lisp): Add workaround for
Andreas Schwab [Thu, 1 Jan 2009 15:58:38 +0000 (15:58 +0000)]
(conv_sockaddr_to_lisp): Add workaround for
getsockname bug on BSD.

15 years ago(main): Fatal if hard links cannot be created.
Chong Yidong [Thu, 1 Jan 2009 09:34:28 +0000 (09:34 +0000)]
(main): Fatal if hard links cannot be created.

15 years ago* movemail.c (main): Fatal if hard links cannot be created.
Chong Yidong [Thu, 1 Jan 2009 09:34:15 +0000 (09:34 +0000)]
* movemail.c (main): Fatal if hard links cannot be created.

15 years ago(minibuffer-default-add-shell-commands): Fix doc-string typo.
Martin Rudalics [Thu, 1 Jan 2009 09:14:42 +0000 (09:14 +0000)]
(minibuffer-default-add-shell-commands): Fix doc-string typo.

15 years ago(x_create_tip_frame): Set border width of the X window.
Chong Yidong [Thu, 1 Jan 2009 08:54:46 +0000 (08:54 +0000)]
(x_create_tip_frame): Set border width of the X window.

15 years ago* xfns.c (x_create_tip_frame): Set border width of the X window.
Chong Yidong [Thu, 1 Jan 2009 08:54:01 +0000 (08:54 +0000)]
* xfns.c (x_create_tip_frame): Set border width of the X window.

15 years ago* display.texi (Face Attributes): Clarify :height attribute.
Chong Yidong [Thu, 1 Jan 2009 08:28:56 +0000 (08:28 +0000)]
* display.texi (Face Attributes): Clarify :height attribute.

15 years agoRemove obsolete comment.
Chong Yidong [Thu, 1 Jan 2009 08:23:02 +0000 (08:23 +0000)]
Remove obsolete comment.

15 years ago(Finternal_set_lisp_face_attribute): Improve error message.
Chong Yidong [Thu, 1 Jan 2009 08:09:32 +0000 (08:09 +0000)]
(Finternal_set_lisp_face_attribute): Improve error message.

15 years ago* xfaces.c (Finternal_set_lisp_face_attribute): Improve error
Chong Yidong [Thu, 1 Jan 2009 08:09:11 +0000 (08:09 +0000)]
* xfaces.c (Finternal_set_lisp_face_attribute): Improve error
message.

15 years agoFix setting of composition-function-table.
Chong Yidong [Thu, 1 Jan 2009 07:47:55 +0000 (07:47 +0000)]
Fix setting of composition-function-table.

15 years ago(tibetan-composition-function): Remove unused function, obsoleted by
Chong Yidong [Thu, 1 Jan 2009 07:47:20 +0000 (07:47 +0000)]
(tibetan-composition-function): Remove unused function, obsoleted by
2008-09-05 change to tibetan.el.

15 years ago* language/cham.el: Fix setting of composition-function-table.
Chong Yidong [Thu, 1 Jan 2009 07:46:23 +0000 (07:46 +0000)]
* language/cham.el: Fix setting of composition-function-table.

* language/khmer.el: Fix setting of composition-function-table.

* language/tibet-util.el (tibetan-composition-function): Remove
unused function, obsoleted by 2008-09-05 change to tibetan.el.

15 years ago(minibuffer-default): Add defvar.
Chong Yidong [Thu, 1 Jan 2009 03:36:43 +0000 (03:36 +0000)]
(minibuffer-default): Add defvar.