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

91851 commits

Author SHA1 Message Date
Chong Yidong
e608e7bedc * emacs-lisp/eieio-datadebug.el: New file. 2009-09-28 01:41:23 +00:00
Chong Yidong
7b232be923 * cedet/mode-local.el: New file. 2009-09-28 01:39:27 +00:00
Chong Yidong
666fd2cc65 * cedet/cedet-cscope.el:
* cedet/cedet-files.el:
* cedet/cedet-global.el:
* cedet/cedet-idutils.el:
* cedet/data-debug.el:
* cedet/inversion.el:
* cedet/pulse.el: New files.
2009-09-28 01:28:41 +00:00
Kenichi Handa
748e162f10 Pay attention to
unibyte_display_via_language_environment in handling
Vnobreak_char_display.
2009-09-28 01:05:20 +00:00
Chong Yidong
5f6c3a65ac eieio.el: Fix last change. 2009-09-28 00:59:27 +00:00
Chong Yidong
6dd12ef230 * emacs-lisp/chart.el:
* emacs-lisp/eieio-base.el:
* emacs-lisp/eieio-comp.el:
* emacs-lisp/eieio-custom.el:
* emacs-lisp/eieio-opt.el:
* emacs-lisp/eieio-speedbar.el:
* emacs-lisp/eieio.el: New files.
2009-09-28 00:49:54 +00:00
Chong Yidong
c93d41ba11 lisp/emacs-lisp/cl-loaddefs.el: Regenerate. 2009-09-28 00:22:09 +00:00
Chong Yidong
15120dec6b * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
menu.

* ediff-hook.el: Move menu-bar-ediff-misc-menu into
menu-bar-ediff-menu.

* emacs-lisp/lisp-mode.el: Add doc-string-elt property to
define-overloadable-function.

* progmodes/autoconf.el: Provide autoconf as well, so that this
file can be `require'd.

* emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.

* emacs-lisp/autoload.el (generated-autoload-feature)
(generated-autoload-load-name): New vars.
(autoload-rubric, autoload-generate-file-autoloads): Use them.
(make-autoload): Recognize define-overloadable-function and
defclass forms (for EIEIO).

* Makefile.in (update-subdirs): Exclude cedet directory.
2009-09-27 23:25:03 +00:00
Eli Zaretskii
5dc25d59aa (string_buffer_position): Fix commentary. 2009-09-27 19:11:13 +00:00
Eli Zaretskii
35a60b0799 (move_it_in_display_line_to): Fix a typo in a comment. 2009-09-27 17:32:05 +00:00
Adrian Robert
31c2d41266 * menu.c (find_and_return_menu_selection) [HAVE_NS]: Remove double-casting in client_data comparison. 2009-09-27 16:21:47 +00:00
Adrian Robert
135abf91cd * term/ns-win.el: Don't set the region face background. (Bug#4381)
* faces.el: Default light-background background for region face to
	ns_selection_color under NS.
2009-09-27 16:11:10 +00:00
Adrian Robert
f3e848f4ab Default light-background background for region face to ns_selection_color under NS. 2009-09-27 16:06:33 +00:00
Adrian Robert
aa36cda6de Don't set the region face background. 2009-09-27 16:06:04 +00:00
Adrian Robert
17efd58d9d * nsterm.h (ns_app_name): New extern variable.
* nsterm.m (ns_app_name): New variable.
	(ns_term_init): Set and use it.
	(ns_term_shutdown): Use it.

	* nsmenu.m (ns_update_menubar): Use ns_app_name.  Sync with xmenu.c.
	(EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.

	* nsfns.m (ns_set_name_iconic, ns_set_name)
	(ns_set_name_as_filename, x-create-frame, ns-get-resource)
	(ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
2009-09-27 15:50:39 +00:00
Adrian Robert
56d513e611 (ns_set_name_iconic, ns_set_name, ns_set_name_as_filename, x-create-frame, ns-get-resource, ns-set-resource): Use ns_app_name instead of NSProcessInfo call. 2009-09-27 15:49:26 +00:00
Adrian Robert
3988c7d603 (ns_update_menubar): Use ns_app_name. Sync with xmenu.c. (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name. 2009-09-27 15:49:08 +00:00
Adrian Robert
f27a64a912 (ns_app_name): New variable. (ns_term_init): Set and use it. (ns_term_shutdown): Use it. 2009-09-27 15:48:51 +00:00
Adrian Robert
abd5747ed9 (ns_app_name): New extern variable. 2009-09-27 15:48:30 +00:00
Teodor Zlatanov
3d9942648d * net/imap-hash.el: New library, see NEWS.
* Makefile.in (ELCFILES): Add imap-hash.el.

* NEWS: Mention new library imap-hash.el
2009-09-27 14:47:50 +00:00
Johan Bockgård
081bd373ba (erc-button-keymap): Bind `follow-link'. 2009-09-27 13:08:27 +00:00
Eli Zaretskii
58a5068ad1 (move_it_in_display_line_to): Fix a typo in a comment. 2009-09-27 11:49:20 +00:00
Eli Zaretskii
614bd9cfdd (OTHER_PLATFORM_SUPPORT): Add term/internal.elc, term/pc-win.elc,
emacs-lisp/easymenu.elc, and term/ns-win.elc, to be consistent with
src/Makefile.in.
2009-09-27 08:27:57 +00:00
YAMAMOTO Mitsuharu
3208cb35e9 (make_lispy_event): Remember last wheel direction.
(syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
2009-09-27 04:40:41 +00:00
Stefan Monnier
ce9a0ccb72 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
* isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
* help-macro.el (make-help-screen): Avoid using an ambiguous function
definition where the docstring could be taken for the return value.
2009-09-27 00:27:21 +00:00
Glenn Morris
607b83077f Comments. 2009-09-26 20:02:42 +00:00
Glenn Morris
00e2f46c20 Comments. 2009-09-26 19:49:17 +00:00
Glenn Morris
b7d552d615 (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in internal.elc.
Add term/pc-win.elc.
(WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and term/x-win.elc.
(WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and term/w32-win.elc.
(NS_SUPPORT): New.
(lisp): Add NS_SUPPORT.
(SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
2009-09-26 19:40:55 +00:00
Glenn Morris
1861d81ed3 Regenerate. 2009-09-26 19:21:07 +00:00
Glenn Morris
a92cdd49b1 (rmail-mime-show-images, rmail-mime-bulk-handler):
Add option to only show images below a certain size.
(rmail-mime-multipart-handler): Remove unnecessary save-match-data and
save-excursion calls.
2009-09-26 19:20:48 +00:00
Eli Zaretskii
4ab5d55036 (WINS_ALMOST): Fix last change. 2009-09-26 18:43:22 +00:00
Johan Bockgård
9c7b2dd3bd (erc-button-add-button): Only call `widget-convert-button' in XEmacs.
For Emacs (at least), it doesn't seem to have any purpose except
creating lots of overlays, slowing everything down.
2009-09-26 14:16:33 +00:00
Eli Zaretskii
416ac2f17e (WINS_ALMOST): Add cedet (with its subdirectories) and eieio. 2009-09-26 09:41:02 +00:00
Alan Mackenzie
0000ee90eb cc-langs.el (c-nonlabel-token-key): Allow quoted character constants (as
case labels).

cc-engine.el (c-beginning-of-statement-1): Correct buggy bracketing.
2009-09-26 09:18:41 +00:00
Alan Mackenzie
d9a13f68b5 *** empty log message *** 2009-09-26 09:08:54 +00:00
Chong Yidong
182b3bec08 * files.el (safe-local-eval-forms): Allow time-stamp in
before-save-hook (Bug#4554).
2009-09-25 22:04:07 +00:00
Tassilo Horn
13989ab10b 2009-09-25 Tassilo Horn <tassilo@member.fsf.org>
* dired.texi (Dired Navigation): Use @code instead of @var for
	dired-isearch-filenames, so that it's not capitalized.
2009-09-25 21:47:47 +00:00
Juanma Barranquero
8f75f2da14 * menu-bar.el (list-buffers-directory): Doc fix. 2009-09-25 18:49:01 +00:00
Stefan Monnier
8390fb808b (log-edit-changelog-entries): Avoid inf-loops.
Try and avoid copying twice the same paragraph.
(log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
Remove save-excursion.
(log-edit-changelog-entry): Do it here instead.
2009-09-25 17:57:09 +00:00
David Reitter
4ff670a8b8 nsmenu.m (EmacsMenu-clear): Recognize application menu
on Mac OS X 10.6+ (bug#4513).
2009-09-25 17:40:53 +00:00
Glenn Morris
f146e75f8d Regenerate. 2009-09-25 06:15:30 +00:00
Glenn Morris
692208828e (rmail-mime-bulk-handler): Print the size of attachments. 2009-09-25 06:15:01 +00:00
Juanma Barranquero
027b19421d * bs.el (bs--get-file-name): Use `list-buffers-directory'
when available, instead of hardcoding mode names.  Doc fix.
2009-09-25 04:46:34 +00:00
Juanma Barranquero
11ee8d90b2 * menu-bar.el (list-buffers-directory): Add docstring.
Make automatically buffer-local.

* dired.el (dired-mode):
* files.el (cd-absolute):
* pcvs.el (cvs-temp-buffer):
* pcvs-util.el (cvs-get-buffer-create):
* shell.el (shell-mode):
* vc-dir.el (vc-dir-mode):
  Don't make `list-buffers-directory' buffer local.
2009-09-25 04:35:14 +00:00
Chong Yidong
21289c5dad * comint.el (comint-exec, comint-run, make-comint): Doc
fixes (Bug#4542).
2009-09-25 03:42:22 +00:00
Glenn Morris
6892b117c9 Regenerate. 2009-09-25 03:39:23 +00:00
Glenn Morris
e8652dd9c5 (rmail-mime): New custom group.
Move all defcustoms in this file into this group.
(rmail-mime-media-type-handlers-alist): Revert previous change.
(rmail-mime-show-images): New option.
(rmail-mime-total-number-of-bulk-attachments): Remove variable and all
references to it, since it wasn't actually used for anything.
(rmail-mime-insert-image): New function.
(rmail-mime-image): Use rmail-mime-insert-image.
(rmail-mime-bulk-handler): Remove optional `image' argument, instead
obey the value of `rmail-mime-show-images' option.
2009-09-25 03:39:04 +00:00
Chong Yidong
78427304a6 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549). 2009-09-25 03:36:16 +00:00
Chong Yidong
cbdf1202c9 Fix URL (Bug#4521). 2009-09-25 03:24:52 +00:00
Vinicius Jose Latorre
32a9841cad New version 12. Bug#4177 2009-09-25 02:23:51 +00:00