bpt/emacs.git
15 years ago* bitmaps/README:
Dan Nicolaescu [Thu, 31 Jul 2008 05:33:56 +0000 (05:33 +0000)]
* bitmaps/README:
* xfns.c:
* termcap.c:
* term.c:
* syswait.h:
* systty.h:
* systime.h:
* syssignal.h:
* sysdep.c:
* process.h:
* process.c:
* print.c:
* ndir.h:
* lread.c:
* keyboard.c:
* getpagesize.h:
* floatfns.c:
* fileio.c:
* emacs.c:
* doc.c:
* dispnew.c:
* dired.c:
* data.c:
* callproc.c:
* buffer.c:
* README:
* Makefile.in:
* s/template.h:
* s/msdos.h:
* m/vax.h: Remove VMS support.
* s/vms.h:
* vlimit.h:
* uaf.h:
* temacs.opt:
* param.h:
* ioctl.h: Remove file.

* descrip.mms:
* compile.com: Remove file.
* Create.c: Remove VMS support.

* message.el (Module):

* gnus-start.el (Module):

* gnus-registry.el (Module):

* textmodes/texinfmt.el:
* nxml/nxml-enc.el:
* mail/feedmail.el:
* international/mule.el:
* international/latexenc.el:
* emulation/viper-util.el:
* emulation/viper-init.el:
* emulation/viper-ex.el:
* emacs-lisp/bytecomp.el:
* version.el:
* subr.el:
* startup.el:
* sort.el:
* shadowfile.el:
* recentf.el:
* printing.el:
* paths.el:
* minibuffer.el:
* ls-lisp.el:
* loadup.el:
* hippie-exp.el:
* finder.el:
* files.el:
* ediff-util.el:
* ediff-ptch.el:
* ediff-init.el:
* ediff-diff.el:
* dired.el:
* dired-aux.el:
* cus-edit.el:
* bindings.el:
* arc-mode.el:
* add-log.el: Remove VMS support.
* obsolete/vmsproc.el:
* obsolete/vms-pmail.el:
* obsolete/vms-patch.el: Remove file.

* etags.c:
* emacsclient.c: Remove VMS support.

* termcap.src: Remove file.
* README:
* PROBLEMS:
* MACHINES: Remove VMS info.

* ediff.texi: Remove VMS support.

* os.texi:
* intro.texi:
* files.texi: Remove VMS support.

* emacs.texi: Remove VMS support.

* make-dist:
* README: Remove VMS support.
* vms: Remove directory.

15 years ago* s/ms-w32.h (MULTI_KBOARD): Remove.
Dan Nicolaescu [Thu, 31 Jul 2008 02:47:32 +0000 (02:47 +0000)]
* s/ms-w32.h (MULTI_KBOARD): Remove.
* xterm.c:
* xselect.c:
* xfns.c:
* window.c:
* w32term.c:
* w32fns.c:
* terminal.c:
* termhooks.h:
* term.c:
* sysdep.c:
* keyboard.h:
* keyboard.c:
* frame.h:
* frame.c:
* frame.c: Remove references to MULTI_KBOARD, it is now the
default.
* config.in: Regenerate.

* config.nt (MULTI_KBOARD): Remove.

* configure.in (MULTI_KBOARD): Remove.

15 years ago(c-before-hack-hook): New function
Chong Yidong [Thu, 31 Jul 2008 01:37:35 +0000 (01:37 +0000)]
(c-before-hack-hook): New function
(Top Level): Install c-before-hack-hook on
before-hack-local-variables-hook, rather than
c-postprocess-file-styles on hack-local-variables-hook.

15 years ago* progmodes/cc-mode.el (c-before-hack-hook): New function
Chong Yidong [Thu, 31 Jul 2008 01:37:24 +0000 (01:37 +0000)]
* progmodes/cc-mode.el (c-before-hack-hook): New function
(Top Level): Install c-before-hack-hook on
before-hack-local-variables-hook, rather than
c-postprocess-file-styles on hack-local-variables-hook.

15 years agoDocument file-local-variables-alist and before-hack-local-variables-hook
Chong Yidong [Thu, 31 Jul 2008 01:27:33 +0000 (01:27 +0000)]
Document file-local-variables-alist and before-hack-local-variables-hook

15 years ago(normal-mode): Move call to hack-project-variables into
Chong Yidong [Thu, 31 Jul 2008 01:22:54 +0000 (01:22 +0000)]
(normal-mode): Move call to hack-project-variables into
hack-local-variables.
(file-local-variables-alist, before-hack-local-variables-hook):
New vars.
(ignored-local-variables): Add file-local-variables-alist.
(hack-local-variables-filter): Renamed from
hack-local-variables-apply.  Add the result to
file-local-variables-alist, without applying them.
(hack-local-variables): Set file-local-variables-alist to nil.
Call hack-project-variables and before-hack-local-variables-hook.
Apply variables here, instead of hack-local-variables-apply.
Based on a patch by Alan Mackenzie.

15 years ago* files.el (normal-mode): Move call to hack-project-variables into
Chong Yidong [Thu, 31 Jul 2008 01:22:29 +0000 (01:22 +0000)]
* files.el (normal-mode): Move call to hack-project-variables into
hack-local-variables.
(file-local-variables-alist, before-hack-local-variables-hook):
New vars.
(ignored-local-variables): Add file-local-variables-alist.
(hack-local-variables-filter): Renamed from
hack-local-variables-apply.  Add the result to
file-local-variables-alist, without applying them.
(hack-local-variables): Set file-local-variables-alist to nil.
Call hack-project-variables and before-hack-local-variables-hook.
Apply variables here, instead of hack-local-variables-apply.
Based on a patch by Alan Mackenzie.

15 years ago* w32font.h (struct w32font_info): Use unicode version of textmetrics.
Jason Rumney [Wed, 30 Jul 2008 21:45:35 +0000 (21:45 +0000)]
* w32font.h (struct w32font_info): Use unicode version of textmetrics.

* w32font.c (w32font_encode_char): Leave as unicode if in range.
(w32font_open_internal): Get unicode version of textmetrics.
Don't enable or disable glyph indices here.
(w32font_open): Disable use of glyph indices.

* w32uniscribe.c (uniscribe_open): Enable use of glyph indices.

15 years agoHandle AS_* in Autoconf 2.62's index for `info-lookup-symbol'.
Thien-Thi Nguyen [Wed, 30 Jul 2008 20:29:54 +0000 (20:29 +0000)]
Handle AS_* in Autoconf 2.62's index for `info-lookup-symbol'.

* lisp/info-look.el (autoconf-mode :doc-spec): For
"(autoconf)M4 Macro Index", if the item already
begins with "AS_", don't prefix that string again.

15 years ago(info, Info-mode): Doc fix.
Juri Linkov [Wed, 30 Jul 2008 17:17:13 +0000 (17:17 +0000)]
(info, Info-mode): Doc fix.

15 years agoIsearch-related changes.
Juri Linkov [Wed, 30 Jul 2008 16:41:43 +0000 (16:41 +0000)]
Isearch-related changes.

15 years ago(isearch-mode-map): Bind `M-s r' to `isearch-toggle-regexp'
Juri Linkov [Wed, 30 Jul 2008 16:40:48 +0000 (16:40 +0000)]
(isearch-mode-map): Bind `M-s r' to `isearch-toggle-regexp'
and `M-s w' to `isearch-toggle-word'.
(search-map): Bind `M-s w' to `isearch-forward-word' globally
in the global map `search-map'.
(isearch-forward): Doc fix.
(isearch-forward-word, isearch-toggle-case-fold): New commands.

15 years ago(quoted-insert): Comment out code that treats 0240-0377 specially.
Juri Linkov [Wed, 30 Jul 2008 16:38:29 +0000 (16:38 +0000)]
(quoted-insert): Comment out code that treats 0240-0377 specially.

15 years agoFix last change.
Chong Yidong [Wed, 30 Jul 2008 15:33:58 +0000 (15:33 +0000)]
Fix last change.

15 years ago(Vread_buffer_function): Doc fix.
Chong Yidong [Wed, 30 Jul 2008 15:33:38 +0000 (15:33 +0000)]
(Vread_buffer_function): Doc fix.

15 years ago* minibuf.c (syms_of_minibuf): Doc fix.
Chong Yidong [Wed, 30 Jul 2008 15:33:22 +0000 (15:33 +0000)]
* minibuf.c (syms_of_minibuf): Doc fix.

15 years agoDocument read-file-name-completion-ignore-case and
Chong Yidong [Wed, 30 Jul 2008 15:31:59 +0000 (15:31 +0000)]
Document read-file-name-completion-ignore-case and
read-buffer-completion-ignore-case.

15 years agoAdd customization info for read-buffer-completion-ignore-case.
Chong Yidong [Wed, 30 Jul 2008 15:29:06 +0000 (15:29 +0000)]
Add customization info for read-buffer-completion-ignore-case.

15 years ago* cus-start.el: Add customization info for
Chong Yidong [Wed, 30 Jul 2008 15:28:54 +0000 (15:28 +0000)]
* cus-start.el: Add customization info for
read-buffer-completion-ignore-case.

15 years ago(read_buffer_completion_ignore_case): New var.
Chong Yidong [Wed, 30 Jul 2008 15:26:31 +0000 (15:26 +0000)]
(read_buffer_completion_ignore_case): New var.
(Fread_buffer): Use it.

15 years ago* minibuf.c (read_buffer_completion_ignore_case): New var.
Chong Yidong [Wed, 30 Jul 2008 15:25:00 +0000 (15:25 +0000)]
* minibuf.c (read_buffer_completion_ignore_case): New var.
(Fread_buffer): Use it.

15 years ago* systty.h (sensemode): Remove empty #if. Remove reference to
Dan Nicolaescu [Wed, 30 Jul 2008 15:14:07 +0000 (15:14 +0000)]
* systty.h (sensemode): Remove empty #if.  Remove reference to
BSD_TERMIOS, unused.

* sysdep.c: Remove reference to DGUX.
(closedir): Remove reference to BROKEN_CLOSEDIR, unused.

* config.in: Regenerate.

* configure.in (DO_BLOCK_INPUT): Remove, unused.

15 years ago(vc-dir): Call file-truename on the dir argument.
Sam Steingold [Wed, 30 Jul 2008 14:59:08 +0000 (14:59 +0000)]
(vc-dir): Call file-truename on the dir argument.

15 years ago(vc-dir-menu-map, vc-at-event): Fix docstring.
Dan Nicolaescu [Wed, 30 Jul 2008 14:50:08 +0000 (14:50 +0000)]
(vc-dir-menu-map, vc-at-event): Fix docstring.
(vc-dir-mode): Improve docstring.

15 years ago(dired-isearch-filenames-setup): Add autoload cookie
Juri Linkov [Wed, 30 Jul 2008 14:18:28 +0000 (14:18 +0000)]
(dired-isearch-filenames-setup): Add autoload cookie
for the sake of isearch-mode-hook in dired-mode in dired.el.

15 years agoSet image-mode-text-map when image cannot be displayed.
Chong Yidong [Wed, 30 Jul 2008 13:35:50 +0000 (13:35 +0000)]
Set image-mode-text-map when image cannot be displayed.

15 years ago* image-mode.el (image-mode): Set image-mode-text-map when image
Chong Yidong [Wed, 30 Jul 2008 13:34:24 +0000 (13:34 +0000)]
* image-mode.el (image-mode): Set image-mode-text-map when image
cannot be displayed.

15 years ago(uniscribe_encode_char): Fix glyph buffer size.
Jason Rumney [Wed, 30 Jul 2008 13:17:43 +0000 (13:17 +0000)]
(uniscribe_encode_char): Fix glyph buffer size.

15 years agoFix typos.
Juanma Barranquero [Wed, 30 Jul 2008 09:44:53 +0000 (09:44 +0000)]
Fix typos.

15 years ago* lisp/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
Juanma Barranquero [Wed, 30 Jul 2008 09:42:46 +0000 (09:42 +0000)]
* lisp/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
  ada-xref-set-default-prj-values.
  (ada-prj-display-page): Ditto.

* list/ada-xref.el (ada-gnatstub-opts): Fix doc string.
  (ada-make-filename-from-adaname): Fix free variable.

15 years ago(VC Directory Mode): Update the display format and fix
Dan Nicolaescu [Wed, 30 Jul 2008 07:56:17 +0000 (07:56 +0000)]
(VC Directory Mode): Update the display format and fix
the vc-dir command name.

15 years ago(vc-git-status-printer): Synchronize with the default.
Dan Nicolaescu [Wed, 30 Jul 2008 07:50:26 +0000 (07:50 +0000)]
(vc-git-status-printer): Synchronize with the default.

15 years ago* verilog-mode.el (verilog-do-indent): Remove special indent for
Dan Nicolaescu [Wed, 30 Jul 2008 07:03:17 +0000 (07:03 +0000)]
* verilog-mode.el (verilog-do-indent): Remove special indent for
declarations inside a parenthetical list. The code is ill-advised,
and doesn't work given user defined types.
(verilog-set-auto-endcomments): Enhance function automatic
endcomment to support functions that return user defined types.
(verilog-mode): Add code to tell which-function-mode minor mode
that Verilog supports this feature.
(verilog-beg-block-re-ordered, verilog-indent-re)
(verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
(verilog-leap-to-head): Support the new virtual and/or protected
tasks, as well as extern declarations of tasks for indenting and
for foward/backward expression.

* verilog-mode (verilog-read-decls): Allow AUTORESET to work with
SV 'logic' signals.  [Julian Gorfajn]
(verilog-auto-inst-column): Make verilog-auto-inst-column
customizable.
(verilog-string-replace-matches): Avoid recursion with small
replacements.
(verilog-auto-inst-param-value, verilog-mode-version)
(verilog-mode-version-date, verilog-read-inst-param-value)
(verilog-auto-inst, verilog-auto-inst-param)
(verilog-auto-inst-port, verilog-simplify-range-expression): Add
verilog-auto-inst-param-value option for AUTOINST.  [David Rogoff]
This allows parameters to be replaced with their values, on the
expansion of an AUTOINST with Verilog 2001 style parameter
settings.

15 years agoAdd arch tagline
Miles Bader [Wed, 30 Jul 2008 02:40:52 +0000 (02:40 +0000)]
Add arch tagline

15 years ago* calendar/timeclock.el (timeclock-day-projects): Change a `cdr' to `cddr'.
John Wiegley [Wed, 30 Jul 2008 02:13:37 +0000 (02:13 +0000)]
* calendar/timeclock.el (timeclock-day-projects): Change a `cdr' to `cddr'.

15 years ago* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
Juanma Barranquero [Tue, 29 Jul 2008 20:36:09 +0000 (20:36 +0000)]
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
  ($(infodir)/mairix-el), mairix-el.dvi): New targets.

15 years ago* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
Juanma Barranquero [Tue, 29 Jul 2008 20:35:39 +0000 (20:35 +0000)]
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
 ($(infodir)/mairix-el), mairix-el.dvi): New targets.

15 years agoAdd mairix-el targets.
Chong Yidong [Tue, 29 Jul 2008 18:00:46 +0000 (18:00 +0000)]
Add mairix-el targets.

15 years agoNew file.
Chong Yidong [Tue, 29 Jul 2008 18:00:35 +0000 (18:00 +0000)]
New file.

15 years ago* Makefile.in: Add mairix-el targets.
Chong Yidong [Tue, 29 Jul 2008 18:00:23 +0000 (18:00 +0000)]
* Makefile.in: Add mairix-el targets.
* mairix-el.texi: New file.

15 years agoAdd mairix-el.
Chong Yidong [Tue, 29 Jul 2008 17:58:59 +0000 (17:58 +0000)]
Add mairix-el.

15 years ago* info/dir (File): Add mairix-el.
Chong Yidong [Tue, 29 Jul 2008 17:58:49 +0000 (17:58 +0000)]
* info/dir (File): Add mairix-el.

15 years ago(ELCFILES): Add mairix.elc.
Chong Yidong [Tue, 29 Jul 2008 17:47:11 +0000 (17:47 +0000)]
(ELCFILES): Add mairix.elc.

15 years ago* Makefile.in (ELCFILES): Add mairix.elc.
Chong Yidong [Tue, 29 Jul 2008 17:47:02 +0000 (17:47 +0000)]
* Makefile.in (ELCFILES): Add mairix.elc.

15 years ago** mairix.el is an interface to mairix, a free tool for indexing and
Chong Yidong [Tue, 29 Jul 2008 17:44:00 +0000 (17:44 +0000)]
** mairix.el is an interface to mairix, a free tool for indexing and
searching locally stored mail.  It allows you to query mairix and
display the search results with Rmail, Gnus and VM.  Note that there
is an existing Gnus back end, nnmairix.el, which should be used with
Maildir/MH setups.

15 years ago* net/mairix.el: New file.
Chong Yidong [Tue, 29 Jul 2008 17:41:16 +0000 (17:41 +0000)]
* net/mairix.el: New file.

15 years agoNew file.
Chong Yidong [Tue, 29 Jul 2008 17:41:01 +0000 (17:41 +0000)]
New file.

15 years ago(custom-face-tag): Inherit from custom-variable-tag
Juri Linkov [Tue, 29 Jul 2008 17:14:45 +0000 (17:14 +0000)]
(custom-face-tag): Inherit from custom-variable-tag
instead of variable-pitch with bold and 1.2 height.

15 years agoAdd `&' `dired-do-async-shell-command'.
Juri Linkov [Tue, 29 Jul 2008 16:42:27 +0000 (16:42 +0000)]
Add `&' `dired-do-async-shell-command'.

15 years ago(dired-mode-map): Rebind `dired-flag-garbage-files' from `&' to `%&'.
Juri Linkov [Tue, 29 Jul 2008 16:37:31 +0000 (16:37 +0000)]
(dired-mode-map): Rebind `dired-flag-garbage-files' from `&' to `%&'.
Bind `&' to `dired-do-async-shell-command'.

15 years ago(dired-do-async-shell-command): New command.
Juri Linkov [Tue, 29 Jul 2008 16:36:42 +0000 (16:36 +0000)]
(dired-do-async-shell-command): New command.

15 years ago(uniscribe_shape): Avoid using context if cache
Jason Rumney [Tue, 29 Jul 2008 16:24:24 +0000 (16:24 +0000)]
(uniscribe_shape): Avoid using context if cache
is populated.
(uniscribe_encode_char): Always use uniscribe.
Avoid using context if cache is populated.

15 years ago(ucs-names): New internal variable.
Juri Linkov [Tue, 29 Jul 2008 14:46:18 +0000 (14:46 +0000)]
(ucs-names): New internal variable.
(ucs-names): New function.
(ucs-completions): New lazy completion variable.
(read-char-by-name): New function.
(ucs-insert): Replace interactive spec letter "s" with the call to
`read-char-by-name'.

15 years ago(hi-lock-line-face-buffer, hi-lock-face-buffer)
Juri Linkov [Tue, 29 Jul 2008 14:45:01 +0000 (14:45 +0000)]
(hi-lock-line-face-buffer, hi-lock-face-buffer)
(hi-lock-face-phrase-buffer): Use `(car regexp-history)'
as the second arg of `read-regexp'.

15 years ago(read-regexp): Add second arg `default'. Doc fix.
Juri Linkov [Tue, 29 Jul 2008 14:44:35 +0000 (14:44 +0000)]
(read-regexp): Add second arg `default'.  Doc fix.
(occur-read-primary-args): Use `(car regexp-history)'
as the second arg of `read-regexp'.

15 years agoAdd Isearch that matches only at Dired file names.
Juri Linkov [Tue, 29 Jul 2008 14:43:40 +0000 (14:43 +0000)]
Add Isearch that matches only at Dired file names.

15 years ago(dired-isearch-filenames): New user option.
Juri Linkov [Tue, 29 Jul 2008 14:42:35 +0000 (14:42 +0000)]
(dired-isearch-filenames): New user option.
(dired-isearch-orig-success-function): New internal variable.
(dired-isearch-filenames-setup, dired-isearch-filenames-end)
(dired-isearch-success-function): New functions.
(dired-isearch-filenames, dired-isearch-filenames-regexp): New commands.

15 years ago(dired-insert-set-properties): Add new text property
Juri Linkov [Tue, 29 Jul 2008 14:42:07 +0000 (14:42 +0000)]
(dired-insert-set-properties): Add new text property
`dired-filename' to put on file names.
(dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
Add menu items.
(dired-mode): Add hook `dired-isearch-filenames-setup' to
buffer-local `isearch-mode-hook'.

15 years agoTypo fixes for Ada mode.
Juanma Barranquero [Tue, 29 Jul 2008 13:20:39 +0000 (13:20 +0000)]
Typo fixes for Ada mode.

* progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
  (ada-create-case-exception): Fix typo in docstring.
  (ada-no-auto-case): Return nil, not the docstring.
  (ada-indent-current): Reflow docstring.

* progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
  (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
  (ada-prj-load-from-file): Reflow docstring.
  (ada-prj-display-page): Fix typo in widget.

* progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
  Fix typos in docstrings.

* progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
  (ada-compile-current, ada-check-current, ada-run-application)
  (ada-get-ali-file-name): Fix typos in docstrings.
  (ada-xref-confirm-compile, ada-find-references)
  (ada-find-local-references, ada-find-any-references): Doc fixes.
  (ada-get-all-references): Fix typo in error message.
  (ada-xref-current-project): Use `let', not `let*'.
  (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.

15 years ago* gtkutil.c (menu_nav_ended): Remove.
Jan Djärv [Tue, 29 Jul 2008 09:25:49 +0000 (09:25 +0000)]
* gtkutil.c (menu_nav_ended): Remove.
(create_menus): Remove signal connect for menu_nav_ended.

15 years ago* xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
Jan Djärv [Tue, 29 Jul 2008 09:25:04 +0000 (09:25 +0000)]
* xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
open menu.
* gtkutil.c (menu_nav_ended): Remove.
(create_menus): Remove signal connect for menu_nav_ended.

15 years agoDoc fix.
Vinicius Jose Latorre [Tue, 29 Jul 2008 02:07:26 +0000 (02:07 +0000)]
Doc fix.

15 years agowhitespace-newline: change initilization to have a low contrast relative to the backg...
Vinicius Jose Latorre [Tue, 29 Jul 2008 01:56:57 +0000 (01:56 +0000)]
whitespace-newline: change initilization to have a low contrast relative to the background color.

15 years agoFix typos.
Juanma Barranquero [Mon, 28 Jul 2008 22:30:25 +0000 (22:30 +0000)]
Fix typos.

15 years agoUpdate entry.
Juanma Barranquero [Mon, 28 Jul 2008 21:58:59 +0000 (21:58 +0000)]
Update entry.

15 years ago(w32font_text_extents): Use w32_metric_cache consistently.
Jason Rumney [Mon, 28 Jul 2008 21:37:31 +0000 (21:37 +0000)]
(w32font_text_extents): Use w32_metric_cache consistently.

15 years agoReapply 2008-07-28 entry by cyd.
Chong Yidong [Mon, 28 Jul 2008 19:51:18 +0000 (19:51 +0000)]
Reapply 2008-07-28 entry by cyd.

15 years agoRevert last change.
Chong Yidong [Mon, 28 Jul 2008 19:48:22 +0000 (19:48 +0000)]
Revert last change.

15 years ago(redisplay_window): Check return value of
Chong Yidong [Mon, 28 Jul 2008 19:37:08 +0000 (19:37 +0000)]
(redisplay_window): Check return value of
compute_window_start_on_continuation_line before forcing a window
start.

15 years ago* xdisp.c (redisplay_window): Check return value of
Chong Yidong [Mon, 28 Jul 2008 19:36:56 +0000 (19:36 +0000)]
* xdisp.c (redisplay_window): Check return value of
compute_window_start_on_continuation_line before forcing a window
start.

15 years ago(w32_enable_unicode_output, cleartype_active): Remove
Jason Rumney [Mon, 28 Jul 2008 18:31:26 +0000 (18:31 +0000)]
(w32_enable_unicode_output, cleartype_active): Remove
obsolete display options.
(x_draw_glyph_string_background): Don't use old cleartype_active
workaround.
(w32_initialize): Remove cleartype_active initialization.
(syms_of_w32term): Remove w32_enable_unicode_output initialization.

15 years agoAdd multi-file Isearch in Dired.
Juri Linkov [Mon, 28 Jul 2008 14:33:03 +0000 (14:33 +0000)]
Add multi-file Isearch in Dired.

15 years ago(dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
Juri Linkov [Mon, 28 Jul 2008 14:32:34 +0000 (14:32 +0000)]
(dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
and dired-do-isearch-regexp to `M-s a M-C-s'.  Add menu items.

15 years ago(dired-do-isearch, dired-do-isearch-regexp): New functions.
Juri Linkov [Mon, 28 Jul 2008 14:28:59 +0000 (14:28 +0000)]
(dired-do-isearch, dired-do-isearch-regexp): New functions.

15 years agoapply patch from Seiji Zenitani to find doc strings in ns*.m files
Adrian Robert [Mon, 28 Jul 2008 13:19:10 +0000 (13:19 +0000)]
apply patch from Seiji Zenitani to find doc strings in ns*.m files

15 years ago* lisp.h (init_weak_hash_tables, syms_of_font)
Andreas Schwab [Mon, 28 Jul 2008 12:25:11 +0000 (12:25 +0000)]
* lisp.h (init_weak_hash_tables, syms_of_font)
(xd_read_queued_messages, syms_of_dbusbind): Declare.
(remove_hash_entry): Don't declare.
* eval.c (maybe_call_debugger): Make static and move before use.
* gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
* xdisp.c: Include "gtkutil.h" if USE_GTK.
* xterm.h (x_set_frame_alpha): Declare.

15 years agoFix bug #272, and update Ada mode to version 4.0.
Juanma Barranquero [Mon, 28 Jul 2008 11:03:42 +0000 (11:03 +0000)]
Fix bug #272, and update Ada mode to version 4.0.

15 years ago(menu_nav_ended): Revert change from 2008-07-24.
Jan Djärv [Mon, 28 Jul 2008 07:15:44 +0000 (07:15 +0000)]
(menu_nav_ended): Revert change from 2008-07-24.
(create_menus): Connect selection-done to menu_nav_ended.

15 years ago* trampver.texi: Update release number.
Michael Albinus [Mon, 28 Jul 2008 04:00:07 +0000 (04:00 +0000)]
* trampver.texi: Update release number.

15 years ago*** empty log message ***
Michael Albinus [Mon, 28 Jul 2008 03:59:46 +0000 (03:59 +0000)]
*** empty log message ***

15 years ago* net/trampver.el: Update release number.
Michael Albinus [Mon, 28 Jul 2008 03:47:56 +0000 (03:47 +0000)]
* net/trampver.el: Update release number.

15 years ago* net/tramp.el (tramp-perl-directory-files-and-attributes)
Michael Albinus [Mon, 28 Jul 2008 03:47:00 +0000 (03:47 +0000)]
* net/tramp.el (tramp-perl-directory-files-and-attributes)
(tramp-get-device): Make device number a cons cell.
(tramp-convert-file-attributes): Make inode a cons cell.

15 years ago*** empty log message ***
Michael Albinus [Mon, 28 Jul 2008 03:45:58 +0000 (03:45 +0000)]
*** empty log message ***

15 years agoAdd arch tagline
Miles Bader [Mon, 28 Jul 2008 02:11:56 +0000 (02:11 +0000)]
Add arch tagline

15 years agoupdates
Adrian Robert [Mon, 28 Jul 2008 02:07:30 +0000 (02:07 +0000)]
updates

15 years agofaces.el:face-set-after-frame-default: treat ns as other window systems
Adrian Robert [Mon, 28 Jul 2008 01:45:53 +0000 (01:45 +0000)]
faces.el:face-set-after-frame-default: treat ns as other window systems

15 years agocode cleanups in NS port
Adrian Robert [Mon, 28 Jul 2008 01:41:57 +0000 (01:41 +0000)]
code cleanups in NS port

15 years agoNew file org-install.el
Carsten Dominik [Sun, 27 Jul 2008 22:11:45 +0000 (22:11 +0000)]
New file org-install.el

15 years agoadd developer notes file
Adrian Robert [Sun, 27 Jul 2008 19:33:38 +0000 (19:33 +0000)]
add developer notes file

15 years agorename do-applescript,do_applescript in keeping with NS code conventions
Adrian Robert [Sun, 27 Jul 2008 19:20:38 +0000 (19:20 +0000)]
rename do-applescript,do_applescript in keeping with NS code conventions

15 years agoRemove support for Mac Carbon.
Dan Nicolaescu [Sun, 27 Jul 2008 18:24:48 +0000 (18:24 +0000)]
Remove support for Mac Carbon.
* mactoolbox.c:
* macterm.h:
* macterm.c:
* macselect.c:
* macmenu.c:
* macgui.h:
* macfns.c:
* mac.c: Remove file.
* s/darwin.h:
* m/intel386.h:
* xfaces.c:
* xdisp.c:
* window.c:
* tparam.c:
* termhooks.h:
* termcap.c:
* term.c:
* syssignal.h:
* sysselect.h:
* sysdep.c:
* process.c:
* lread.c:
* lisp.h:
* keyboard.c:
* image.c:
* fringe.c:
* frame.h:
* frame.c:
* fontset.c:
* font.h:
* font.c:
* fns.c:
* fileio.c:
* emacs.c:
* dispnew.c:
* dispextern.h:
* config.in:
* atimer.c:
* Makefile.in: Remove code for Carbon

* erc.el: Remove code for Carbon.

Remove support for Mac Carbon.
* term/mac-win.el: Remove file
* international/mule-cmds.el:
* version.el:
* startup.el:
* simple.el:
* mwheel.el:
* mouse.el:
* loadup.el:
* isearch.el:
* info.el:
* frame.el:
* faces.el:
* disp-table.el:
* cus-start.el:
* cus-face.el:
* cus-edit.el:
* Makefile.in: Remove code for Carbon.

Remove support for Mac Carbon.
* makefile.w32-in:
* emacsclient.c: Remove code for Carbon.

* PROBLEMS:
* MACHINES: Remove mentions of Mac Carbon.

* ns-emacs.texi:
* faq.texi: Remove mentions of Mac Carbon.

* os.texi:
* frames.texi:
* display.texi: Remove mentions of Mac Carbon.

* xresources.texi: Remove mentions of Mac Carbon.

* make-tarball.txt:
* admin.el:
* FOR-RELEASE:
* CPP-DEFINES: Remove mentions of Mac Carbon.

Remove support for Mac Carbon.
* mac: Remove directory.
* make-dist:
* configure.in:
* README:
* Makefile.in:
* INSTALL:  Remove code for Carbon.
* configure: Regenerate.

15 years agofix up ns-extended-platform-support-mode
Adrian Robert [Sun, 27 Jul 2008 02:28:50 +0000 (02:28 +0000)]
fix up ns-extended-platform-support-mode

15 years agofix date in last changelog entry
Adrian Robert [Sun, 27 Jul 2008 02:25:02 +0000 (02:25 +0000)]
fix date in last changelog entry

15 years agofix typo with info installation under NS
Adrian Robert [Sun, 27 Jul 2008 01:20:34 +0000 (01:20 +0000)]
fix typo with info installation under NS

15 years ago* net/xesam.el (xesam-from): Remove defvar.
Michael Albinus [Sat, 26 Jul 2008 18:55:02 +0000 (18:55 +0000)]
* net/xesam.el (xesam-from): Remove defvar.
(xesam-mode): Derive from `special-mode'.  Extend `xesam-mode-map'
and `mode-line-position'.
(xesam-refresh-entry): Remove argument `hit-number'.  Add debug
information to the widgets.  Don't set `mode-line-position'.
(xesam-refresh-search-buffer): Correct hit number computing.
Don't set `mode-line-position'.
(xesam-new-search): Add debug information to the mode line.

15 years ago* net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
Michael Albinus [Sat, 26 Jul 2008 18:44:55 +0000 (18:44 +0000)]
* net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
`tramp-process-sentinel'.

15 years ago* net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
Michael Albinus [Sat, 26 Jul 2008 18:44:25 +0000 (18:44 +0000)]
* net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
`tramp-process-sentinel'.

15 years ago* net/tramp.el (tramp-handle-start-file-process): Set
Michael Albinus [Sat, 26 Jul 2008 18:43:51 +0000 (18:43 +0000)]
* net/tramp.el (tramp-handle-start-file-process): Set
query-on-exit flag. Kill temporary buffer.
(tramp-process-sentinel): Remove defun.
(tramp-do-copy-or-rename-file-out-of-band)
(tramp-maybe-open-connection):Don't call it.

15 years agoMerge from emacs--rel--22
Miles Bader [Sat, 26 Jul 2008 09:13:26 +0000 (09:13 +0000)]
Merge from emacs--rel--22

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

15 years agoMerge from gnus--devo--0
Miles Bader [Sat, 26 Jul 2008 09:13:11 +0000 (09:13 +0000)]
Merge from gnus--devo--0

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