bpt/emacs.git
16 years ago(decode_options): -t implies -c.
Stefan Monnier [Fri, 21 Sep 2007 03:21:54 +0000 (03:21 +0000)]
(decode_options): -t implies -c.

16 years agoKevin Ryde <user42 at zip.com.au>
Glenn Morris [Fri, 21 Sep 2007 03:19:43 +0000 (03:19 +0000)]
Kevin Ryde  <user42 at zip.com.au>

(sgml-html-meta-auto-coding-function): Bind `case-fold-search' to t.

16 years ago(tex-validate-region): Handle escaped parens.
Glenn Morris [Fri, 21 Sep 2007 03:07:52 +0000 (03:07 +0000)]
(tex-validate-region): Handle escaped parens.
(tex-next-unmatched-eparen): New function.
(latex-forward-sexp-1): Doc fix.  Handle escaped parens.
(latex-forward-sexp): Doc fix.

16 years ago(eshell-output-filter-functions): Add eshell-postoutput-scroll-to-bottom.
Glenn Morris [Fri, 21 Sep 2007 02:59:33 +0000 (02:59 +0000)]
(eshell-output-filter-functions): Add eshell-postoutput-scroll-to-bottom.

16 years agoDiane Murray <disumu at x3y2z1.net>
Glenn Morris [Fri, 21 Sep 2007 02:59:20 +0000 (02:59 +0000)]
Diane Murray  <disumu at x3y2z1.net>

(url-get-normalized-date): Pass full timezone information to
timezone-make-date-arpa-standard, since zone name may be unknown.

16 years agoMarkus Triska <markus.triska at gmx.at>
Glenn Morris [Fri, 21 Sep 2007 02:41:05 +0000 (02:41 +0000)]
Markus Triska  <markus.triska at gmx.at>

(x_delete_display): Compile session management conditionally.

16 years agoRemove termdev.
Glenn Morris [Fri, 21 Sep 2007 02:38:05 +0000 (02:38 +0000)]
Remove termdev.

16 years ago*** empty log message ***
Glenn Morris [Fri, 21 Sep 2007 02:37:47 +0000 (02:37 +0000)]
*** empty log message ***

16 years ago(getenv_internal_1): New function.
Stefan Monnier [Thu, 20 Sep 2007 22:38:15 +0000 (22:38 +0000)]
(getenv_internal_1): New function.
(getenv_internal): Use it.
(Fgetenv_internal): Use it.  Accept an env-list as optional arg.

16 years ago*** empty log message ***
Stefan Monnier [Thu, 20 Sep 2007 21:58:16 +0000 (21:58 +0000)]
*** empty log message ***

16 years agoRemove.
Stefan Monnier [Thu, 20 Sep 2007 21:58:11 +0000 (21:58 +0000)]
Remove.

16 years ago(get-device-terminal): New function. Moved from termdev.el.
Stefan Monnier [Thu, 20 Sep 2007 21:57:23 +0000 (21:57 +0000)]
(get-device-terminal): New function.  Moved from termdev.el.
(frames-on-display-list): Use it.

16 years agoBind C-z to suspend-frame instead of suspend-emacs.
Stefan Monnier [Thu, 20 Sep 2007 21:49:18 +0000 (21:49 +0000)]
Bind C-z to suspend-frame instead of suspend-emacs.

16 years ago(get_terminal): Don't accept integers to represent terminals.
Stefan Monnier [Thu, 20 Sep 2007 21:44:06 +0000 (21:44 +0000)]
(get_terminal): Don't accept integers to represent terminals.
(Fterminal_name, Fterminal_parameters, Fterminal_parameter)
(Fset_terminal_parameter): Work with dead terminals as well.
(Fmodify_terminal_parameters): Remove.

16 years ago*** empty log message ***
Stefan Monnier [Thu, 20 Sep 2007 21:40:42 +0000 (21:40 +0000)]
*** empty log message ***

16 years ago(get_terminal): Handle terminals.
Stefan Monnier [Thu, 20 Sep 2007 21:32:12 +0000 (21:32 +0000)]
(get_terminal): Handle terminals.
Make sure the terminal returned is live.
(create_terminal): Use allocate_terminal.
(mark_terminals): Move to alloc.c.
(delete_terminal): Use terminal->name as liveness status.
NULL out fields after freeing their contents.
Don't deallocate the object.
(Fframe_terminal): Use FRAME_TERMINAL.  Return the terminal object
rather than an int.
(Fterminal_live_p): Accept non-integer arguments.
(Fterminal_list): Return terminal objects rather than an ints.

16 years ago(enum mem_type): New member for `terminal' objects.
Stefan Monnier [Thu, 20 Sep 2007 21:28:51 +0000 (21:28 +0000)]
(enum mem_type): New member for `terminal' objects.
(allocate_terminal): New function.
(mark_maybe_pointer, valid_lisp_object_p, mark_object): Handle terminals.
(mark_terminal): New fun.
(mark_terminals): Move from terminal.c.

16 years ago(get_tty_terminal): Don't treat output_initial specially.
Stefan Monnier [Thu, 20 Sep 2007 21:27:01 +0000 (21:27 +0000)]
(get_tty_terminal): Don't treat output_initial specially.
(Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
(delete_tty): Use terminal->name as liveness status.

16 years ago(struct terminal): Make it into a pseudovector.
Stefan Monnier [Thu, 20 Sep 2007 21:26:01 +0000 (21:26 +0000)]
(struct terminal): Make it into a pseudovector.
Remove `deleted' replaced by checking `name's nullness.

16 years ago(print_object): Handle terminals.
Stefan Monnier [Thu, 20 Sep 2007 21:24:47 +0000 (21:24 +0000)]
(print_object): Handle terminals.

16 years ago(enum pvec_type): New `terminal' pseudovector.
Stefan Monnier [Thu, 20 Sep 2007 21:24:14 +0000 (21:24 +0000)]
(enum pvec_type): New `terminal' pseudovector.
(XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.

16 years ago(make_terminal_frame): Use terminal->name as liveness status.
Stefan Monnier [Thu, 20 Sep 2007 21:21:27 +0000 (21:21 +0000)]
(make_terminal_frame): Use terminal->name as liveness status.

16 years ago(tty_read_avail_input): Use terminal->name as liveness status.
Stefan Monnier [Thu, 20 Sep 2007 21:21:08 +0000 (21:21 +0000)]
(tty_read_avail_input): Use terminal->name as liveness status.

16 years ago(w32_delete_terminal): Use terminal->name as liveness status.
Stefan Monnier [Thu, 20 Sep 2007 21:19:13 +0000 (21:19 +0000)]
(w32_delete_terminal): Use terminal->name as liveness status.

16 years ago(x_delete_terminal): Use terminal->name as liveness status.
Stefan Monnier [Thu, 20 Sep 2007 21:18:47 +0000 (21:18 +0000)]
(x_delete_terminal): Use terminal->name as liveness status.

16 years ago(terminal-id): Ask terminal-live-p before giving up.
Stefan Monnier [Thu, 20 Sep 2007 21:16:26 +0000 (21:16 +0000)]
(terminal-id): Ask terminal-live-p before giving up.

16 years ago(frames-on-display-list): Docstring fix.
Stefan Monnier [Thu, 20 Sep 2007 21:14:32 +0000 (21:14 +0000)]
(frames-on-display-list): Docstring fix.

16 years ago(DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP)
Stefan Monnier [Thu, 20 Sep 2007 21:14:08 +0000 (21:14 +0000)]
(DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP)
(IS_ANY_SEP): Only define if !defined(HAVE_GET_CURRENT_DIR_NAME).
(main_argc): Remove.
(strprefix): Use strncmp.

16 years ago(comment-add): If EXTRA, double `comment-add' value.
Richard M. Stallman [Thu, 20 Sep 2007 16:32:26 +0000 (16:32 +0000)]
(comment-add): If EXTRA, double `comment-add' value.

16 years ago(main) [SIGSTOP]: Change conditional from WINDOWSNT.
Jason Rumney [Thu, 20 Sep 2007 14:58:41 +0000 (14:58 +0000)]
(main) [SIGSTOP]: Change conditional from WINDOWSNT.

16 years ago(add-log-current-defun): Fix thinko w.r.t derived-mode-p.
Stefan Monnier [Thu, 20 Sep 2007 14:06:13 +0000 (14:06 +0000)]
(add-log-current-defun): Fix thinko w.r.t derived-mode-p.

16 years agoChange by author without assignment is tiny.
Glenn Morris [Thu, 20 Sep 2007 03:11:55 +0000 (03:11 +0000)]
Change by author without assignment is tiny.

16 years agoRefill copyright.
Glenn Morris [Thu, 20 Sep 2007 03:08:03 +0000 (03:08 +0000)]
Refill copyright.

NB previous change had incorrect CVS log entry.  Correct log:

(tex-validate-buffer): Use paragraph motion functions, rather than
hard-coding "\n\n".
(tex-validate-region): Check for eobp, to speed up.
(tex-next-unmatched-end): Doc fix.

16 years agoRevert previous change.
Glenn Morris [Thu, 20 Sep 2007 03:01:01 +0000 (03:01 +0000)]
Revert previous change.

16 years agoRevert previous change.
Glenn Morris [Thu, 20 Sep 2007 02:53:58 +0000 (02:53 +0000)]
Revert previous change.

16 years ago(Fmake_network_process): Doc fix.
Glenn Morris [Thu, 20 Sep 2007 02:46:49 +0000 (02:46 +0000)]
(Fmake_network_process): Doc fix.

16 years ago(current_frame): Change the default.
Stefan Monnier [Thu, 20 Sep 2007 01:11:57 +0000 (01:11 +0000)]
(current_frame): Change the default.
(longopts): Replace --current-frame by --create-frame.
(decode_options): Reverse the meaning of -c.
(print_help_and_exit): Update help text accordingly.
(main): Remove the -version and -good-version messages.

16 years ago(w32_init_fringe, mac_init_fringe): Declare rif argument.
Jason Rumney [Wed, 19 Sep 2007 20:50:40 +0000 (20:50 +0000)]
(w32_init_fringe, mac_init_fringe): Declare rif argument.

16 years ago(auto-mode-alist): Use archive-mode for .rar files.
Stefan Monnier [Wed, 19 Sep 2007 17:26:29 +0000 (17:26 +0000)]
(auto-mode-alist): Use archive-mode for .rar files.

16 years ago(auto-coding-alist): Rar archives are binary.
Stefan Monnier [Wed, 19 Sep 2007 17:26:02 +0000 (17:26 +0000)]
(auto-coding-alist): Rar archives are binary.

16 years ago*** empty log message ***
Stefan Monnier [Wed, 19 Sep 2007 17:24:37 +0000 (17:24 +0000)]
*** empty log message ***

16 years agoAdd basic support for Rar.
Stefan Monnier [Wed, 19 Sep 2007 17:19:59 +0000 (17:19 +0000)]
Add basic support for Rar.
(archive-find-type): Recognize Rar's signature.
(archive-desummarize): New fun.
(archive-summarize): Use it to restore the buffer's data in case
someone wants to switch to some other major mode.
(archive-resummarize): Use it as well.
(archive-rar-summarize, archive-rar-extract): New functions.

16 years agoRemove spurious * in docstrings.
Stefan Monnier [Wed, 19 Sep 2007 15:16:31 +0000 (15:16 +0000)]
Remove spurious * in docstrings.
(filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
(filesets-conditional-sort): Remove unused arg `simply-do-it'.
(filesets-ingroup-collect): Remove unused arg `depth'.
(filesets-update): Remove unused arg `version'.

16 years ago(finder-compile-keywords): Fix up comment style.
Stefan Monnier [Wed, 19 Sep 2007 14:57:02 +0000 (14:57 +0000)]
(finder-compile-keywords): Fix up comment style.
(finder-mouse-face-on-line): previous-line -> forward-line.

16 years agoFix up comment style.
Stefan Monnier [Wed, 19 Sep 2007 14:54:21 +0000 (14:54 +0000)]
Fix up comment style.

16 years agoRemove spurious * in docstrings.
Stefan Monnier [Wed, 19 Sep 2007 14:53:44 +0000 (14:53 +0000)]
Remove spurious * in docstrings.
(recentf-save-list): Fix up comment style.

16 years agoFix up comment style.
Stefan Monnier [Wed, 19 Sep 2007 14:49:27 +0000 (14:49 +0000)]
Fix up comment style.

16 years agoRemove spurious * in docstrings.
Stefan Monnier [Wed, 19 Sep 2007 14:47:51 +0000 (14:47 +0000)]
Remove spurious * in docstrings.
(octave-mode-map): Move init into declaration and remove \t binding.
(octave-mode-startup-message): Remove unused var.
(octave-scan-blocks): Remove unused arg `from'.
(octave-forward-block, octave-down-block, octave-up-block): Update callers.

16 years ago(meta-mode-syntax-table): Move init into decl.
Stefan Monnier [Wed, 19 Sep 2007 14:32:53 +0000 (14:32 +0000)]
(meta-mode-syntax-table): Move init into decl.
(meta-mode-map): Likewise and remove \t binding.

16 years agoRemove spurious * in docstrings.
Stefan Monnier [Wed, 19 Sep 2007 14:20:54 +0000 (14:20 +0000)]
Remove spurious * in docstrings.
(snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
(snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
(snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
that completion accepts lists of strings.
(snmp-mode-syntax-table): Move initialization into declaration.
(snmp-mode-map): Likewise and remove \t binding.
(snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
(snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
(snmp-indent-command): Remove.

16 years ago(lisp-mode-shared-map): Use the default TAB binding to obey tab-always-indent.
Stefan Monnier [Wed, 19 Sep 2007 13:44:43 +0000 (13:44 +0000)]
(lisp-mode-shared-map): Use the default TAB binding to obey tab-always-indent.

16 years ago(browse-url-elinks-new-window): New function.
Michaël Cadilhac [Wed, 19 Sep 2007 11:26:57 +0000 (11:26 +0000)]
(browse-url-elinks-new-window): New function.
(browse-url-elinks): Use browse-url-elinks-new-window.  Accept
optional second argument `new-window'.  Fix typo in doc-string.
(browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
Improve error message.

16 years ago(browse-url-url-encode-chars): Use the right parameter name in the function body.
Michaël Cadilhac [Wed, 19 Sep 2007 11:22:03 +0000 (11:22 +0000)]
(browse-url-url-encode-chars): Use the right parameter name in the function body.
Reported by Johannes Weiner.

16 years ago(detect_eol_type, detect_eol_type_in_2_octet_form):
Michaël Cadilhac [Wed, 19 Sep 2007 10:02:43 +0000 (10:02 +0000)]
(detect_eol_type, detect_eol_type_in_2_octet_form):
Fix a C warning regarding variable constness.

16 years ago(handle_one_xevent): Fix a C warning.
Michaël Cadilhac [Wed, 19 Sep 2007 10:02:13 +0000 (10:02 +0000)]
(handle_one_xevent): Fix a C warning.

16 years ago(socks-open-network-stream): Standardize error message from previous
Glenn Morris [Wed, 19 Sep 2007 07:57:47 +0000 (07:57 +0000)]
(socks-open-network-stream): Standardize error message from previous
change.

16 years ago(socks-open-network-stream): Signal an explicit error if the port
Glenn Morris [Wed, 19 Sep 2007 07:52:30 +0000 (07:52 +0000)]
(socks-open-network-stream): Signal an explicit error if the port
associated with a service string can't be found.

16 years ago*** empty log message ***
Glenn Morris [Wed, 19 Sep 2007 07:52:19 +0000 (07:52 +0000)]
*** empty log message ***

16 years agoChanges from author without assignment are tiny.
Glenn Morris [Wed, 19 Sep 2007 07:39:43 +0000 (07:39 +0000)]
Changes from author without assignment are tiny.

16 years ago(tex-terminate-paragraph): Leave point at the site of any mismatch.
Glenn Morris [Wed, 19 Sep 2007 07:24:45 +0000 (07:24 +0000)]
(tex-terminate-paragraph): Leave point at the site of any mismatch.

16 years ago(tex-terminate-paragraph): Use backward-paragraph.
Glenn Morris [Wed, 19 Sep 2007 07:24:17 +0000 (07:24 +0000)]
(tex-terminate-paragraph): Use backward-paragraph.

16 years ago*** empty log message ***
Glenn Morris [Wed, 19 Sep 2007 07:20:22 +0000 (07:20 +0000)]
*** empty log message ***

16 years agoSync changes from upstream ERC
Michael Olson [Wed, 19 Sep 2007 03:29:03 +0000 (03:29 +0000)]
Sync changes from upstream ERC

16 years ago(server-running-p): New function.
Stefan Monnier [Wed, 19 Sep 2007 02:00:54 +0000 (02:00 +0000)]
(server-running-p): New function.

16 years ago(w32-focus-frame): Make obsolete alias for x-focus-frame.
Jason Rumney [Tue, 18 Sep 2007 22:18:09 +0000 (22:18 +0000)]
(w32-focus-frame): Make obsolete alias for x-focus-frame.

16 years ago(select-frame-set-input-focus, select-frame-by-name): Use x-focus-frame for w32.
Jason Rumney [Tue, 18 Sep 2007 22:17:29 +0000 (22:17 +0000)]
(select-frame-set-input-focus, select-frame-by-name): Use x-focus-frame for w32.

16 years ago(Fx_focus_frame): Rename from Fw32_focus_frame.
Jason Rumney [Tue, 18 Sep 2007 22:15:06 +0000 (22:15 +0000)]
(Fx_focus_frame): Rename from Fw32_focus_frame.

16 years ago*** empty log message ***
Dan Nicolaescu [Tue, 18 Sep 2007 01:31:07 +0000 (01:31 +0000)]
*** empty log message ***

16 years ago(tex-verbatim-environments): Eliminate CL dependency.
Richard M. Stallman [Mon, 17 Sep 2007 22:23:13 +0000 (22:23 +0000)]
(tex-verbatim-environments): Eliminate CL dependency.

16 years ago(comment-add): New arg EXTRA.
Richard M. Stallman [Mon, 17 Sep 2007 16:40:58 +0000 (16:40 +0000)]
(comment-add): New arg EXTRA.
(comment-region-default): Pass EXTRA if not indenting lines.

16 years ago(browse-url-url-encode-chars): New function.
Michaël Cadilhac [Mon, 17 Sep 2007 15:59:55 +0000 (15:59 +0000)]
(browse-url-url-encode-chars): New function.
URL-encode some chars in a string.
(browse-url-encode-url): Rewrite using the previous function.
(browse-url-file-url): Use `browse-url-url-encode-chars'.
(browse-url-elinks-sentinel): Fix typo.
(browse-url-new-window-flag): Doc change.

16 years ago(gdpy_def): New variable.
Jan Djärv [Mon, 17 Sep 2007 08:07:28 +0000 (08:07 +0000)]
(gdpy_def): New variable.
(xg_initialize): Initialize gdpy_def.
(xg_display_close): If no other display exists, set gdpy_def to a
new connection.

16 years ago(tex-compilation-parse-errors): Prefer the filename from
Glenn Morris [Mon, 17 Sep 2007 07:04:46 +0000 (07:04 +0000)]
(tex-compilation-parse-errors): Prefer the filename from
`--file-line-error', if it is available.

16 years agoJoe Wells <jbw at macs.hw.ac.uk> (tiny change)
Glenn Morris [Mon, 17 Sep 2007 07:02:35 +0000 (07:02 +0000)]
Joe Wells  <jbw at macs.hw.ac.uk>  (tiny change)

(tex-compilation-parse-errors): Also match TeX `--file-line-error'
format.

16 years agoDelete add-hook calls that were moved to
Dan Nicolaescu [Mon, 17 Sep 2007 06:54:23 +0000 (06:54 +0000)]
Delete add-hook calls that were moved to
xterm-mouse-mode.
(xterm-mouse-mode): Disable resume-tty-functions, explain why it
does not work.

16 years agoDelete add-hook calls that were moved to
Dan Nicolaescu [Mon, 17 Sep 2007 06:34:16 +0000 (06:34 +0000)]
Delete add-hook calls that were moved to
xterm-mouse-mode.

16 years ago(custom-theme-set-faces): Undo previous change.
Richard M. Stallman [Mon, 17 Sep 2007 02:55:37 +0000 (02:55 +0000)]
(custom-theme-set-faces): Undo previous change.

16 years ago(face-spec-set): When FRAME nil, look up each frame in SPEC.
Richard M. Stallman [Mon, 17 Sep 2007 02:13:51 +0000 (02:13 +0000)]
(face-spec-set): When FRAME nil, look up each frame in SPEC.

16 years ago(tex-region): Simplify previous change,
Glenn Morris [Mon, 17 Sep 2007 00:24:12 +0000 (00:24 +0000)]
(tex-region): Simplify previous change,
handling the case where the region is not in `tex-main-file'.
(tex-region-1): Delete.
(tex-region-header): New function, doing the header part of the
old tex-region-1.

16 years ago*** empty log message ***
Glenn Morris [Mon, 17 Sep 2007 00:23:55 +0000 (00:23 +0000)]
*** empty log message ***

16 years ago(newline): Simplify use of prefix-numeric-value.
Stefan Monnier [Sun, 16 Sep 2007 22:11:33 +0000 (22:11 +0000)]
(newline): Simplify use of prefix-numeric-value.
(line-move-partial): Remove unused var `ppos'.
(line-move-1): Replace 9999 with most-positive-fixnum.
(move-end-of-line): Use more efficient single-property search.
(move-beginning-of-line): Remove unused var `start'.
(blink-matching-open): Restructure in a more functional style.

16 years ago*** empty log message ***
Richard M. Stallman [Sun, 16 Sep 2007 21:42:40 +0000 (21:42 +0000)]
*** empty log message ***

16 years ago(list-holidays): Remove the cyclic alias.
Michaël Cadilhac [Sun, 16 Sep 2007 11:53:23 +0000 (11:53 +0000)]
(list-holidays): Remove the cyclic alias.

16 years ago(xg_get_image_for_pixmap): Always create a GdkPixbuf
Jan Djärv [Sun, 16 Sep 2007 09:38:37 +0000 (09:38 +0000)]
(xg_get_image_for_pixmap): Always create a GdkPixbuf
when we have no file name for the icon.
(xg_tool_bar_expose_callback): Remove.
(xg_create_tool_bar): Don't connect expose signal to
xg_tool_bar_expose_callback.
(xg_get_file_with_chooser): Move GCPRO1 after declarations.

16 years ago(reset_malloc_hooks): Set the hooks to the previous
Andreas Schwab [Sun, 16 Sep 2007 09:25:45 +0000 (09:25 +0000)]
(reset_malloc_hooks): Set the hooks to the previous
values instead of zapping them.

16 years ago(server-clients): Only keep procs, no properties any more.
Stefan Monnier [Sun, 16 Sep 2007 05:16:42 +0000 (05:16 +0000)]
(server-clients): Only keep procs, no properties any more.
(server-client): Remove.
(server-client-get, server-client-set): Remove, replace all callers by
process-get and process-put resp.
(server-clients-with, server-add-client, server-delete-client)
(server-create-tty-frame, server-create-window-system-frame)
(server-process-filter, server-execute, server-visit-files)
(server-buffer-done, server-kill-buffer-query-function)
(server-kill-emacs-query-function, server-switch-buffer)
(server-save-buffers-kill-terminal): Update accordingly.

16 years ago(server-with-environment): Simplify.
Stefan Monnier [Sun, 16 Sep 2007 04:53:39 +0000 (04:53 +0000)]
(server-with-environment): Simplify.
(server-select-display, server-unselect-display): Re-add functions that
seem to have been lost in the multi-tty merge.
(server-eval-and-print, server-create-tty-frame)
(server-create-window-system-frame, server-goto-toplevel)
(server-execute, server-return-error): New functions extracted from
server-process-filter.
(server-execute-continuation): New functions.
(server-process-filter): Restructure so that all arguments are analysed
first and then acted upon in a subsequent stage  This way
server-goto-toplevel can be executed later, when we know if
it's necessary.
Remove the "-version" and "-version-good" support.

16 years agoDrew Adams <drew.adams at oracle.com>
Glenn Morris [Sun, 16 Sep 2007 03:06:30 +0000 (03:06 +0000)]
Drew Adams  <drew.adams at oracle.com>

(custom-face-edit-activate): Doc fix.

16 years ago*** empty log message ***
Glenn Morris [Sun, 16 Sep 2007 02:36:16 +0000 (02:36 +0000)]
*** empty log message ***

16 years ago(Holidays): Change all instances of `holiday-list' back to `list-holidays'.
Glenn Morris [Sun, 16 Sep 2007 02:29:50 +0000 (02:29 +0000)]
(Holidays): Change all instances of `holiday-list' back to `list-holidays'.

16 years agoFile gfdl.1 has been removed.
Glenn Morris [Sun, 16 Sep 2007 02:26:37 +0000 (02:26 +0000)]
File gfdl.1 has been removed.

16 years agoFollowing cal-bahai renaming, update all
Glenn Morris [Sun, 16 Sep 2007 02:26:29 +0000 (02:26 +0000)]
Following cal-bahai renaming, update all
instances of list-bahai-diary-entries to diary-bahai-list-entries,
mark-bahai-diary-entries to diary-bahai-mark-entries,
calendar-goto-bahai-date to calendar-bahai-goto-date,
insert-bahai-diary-entry to diary-bahai-insert-entry,
insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
calendar-print-bahai-date to calendar-bahai-print-date.

16 years ago(cal-menu-diary-menu, cal-menu-goto-menu):
Glenn Morris [Sun, 16 Sep 2007 02:20:02 +0000 (02:20 +0000)]
(cal-menu-diary-menu, cal-menu-goto-menu):
Following cal-bahai renaming, update all instances of
insert-bahai-diary-entry to diary-bahai-insert-entry,
insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
calendar-goto-bahai-date to calendar-bahai-goto-date

16 years agoFollowing cal-bahai renaming, update all instances of
Glenn Morris [Sun, 16 Sep 2007 02:17:53 +0000 (02:17 +0000)]
Following cal-bahai renaming, update all instances of
list-bahai-diary-entries to diary-bahai-list-entries,
mark-bahai-diary-entries to diary-bahai-mark-entries, and
mark-bahai-calendar-date-pattern to calendar-bahai-mark-date-pattern.

16 years agoFix typos in aliases in previous change.
Glenn Morris [Sun, 16 Sep 2007 02:12:50 +0000 (02:12 +0000)]
Fix typos in aliases in previous change.

16 years agoRemove unused file.
Glenn Morris [Sun, 16 Sep 2007 02:09:51 +0000 (02:09 +0000)]
Remove unused file.

16 years ago(tex-region): Handle the case where the region is not in
Glenn Morris [Sun, 16 Sep 2007 02:05:26 +0000 (02:05 +0000)]
(tex-region): Handle the case where the region is not in
`tex-main-file'.  Move the old code that applies to both cases...
(tex-region-1): ...to this new function.

16 years ago(vc-process-sentinel): New function.
Stefan Monnier [Sat, 15 Sep 2007 22:25:55 +0000 (22:25 +0000)]
(vc-process-sentinel): New function.
(vc-exec-after): Use it instead of using ugly hackish analysis and
construction of Elisp code.
(vc-sentinel-movepoint): New dynamically scoped var.
(vc-print-log, vc-annotate): Set it to move the user's point.

16 years ago*** empty log message ***
Juanma Barranquero [Sat, 15 Sep 2007 21:27:19 +0000 (21:27 +0000)]
*** empty log message ***

16 years ago(vc-cvs-annotate-time): Use inhibit-read-only and inhibit-modification-hooks.
Stefan Monnier [Sat, 15 Sep 2007 21:07:32 +0000 (21:07 +0000)]
(vc-cvs-annotate-time): Use inhibit-read-only and inhibit-modification-hooks.