]> git.eshelyaron.com Git - emacs.git/log
emacs.git
15 years ago(vc-git-dir-extra-headers): Add keymap and mouse-face
Dan Nicolaescu [Sun, 20 Sep 2009 19:51:35 +0000 (19:51 +0000)]
(vc-git-dir-extra-headers): Add keymap and mouse-face
properties to the stash strings.
(vc-git-stash-list): Return a list of strings.
(vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
(vc-git-stash-show-at-point): New functions.
(vc-git-stash-map): New keymap.

15 years ago(ctl-x-r-map): Define the keys here instead of using autoload.
Dan Nicolaescu [Sun, 20 Sep 2009 18:22:37 +0000 (18:22 +0000)]
(ctl-x-r-map): Define the keys here instead of using autoload.

15 years ago(find_handler_clause): Make stack-trace-on-error work in batch mode (bug#4228).
Stefan Monnier [Sun, 20 Sep 2009 17:05:00 +0000 (17:05 +0000)]
(find_handler_clause): Make stack-trace-on-error work in batch mode (bug#4228).

15 years agoFix a comment.
Eli Zaretskii [Sun, 20 Sep 2009 16:44:50 +0000 (16:44 +0000)]
Fix a comment.

15 years agoFix comments about header lines.
Eli Zaretskii [Sun, 20 Sep 2009 16:06:53 +0000 (16:06 +0000)]
Fix comments about header lines.

15 years ago(bookmark-write-file): Avoid calling `pp' with large
Stefan Monnier [Sun, 20 Sep 2009 14:54:17 +0000 (14:54 +0000)]
(bookmark-write-file): Avoid calling `pp' with large
list, to workaround performance problem (bug#4485).

15 years ago(gud-sentinel): Revert indavertant change.
Nick Roberts [Sun, 20 Sep 2009 05:40:50 +0000 (05:40 +0000)]
(gud-sentinel): Revert indavertant change.

15 years ago*** empty log message ***
Nick Roberts [Sun, 20 Sep 2009 05:37:49 +0000 (05:37 +0000)]
*** empty log message ***

15 years agoFix the last commit.
Daiki Ueno [Sun, 20 Sep 2009 02:16:52 +0000 (02:16 +0000)]
Fix the last commit.

15 years ago(epa-file-cache-passphrase-for-symmetric-encryption):
Daiki Ueno [Sun, 20 Sep 2009 02:01:09 +0000 (02:01 +0000)]
(epa-file-cache-passphrase-for-symmetric-encryption):
Document that this option is not recommended to use.

15 years ago* custom.texi (Rebinding): Add cindex for "binding keys".
Chong Yidong [Sat, 19 Sep 2009 21:26:49 +0000 (21:26 +0000)]
* custom.texi (Rebinding): Add cindex for "binding keys".

15 years ago* frames.texi (Frame Commands): C-z is now bound to suspend-frame.
Chong Yidong [Sat, 19 Sep 2009 21:23:21 +0000 (21:23 +0000)]
* frames.texi (Frame Commands): C-z is now bound to suspend-frame.

* entering.texi (Exiting): C-z is now bound to suspend-frame.

* custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
(Key Bindings): Reference Init Rebinding in introductory text.  Shift
some of the introduction to Keymaps node.
(Keymaps): Simplify.
(Local Keymaps): Simplify.  Move binding example to Init Rebinding.
(Minibuffer Maps): Remove mention of Mocklisp.
(Init Rebinding): Move mode-local rebinding example here from Local
Keymaps.
(Modifier Keys): Clarify.

15 years ago(calc-graph-lookup): Avoid assignment to free variable `var'.
Glenn Morris [Sat, 19 Sep 2009 21:22:45 +0000 (21:22 +0000)]
(calc-graph-lookup): Avoid assignment to free variable `var'.
Delete trailing whitespace.

15 years ago(var): Define for compiler.
Glenn Morris [Sat, 19 Sep 2009 21:11:40 +0000 (21:11 +0000)]
(var): Define for compiler.
Delete trailing whitespace.

15 years ago(line): Define for compiler.
Glenn Morris [Sat, 19 Sep 2009 20:58:19 +0000 (20:58 +0000)]
(line): Define for compiler.

15 years ago* emacs-lisp/advice.el (ad-get-argument, ad-set-argument): Doc
Chong Yidong [Sat, 19 Sep 2009 20:06:54 +0000 (20:06 +0000)]
* emacs-lisp/advice.el (ad-get-argument, ad-set-argument): Doc
fix (Bug#3932).

15 years agoNote removed obsolete functions.
Chong Yidong [Sat, 19 Sep 2009 19:55:00 +0000 (19:55 +0000)]
Note removed obsolete functions.

15 years ago* subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
Chong Yidong [Sat, 19 Sep 2009 19:54:36 +0000 (19:54 +0000)]
* subr.el (baud-rate): Remove long-obsolete function (Bug#4372).

15 years ago* time-stamp.el (time-stamp-month-dd-yyyy)
Chong Yidong [Sat, 19 Sep 2009 19:43:37 +0000 (19:43 +0000)]
* time-stamp.el (time-stamp-month-dd-yyyy)
(time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
(time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
(time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
(time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm): Remove
functions that have been obsolete since 1995 (Bug#4436).

15 years ago* progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
Chong Yidong [Sat, 19 Sep 2009 19:35:15 +0000 (19:35 +0000)]
* progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
indent buffer only if called interactively (Bug#4452).

15 years agoThis fixes bug#4197 (merged to bug#865, though not identical).
Juanma Barranquero [Sat, 19 Sep 2009 14:56:04 +0000 (14:56 +0000)]
This fixes bug#4197 (merged to bug#865, though not identical).

* server.el (server-auth-dir): Add docstring note about FAT32.
  (server-ensure-safe-dir): Accept FAT32 directories as "safe",
  but warn against using them.

15 years ago(gdb-var-update-handler-1): Include case of
Nick Roberts [Sat, 19 Sep 2009 11:45:57 +0000 (11:45 +0000)]
(gdb-var-update-handler-1): Include case of
older GDB where there is no has_more field.

15 years ago*** empty log message ***
Nick Roberts [Sat, 19 Sep 2009 11:45:10 +0000 (11:45 +0000)]
*** empty log message ***

15 years ago(pgg-pgp-encrypt-region): Add missing mapconcat separator.
Glenn Morris [Sat, 19 Sep 2009 03:18:30 +0000 (03:18 +0000)]
(pgg-pgp-encrypt-region): Add missing mapconcat separator.

15 years ago* nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more carefully.
Adrian Robert [Fri, 18 Sep 2009 23:54:04 +0000 (23:54 +0000)]
* nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more carefully.

15 years ago* syntax.c (Fchar_syntax): Minor doc fix (Bug#119).
Chong Yidong [Fri, 18 Sep 2009 23:40:00 +0000 (23:40 +0000)]
* syntax.c (Fchar_syntax): Minor doc fix (Bug#119).

15 years ago* syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
Chong Yidong [Fri, 18 Sep 2009 23:39:44 +0000 (23:39 +0000)]
* syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).

15 years ago* syntax.c (Fchar_syntax): Minor doc fix (Bug#119).
Chong Yidong [Fri, 18 Sep 2009 23:39:04 +0000 (23:39 +0000)]
* syntax.c (Fchar_syntax): Minor doc fix (Bug#119).

15 years ago* nsfns.m (x-focus-frame): Activate the app first.
Adrian Robert [Fri, 18 Sep 2009 23:36:29 +0000 (23:36 +0000)]
* nsfns.m (x-focus-frame): Activate the app first.

15 years ago* README: Note OS X support is now 10.4 or later.
Adrian Robert [Fri, 18 Sep 2009 21:59:25 +0000 (21:59 +0000)]
* README: Note OS X support is now 10.4 or later.

15 years ago* nsterm.m (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
Adrian Robert [Fri, 18 Sep 2009 21:27:11 +0000 (21:27 +0000)]
* nsterm.m (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
     don't update the NSWindow itself.
      (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
    state detection and store user rect ourselves. (Bug #3581)

15 years agoUpdate comment for HAVE_NS code in font_find_for_lface().
Adrian Robert [Fri, 18 Sep 2009 21:16:28 +0000 (21:16 +0000)]
Update comment for HAVE_NS code in font_find_for_lface().

15 years ago* emacs.c (main) [HAVE_NS]: fix error printf in daemon case.
Adrian Robert [Fri, 18 Sep 2009 21:12:09 +0000 (21:12 +0000)]
* emacs.c (main) [HAVE_NS]: fix error printf in daemon case.

15 years agoRe-organize 23.2 News.
Chong Yidong [Fri, 18 Sep 2009 18:48:38 +0000 (18:48 +0000)]
Re-organize 23.2 News.

Document that nxml mode is now the default for XML files.

15 years ago* files.el (auto-mode-alist): Change default for XML files to nXML
Chong Yidong [Fri, 18 Sep 2009 18:42:16 +0000 (18:42 +0000)]
* files.el (auto-mode-alist): Change default for XML files to nXML
mode (Bug#4169).

15 years agoUpdate.
Juanma Barranquero [Fri, 18 Sep 2009 16:59:36 +0000 (16:59 +0000)]
Update.

15 years ago* server.el (server-ensure-safe-dir): Pass 'integer
Juanma Barranquero [Fri, 18 Sep 2009 16:55:21 +0000 (16:55 +0000)]
* server.el (server-ensure-safe-dir): Pass 'integer
  to `file-attributes', as suggested.

15 years ago(dired-query-alist): Remove spurious backslash.
Stefan Monnier [Fri, 18 Sep 2009 15:35:23 +0000 (15:35 +0000)]
(dired-query-alist): Remove spurious backslash.
(dired-query): Use read-key.

15 years ago* nsfns.m (x-close-connection): Drop PSFlush() under OS X.
Adrian Robert [Fri, 18 Sep 2009 15:34:23 +0000 (15:34 +0000)]
* nsfns.m (x-close-connection): Drop PSFlush() under OS X.

15 years ago* cus-start.el (ns-use-qd-smoothing): Remove.
Adrian Robert [Fri, 18 Sep 2009 15:33:26 +0000 (15:33 +0000)]
* cus-start.el (ns-use-qd-smoothing): Remove.

15 years ago* emacs.c (inhibit_x_resources): Update doc string for NS.
Adrian Robert [Fri, 18 Sep 2009 15:14:14 +0000 (15:14 +0000)]
* emacs.c (inhibit_x_resources): Update doc string for NS.
(main) [HAVE_NS]: Don't process --no-init-file option.  Remove
legacy code for -NXHost.

* nsterm.h (ns_no_defaults): Remove.

* nsterm.m (ns_no_defaults): Remove.
(ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
(ns_use_qd_smoothing): Remove legacy variable.

* nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
ns_use_qd_smoothing.

* nsfns.m (x_get_string_resource): Ape just-previous changes to other
platform versions.  Drop support for emacs-20-style face specs.

15 years ago(x_get_string_resource): Ape just-previous changes to other platform versions. Drop...
Adrian Robert [Fri, 18 Sep 2009 15:12:54 +0000 (15:12 +0000)]
(x_get_string_resource): Ape just-previous changes to other platform versions.  Drop support for emacs-20-style face specs.

15 years ago(nsfont_draw) [NS_IMPL_COCOA]: Don't use ns_use_qd_smoothing.
Adrian Robert [Fri, 18 Sep 2009 15:12:34 +0000 (15:12 +0000)]
(nsfont_draw) [NS_IMPL_COCOA]: Don't use ns_use_qd_smoothing.

15 years ago(ns_no_defaults): Remove. (ns_term_init): Switch ns_no_defaults -> inhibit_x_resourc...
Adrian Robert [Fri, 18 Sep 2009 15:12:15 +0000 (15:12 +0000)]
(ns_no_defaults): Remove.  (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.  (ns_use_qd_smoothing): Remove legacy variable.

15 years ago(ns_no_defaults): Remove.
Adrian Robert [Fri, 18 Sep 2009 15:11:55 +0000 (15:11 +0000)]
(ns_no_defaults): Remove.

15 years ago(inhibit_x_resources): Update doc string for NS. (main) [HAVE_NS]: Don't process...
Adrian Robert [Fri, 18 Sep 2009 15:11:38 +0000 (15:11 +0000)]
(inhibit_x_resources): Update doc string for NS.  (main) [HAVE_NS]: Don't process --no-init-file option.  Remove legacy code for -NXHost.

15 years ago(top-level): Remove unnecessary progn.
Glenn Morris [Fri, 18 Sep 2009 07:49:47 +0000 (07:49 +0000)]
(top-level): Remove unnecessary progn.

15 years ago(speedbar-track-mouse): Fix typo in condition-case handler.
Glenn Morris [Fri, 18 Sep 2009 07:48:56 +0000 (07:48 +0000)]
(speedbar-track-mouse): Fix typo in condition-case handler.

15 years agoFix typos in condition-case handlers.
Glenn Morris [Fri, 18 Sep 2009 07:39:56 +0000 (07:39 +0000)]
Fix typos in condition-case handlers.

15 years ago(nxml-end-of-heading): Fix typo in condition-case handler.
Glenn Morris [Fri, 18 Sep 2009 07:25:14 +0000 (07:25 +0000)]
(nxml-end-of-heading): Fix typo in condition-case handler.

15 years ago(js-end-of-defun): Remove malformed and unneeded let.
Glenn Morris [Fri, 18 Sep 2009 07:16:49 +0000 (07:16 +0000)]
(js-end-of-defun): Remove malformed and unneeded let.

15 years ago(define-derived-mode): Fix paren typo in definition of abbrev table.
Glenn Morris [Fri, 18 Sep 2009 07:14:43 +0000 (07:14 +0000)]
(define-derived-mode): Fix paren typo in definition of abbrev table.

15 years agoFix typos in condition-case handlers.
Glenn Morris [Fri, 18 Sep 2009 07:07:33 +0000 (07:07 +0000)]
Fix typos in condition-case handlers.

15 years ago(gud-speedbar-item-info): Adjust for change to
Nick Roberts [Fri, 18 Sep 2009 02:01:26 +0000 (02:01 +0000)]
(gud-speedbar-item-info): Adjust for change to
gdb-var-list.
(gud-speedbar-buttons): Make node expandable if expression "has more"
children.

15 years ago(gdb-frame-address): New variable.
Nick Roberts [Fri, 18 Sep 2009 02:00:59 +0000 (02:00 +0000)]
(gdb-frame-address): New variable.
(gdb-var-list): Add an element for has_more field.
(gdb-non-stop-handler): Enable pretty printing for STL containers.
(gdb-var-create-handler, gdb-var-list-children-handler-1)
(gdb-var-update-handler-1): Parse output of dynamic variable
objects (STL containers).
(gdb-var-delete-1): Pass var1 as an explicit second argument.
(gdb-get-field): Delete alias.  Use bindat-get-field directly.

15 years ago*** empty log message ***
Nick Roberts [Fri, 18 Sep 2009 02:00:18 +0000 (02:00 +0000)]
*** empty log message ***

15 years agoAdd arch tagline
Miles Bader [Thu, 17 Sep 2009 23:49:15 +0000 (23:49 +0000)]
Add arch tagline

15 years agoThe --quick command line option now ignores X resources and Registry settings.
Juanma Barranquero [Thu, 17 Sep 2009 23:04:41 +0000 (23:04 +0000)]
The --quick command line option now ignores X resources and Registry settings.

* etc/NEWS: Mention new behavior of -Q and new variable `inhibit-x-resources'.

* lisp/startup.el (emacs-quick-startup): Remove variable and all uses.
  (command-line): Set `inhibit-x-resources' instead.
  (command-line-1): Use `inhibit-x-resources' instead.

* src/emacs.c (inhibit_x_resources): New variable.
  (main) [HAVE_NS]: Don't process --quick command line option.
  (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.

* src/lisp.h (inhibit_x_resources): Declare it extern.

* src/w32reg.c (x_get_string_resource):
* src/xrdb.c (x_get_string_resource): Obey inhibit_x_resources.

15 years ago* subr.el: Fix last change to avoid using the `unless' macro, which
Chong Yidong [Thu, 17 Sep 2009 20:47:48 +0000 (20:47 +0000)]
* subr.el: Fix last change to avoid using the `unless' macro, which
breaks bootstrapping.

15 years ago(MSDOS_SUPPORT, SOME_MACHINE_LISP): Add lisp/term/internal.elc.
Eli Zaretskii [Thu, 17 Sep 2009 18:06:57 +0000 (18:06 +0000)]
(MSDOS_SUPPORT, SOME_MACHINE_LISP): Add lisp/term/internal.elc.

15 years ago(OTHER_FILES): Edit to empty.
Eli Zaretskii [Thu, 17 Sep 2009 18:02:58 +0000 (18:02 +0000)]
(OTHER_FILES): Edit to empty.

15 years agoRequire CL for the `loop' macro.
Stefan Monnier [Thu, 17 Sep 2009 16:43:25 +0000 (16:43 +0000)]
Require CL for the `loop' macro.

15 years ago(x_get_resource_string): Re-add for non-toolkit builds (bug#4461).
Stefan Monnier [Thu, 17 Sep 2009 16:41:55 +0000 (16:41 +0000)]
(x_get_resource_string): Re-add for non-toolkit builds (bug#4461).

15 years ago(eval-next-after-load): Mark as obsolete.
Stefan Monnier [Thu, 17 Sep 2009 15:58:56 +0000 (15:58 +0000)]
(eval-next-after-load): Mark as obsolete.

15 years ago(push, pop, dolist, dotimes, declare): Don't overwrite CL's
Stefan Monnier [Thu, 17 Sep 2009 15:58:35 +0000 (15:58 +0000)]
(push, pop, dolist, dotimes, declare): Don't overwrite CL's
extended definitions, in case we reload subr.el after having
loaded CL.
(eval-next-after-load): Mark as obsolete.

15 years ago(menu-bar-search-menu, menu-bar-edit-menu)
Juri Linkov [Thu, 17 Sep 2009 10:31:15 +0000 (10:31 +0000)]
(menu-bar-search-menu, menu-bar-edit-menu)
(menu-bar-options-menu, menu-bar-showhide-fringe-menu)
(menu-bar-showhide-menu, menu-bar-tools-menu)
(menu-bar-describe-menu, menu-bar-help-menu)
(minibuffer-local-completion-map, minibuffer-local-map):
Fix list quoting.

15 years ago(byte-compile-form): Always check the function arguments, whether or
Glenn Morris [Thu, 17 Sep 2009 07:29:43 +0000 (07:29 +0000)]
(byte-compile-form): Always check the function arguments, whether or
not it has a handler.

15 years ago(lisp-mode-syntax-table): Give it a doc-string.
Glenn Morris [Thu, 17 Sep 2009 06:28:32 +0000 (06:28 +0000)]
(lisp-mode-syntax-table): Give it a doc-string.

15 years ago(emacs-lisp-mode-syntax-table): Give it a doc-string.
Glenn Morris [Thu, 17 Sep 2009 06:26:59 +0000 (06:26 +0000)]
(emacs-lisp-mode-syntax-table): Give it a doc-string.

15 years ago(ansi-color-get-face-1): Fix typo in handler.
Glenn Morris [Thu, 17 Sep 2009 06:19:57 +0000 (06:19 +0000)]
(ansi-color-get-face-1): Fix typo in handler.

15 years agoUpdated from master source.
Dan Nicolaescu [Thu, 17 Sep 2009 06:14:33 +0000 (06:14 +0000)]
Updated from master source.

15 years ago* puresize.h (BASE_PURESIZE): Increase to 1290000.
Dan Nicolaescu [Thu, 17 Sep 2009 06:10:44 +0000 (06:10 +0000)]
* puresize.h (BASE_PURESIZE): Increase to 1290000.

* Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
(OBJECTS_MACHINE): Remove, unused.

* configure.in (OTHER_FILES): Define using autoconf not cpp.

15 years ago(hard-newline): Give it a doc-string.
Glenn Morris [Thu, 17 Sep 2009 06:02:20 +0000 (06:02 +0000)]
(hard-newline): Give it a doc-string.

15 years ago(menu-bar-file-menu, menu-bar-file-menu)
Dan Nicolaescu [Thu, 17 Sep 2009 05:30:17 +0000 (05:30 +0000)]
(menu-bar-file-menu, menu-bar-file-menu)
(menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
(menu-bar-options-menu, menu-bar-showhide-menu)
(menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
(menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
(menu-bar-options-menu, menu-bar-line-wrapping-menu)
(menu-bar-options-menu, menu-bar-tools-menu)
(menu-bar-describe-menu, menu-bar-search-documentation-menu)
(menu-bar-help-menu):
(menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
string arguments.

15 years ago(menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
Dan Nicolaescu [Thu, 17 Sep 2009 02:53:38 +0000 (02:53 +0000)]
(menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
(menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
calls for the menu names and :help.

15 years ago(minor-mode-menu-from-indicator): Pay attention
Stefan Monnier [Thu, 17 Sep 2009 01:32:56 +0000 (01:32 +0000)]
(minor-mode-menu-from-indicator): Pay attention
to :minor-mode-function (bug#4455).

15 years ago(x_get_resource_string): Remove unused.
Stefan Monnier [Wed, 16 Sep 2009 20:36:54 +0000 (20:36 +0000)]
(x_get_resource_string): Remove unused.

15 years ago(command-line): Initialize the window-system after
Stefan Monnier [Wed, 16 Sep 2009 17:54:13 +0000 (17:54 +0000)]
(command-line): Initialize the window-system after
processing the command-line.

15 years ago(what-page): Make sure we don't inf-loop if
Stefan Monnier [Wed, 16 Sep 2009 13:15:10 +0000 (13:15 +0000)]
(what-page): Make sure we don't inf-loop if
page-delimiter matches the empty string.

15 years ago(byte-compile-not-obsolete-vars): Set if bound.
Glenn Morris [Wed, 16 Sep 2009 03:13:55 +0000 (03:13 +0000)]
(byte-compile-not-obsolete-vars): Set if bound.

15 years ago(byte-compile-not-obsolete-vars): Rename from byte-compile-not-obsolete-var.
Glenn Morris [Wed, 16 Sep 2009 03:13:03 +0000 (03:13 +0000)]
(byte-compile-not-obsolete-vars): Rename from byte-compile-not-obsolete-var.
It's a list now.
(byte-compile-not-obsolete-funcs): New variable.
(byte-compile-warn-obsolete): Don't warn about functions if they are in
byte-compile-not-obsolete-funcs.
(byte-compile-variable-ref, byte-compile-defvar): Update for
byte-compile-not-obsolete-vars name-change and list nature.
(byte-compile-maybe-guarded): Suppress warnings about obsolete functions
and variables behind (f)boundp tests.

15 years agoMove comment so it does not get printed every time the rule runs.
Glenn Morris [Wed, 16 Sep 2009 03:10:17 +0000 (03:10 +0000)]
Move comment so it does not get printed every time the rule runs.

15 years ago* xterm.c (x_new_font): Call change_frame_size before calling
Jan Djärv [Tue, 15 Sep 2009 18:49:56 +0000 (18:49 +0000)]
* xterm.c (x_new_font): Call change_frame_size before calling
x_set_window_size, in case frame size won't change.

* frame.c (x_set_font): Remove dead code.

15 years ago(vc-git-log-view-mode): Undo inadvertent change.
Dan Nicolaescu [Tue, 15 Sep 2009 17:52:42 +0000 (17:52 +0000)]
(vc-git-log-view-mode): Undo inadvertent change.

15 years ago* Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
Stefan Monnier [Tue, 15 Sep 2009 15:29:50 +0000 (15:29 +0000)]
* Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
* emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): Don't autoload.

15 years agoDoc fix to commentary (how to enable package).
Stephen Eglen [Tue, 15 Sep 2009 11:42:37 +0000 (11:42 +0000)]
Doc fix to commentary (how to enable package).

15 years ago(iswitchb-read-buffer): When selecting a match from
Stephen Eglen [Tue, 15 Sep 2009 11:38:15 +0000 (11:38 +0000)]
(iswitchb-read-buffer): When selecting a match from
the  virtual-buffers, use the name of the buffer specified by
find-file-noselect, as the match may be a symlink.  (This was a
problem if the target and the symlink had differet names.)

15 years agoUpdate.
Juanma Barranquero [Tue, 15 Sep 2009 08:11:42 +0000 (08:11 +0000)]
Update.

15 years agoRevert unnecessary parts of previous change.
Glenn Morris [Tue, 15 Sep 2009 07:09:17 +0000 (07:09 +0000)]
Revert unnecessary parts of previous change.

15 years ago(command-line-1): Give local variables with common names a
Glenn Morris [Tue, 15 Sep 2009 07:06:04 +0000 (07:06 +0000)]
(command-line-1): Give local variables with common names a
distinguishing prefix, so as not to hide free variable warnings during
bootstrap.

15 years ago(custom-initialize-default, custom-initialize-set): CSE.
Stefan Monnier [Tue, 15 Sep 2009 04:08:02 +0000 (04:08 +0000)]
(custom-initialize-default, custom-initialize-set): CSE.

15 years ago(desktop-path): Check user-emacs-directory.
Stefan Monnier [Tue, 15 Sep 2009 04:05:12 +0000 (04:05 +0000)]
(desktop-path): Check user-emacs-directory.

15 years ago(byte-compile-refresh-preloaded): New function.
Stefan Monnier [Tue, 15 Sep 2009 04:03:35 +0000 (04:03 +0000)]
(byte-compile-refresh-preloaded): New function.

15 years agoUse after-load-functions to GC after loading each file.
Stefan Monnier [Tue, 15 Sep 2009 03:46:05 +0000 (03:46 +0000)]
Use after-load-functions to GC after loading each file.
Remove the explicit GC calls that used to be sprinkled around.

15 years ago(Fload): Also run do-after-load-evaluation while dumping.
Stefan Monnier [Tue, 15 Sep 2009 03:45:51 +0000 (03:45 +0000)]
(Fload): Also run do-after-load-evaluation while dumping.

15 years ago(after-load-functions): New hook.
Stefan Monnier [Tue, 15 Sep 2009 03:39:40 +0000 (03:39 +0000)]
(after-load-functions): New hook.
(do-after-load-evaluation): Run it.  Use string-match-p to detect
`obsolete' packages, rather than painfully extracting the relevant
directory name.

15 years agodiary stuff
Glenn Morris [Tue, 15 Sep 2009 02:38:20 +0000 (02:38 +0000)]
diary stuff

15 years ago(apropos-documentation-check-doc-file): Avoid assignment to free variable `doc'.
Glenn Morris [Tue, 15 Sep 2009 02:37:28 +0000 (02:37 +0000)]
(apropos-documentation-check-doc-file): Avoid assignment to free variable `doc'.

15 years ago(dired-mode-map): Add menu entry for async shell command.
Glenn Morris [Tue, 15 Sep 2009 02:36:26 +0000 (02:36 +0000)]
(dired-mode-map): Add menu entry for async shell command.

15 years ago(find-lisp-object-file-name): When looking for autoloaded
Glenn Morris [Tue, 15 Sep 2009 02:35:47 +0000 (02:35 +0000)]
(find-lisp-object-file-name): When looking for autoloaded
variables, also consider the .elc files, since the .el files are
normally gzipped (subsequent code locates the .el.gz from the .elc).